leauu Posted July 10, 2023 Share Posted July 10, 2023 (edited) Hi, I'm new to modding and I guess I made some really messy files here... And the problem was the common one, I can't see my character after character selection, and the game freezes if i force it to run from there. I checked the spelling, added the asset part which was missing in my script template, however in client log it still says "Could not preload undefined prefab (kanna)" and "Could not find anim build FROMNUM". And after i corrected my modmain file I get this warning in game. Here's my mod folder and sorry in advance for the messiness. And you may see some of the art is not finished yet, hopefully that's not the cause of the problem? Thanks and have a nice day! kanna.rar client_log.txt Edited July 10, 2023 by leauu Link to comment https://forums.kleientertainment.com/forums/topic/149276-custom-character-not-showing-up-in-wardrobe/ Share on other sites More sharing options...
Haruhi Kawaii Posted July 11, 2023 Share Posted July 11, 2023 10 hours ago, leauu said: Hi, I'm new to modding and I guess I made some really messy files here... And the problem was the common one, I can't see my character after character selection, and the game freezes if i force it to run from there. I checked the spelling, added the asset part which was missing in my script template, however in client log it still says "Could not preload undefined prefab (kanna)" and "Could not find anim build FROMNUM". And after i corrected my modmain file I get this warning in game. Here's my mod folder and sorry in advance for the messiness. And you may see some of the art is not finished yet, hopefully that's not the cause of the problem? Thanks and have a nice day! kanna.rar 7.45 MB · 2 downloads client_log.txt 34.92 kB · 0 downloads The comma on line 7 in kanna.lua is not actually a comma, I have read a post about it, he accidentally turned on the input method to chat with friends while writing code local assets = { Asset("SCRIPT", "scripts/prefabs/player_common.lua"), Asset( "ANIM", "anim/kanna.zip" ), Asset( "ANIM", "anim/ghost_kanna_build.zip" ), } Link to comment https://forums.kleientertainment.com/forums/topic/149276-custom-character-not-showing-up-in-wardrobe/#findComment-1648811 Share on other sites More sharing options...
leauu Posted July 11, 2023 Author Share Posted July 11, 2023 3 hours ago, Haruhi Kawaii said: The comma on line 7 in kanna.lua is not actually a comma, I have read a post about it, he accidentally turned on the input method to chat with friends while writing code local assets = { Asset("SCRIPT", "scripts/prefabs/player_common.lua"), Asset( "ANIM", "anim/kanna.zip" ), Asset( "ANIM", "anim/ghost_kanna_build.zip" ), } Hi! thanks for the reply, and it's solved now, thank you! Link to comment https://forums.kleientertainment.com/forums/topic/149276-custom-character-not-showing-up-in-wardrobe/#findComment-1648866 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