Jump to content

Recommended Posts

so i seem to be having problems with my character i'm trying to make could anyone help with the shard of log file that's relevant?

could it be that i havent got some commands that i need as i was using the dont starve simple character template and if so is there a sample character for DST? 

mod error stuff from log.txt

  • Developer

I took a quick look, and it appears that your prefab "c0p" is missing?

There isn't a sample character for DST yet, but I would suggest checking out these character mods as I know that they work.

http://steamcommunity.com/sharedfiles/filedetails/?id=344173192

http://steamcommunity.com/sharedfiles/filedetails/?id=350365996

 

so it keep crashing the game im going to attach the new log to see if its different and ill attach my prefab c0p.lua file if you could either point out the problem(s) or have a go at fixing it either is apreciated

thanks

Elemento

mod error stuff from log.txt

c0p.lua

  • Developer

You have an extra "end" on line 39 that you need to remove, and your call to MakePlayerCharacter, should match the following.
 

local start_inv = {}return MakePlayerCharacter("c0p", prefabs, assets, common_postinit, master_postinit, start_inv)

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...