Jump to content

Recommended Posts

So I am stating to learn how to make characters, and well it didn't go so well.The picture shows what happens every time i try to use my character in DST. I've checked everything in the folder including replaced the animation and exported folder. Any ideas? I really need help. I can upload my files if its needed.

Screenshot (1).png

Link to comment
https://forums.kleientertainment.com/forums/topic/65099-weird-screen-pops-up/
Share on other sites

first issue i spotted was: "Can't find prefab jjkiller168" which means you probably have an issue in ur character prefab file, if jjkiller168 is a character that is. There is also a problem with the spawn points it seems: "Can't find prefab spawnpoint". I'd suggest you post your mod here if you don't figure it out.

14 minutes ago, Aquaterion said:

first issue i spotted was: "Can't find prefab jjkiller168" which means you probably have an issue in ur character prefab file, if jjkiller168 is a character that is. There is also a problem with the spawn points it seems: "Can't find prefab spawnpoint". I'd suggest you post your mod here if you don't figure it out.

Im not sure what im looking for but here is the prefab folder.

JJkiller168.lua

JJkiller168_none.lua

On 3/5/2016 at 6:22 PM, Muche said:

Prefab names have to be all lowercase, due to


name = string.lower(name)
local prefab = Prefabs[name]

in mainfunctions.lua:L139.

Try changing all filenames and references to your character's name in the code to lowercase.

Thanks for that.. It helped. But now the skins wont show up even when I replace them all.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...