Goregonzola Posted July 28, 2020 Share Posted July 28, 2020 (edited) Hey! I'm a newest member of the "I-might-have-screwed-up-something" club: I've followed this tutorial by Hornete, but I've probably mistaken something: Somehow I've stucked in the world generation phase and I get the attached error. Since it's not a crash, I don't really know what should I do about it at the moment. I've attached the whole character file below. Could you guys help me about it? Thanks in advance! spinel.rar Edited July 28, 2020 by BillTheCipher Link to comment https://forums.kleientertainment.com/forums/topic/120510-solved-stucked-in-custom-skin-creation/ Share on other sites More sharing options...
Wonderlarr Posted July 28, 2020 Share Posted July 28, 2020 When you're developing your mod on a server like this, you need to find the server log, since that's where the error will be written. To find that, if you're on Windows, use this path %homepath%\Documents\Klei\DoNotStarveTogether\ from there, go into the numbered folder, and find the world you're testing in. Head into the Master folder, and find server_log.txt Open that up and that's your log to look at for errors. Scroll all the way to the bottom and you can find line numbers and errors like you need to debug. Link to comment https://forums.kleientertainment.com/forums/topic/120510-solved-stucked-in-custom-skin-creation/#findComment-1358088 Share on other sites More sharing options...
Goregonzola Posted July 28, 2020 Author Share Posted July 28, 2020 @DocterRedstone I've searched it up, but I couldn't find in there anything useful (at least as an amateur programmer): I link it: Also, I was able to capture the start-up compiling lines, that might contain the problem's source: server_log.txt Link to comment https://forums.kleientertainment.com/forums/topic/120510-solved-stucked-in-custom-skin-creation/#findComment-1358102 Share on other sites More sharing options...
Goregonzola Posted July 28, 2020 Author Share Posted July 28, 2020 Okay, progress has been done: I've had to remove this part from my character.none file: Spoiler local assets = { Asset( "ANIM", "anim/spinel.zip" ), Asset( "ANIM", "anim/ghost_spinel_build.zip" ), } local skins = { normal_skin = "spinel", ghost_skin = "ghost_spinel_build", } return CreatePrefabSkin("spinel_none", { base_prefab = "spinel", type = "base", assets = assets, skins = skins, skin_tags = {"SPINEL", "CHARACTER", "BASE"}, build_name_override = "spinel", rarity = "Character", }) Now the world loads in well, the custom skin is chooseable, but I can't pick my original skin. Here's my current character file: spinel.rar Link to comment https://forums.kleientertainment.com/forums/topic/120510-solved-stucked-in-custom-skin-creation/#findComment-1358110 Share on other sites More sharing options...
Goregonzola Posted July 28, 2020 Author Share Posted July 28, 2020 Okay, I've solved it It works now! I've had to add "spinel_none" to the following: Spoiler PREFAB_SKINS["spinel"] = { "spinel_none", "spinel_rose" } Link to comment https://forums.kleientertainment.com/forums/topic/120510-solved-stucked-in-custom-skin-creation/#findComment-1358128 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