nyoya Posted July 6, 2025 Share Posted July 6, 2025 First of all, I apologize if my question is unprofessional or unclear. My goal is to create a small, lightweight mod for casual use with friends. I can’t code—I’m piecing things together by copying snippets from the forum, other community mods, and the official scripts. Even though I’m trying to keep everything simple and rely on existing code, problems keep popping up and I have no idea why. Sometimes the game stops loading altogether, so I don’t even get an error log to work with. Below are the issues I’m most desperate to solve. If anyone can help, I would greatly appreciate it—thank you in advance! 1. Why is the Korean font broken in this mod only, while all other mods display fine? (I’m already using the standard Korean client/server font mods.) 2.Could there be anything in my code that would corrupt the encoding during the build process? P.S. - The prefab named laru you’ll see in the code is another custom character from a separate mod. - This isn’t important, but the character art is not finalized yet! Still, if you have any feedback on the visuals, feel free to share it. - Example of the garbled Korean text Azuria.zip Link to comment https://forums.kleientertainment.com/forums/topic/166853-may-i-ask-whats-wrong-with-my-character-mode/ Share on other sites More sharing options...
nyoya Posted July 6, 2025 Author Share Posted July 6, 2025 The issue with broken Korean text (Question #1) has been resolved by re-saving the affected files in UTF-8 without BOM! My main concern now is whether there are still problems in my code itself. I'm currently trying to investigate it on my own, but I'm not confident since I don’t have much experience. If anyone has the time or willingness to take a quick look at my mod or code, I would be very grateful for any advice or suggestions. Thank you so much! Link to comment https://forums.kleientertainment.com/forums/topic/166853-may-i-ask-whats-wrong-with-my-character-mode/#findComment-1825867 Share on other sites More sharing options...
Haruhi Kawaii Posted July 7, 2025 Share Posted July 7, 2025 On 7/6/2025 at 3:03 PM, nyoya said: The issue with broken Korean text (Question #1) has been resolved by re-saving the affected files in UTF-8 without BOM! My main concern now is whether there are still problems in my code itself. I'm currently trying to investigate it on my own, but I'm not confident since I don’t have much experience. If anyone has the time or willingness to take a quick look at my mod or code, I would be very grateful for any advice or suggestions. Thank you so much! I noticed that some of the .scml files you created still contain references to folders that once existed. For example, swap_azuria_dreameater is missing flamespear. Although flamespear used to exist, you've now deleted it, which prevents the .scml files from being compiled into .zip files. I suggest recreating the affected .scml files. There are also some other issues in the prefab files. Specifically, they lack code sections that mark content as server side. When you add caves or when someone joins your world, it may cause their game to crash because most components exist only on the server side, not on the client. Currently, this might not be the direct cause of crashes if you're developing your mod in a world without caves. Link to comment https://forums.kleientertainment.com/forums/topic/166853-may-i-ask-whats-wrong-with-my-character-mode/#findComment-1826020 Share on other sites More sharing options...
nyoya Posted July 8, 2025 Author Share Posted July 8, 2025 Thank you so much for taking the time to reply to such a rough question! After a lot of head-scratching with ChatGPT, I finally managed to get things working somehow. Some problems were just impossible to solve, so I ended up removing them, but the upload was successful in the end. I'd love to keep updating it moving forward! https://steamcommunity.com/sharedfiles/filedetails/?id=3520023946 Link to comment https://forums.kleientertainment.com/forums/topic/166853-may-i-ask-whats-wrong-with-my-character-mode/#findComment-1826130 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now