Jump to content

character invisible


Recommended Posts

First time modding and using the extended sample character tutorial. I have no other mods installed. The only thing I've done so far to the template is rename everything to Mindy but I wanted to see the original sprite before I start work on mine. I first started it up without changing anything. everything was fine. I rename everything exactly as the tutorial says and now my character is invisible. I have been googling stuff for two days trying to fix this. I wouldn't be asking otherwise. 

My compiler just closes immediately as soon as I open it. I've dragged the files to it, to no avail. It doesn't start up when I boot dst but I'm not experienced enough to know if it is just the compiler messing up. LIke I said nothing else has been changed at all but all of the renaming. I published it like normal...and just invisible. I've tried every fix I could find on the internet so if anything can tell me what's wrong, please and thank you. I'll provide any info you need and attach a copy of what I've done. I can't find any remnants of esctemplate anywhere so I can't see it being a naming issue but who knows. I've seen a few things on build renamer. I have it but not sure how to use it. Hoping this is the right log as well. 

new mindy.rar

client_log_2019-01-22-07-31-51.txt

Link to comment
Share on other sites

//your script/prefabs/mindy.lua
local assets =
{
    Asset("SCRIPT", "scripts/prefabs/player_common.lua"),
}

seems you forgotten to add anim/mindy.zip into the Assets Manager.

you may fix it by change it to this:

local assets =
{
    Asset("SCRIPT", "scripts/prefabs/player_common.lua"),
  	Asset("ANIM","anim/mindy.zip"
}

 

Link to comment
Share on other sites

still invisible. did some checking up and that's not a line I can find in any other character mods anyway. I've probably hit this scene a little too late anyway. Thanks for trying though. It is appreciated.

Link to comment
Share on other sites

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
 Share

×
  • Create New...