Jump to content

Character mod keeps crashing


Recommended Posts

So, I've been following the guide on the Klei forums on how to make my own don't starve character and everything was going well until I tried enabling the mod. Every time I try to enable it, it comes up saying 'The following mods failed to run last time and have been disabled' then if I click anything it crashes, I tried re-doing all the steps from the tutorial multiple times and it keeps happening, I'm very new to anything that has to do with modding or coding, so I'm not sure what I'm doing wrong, I would really appreciate some help >.<

Link to comment
Share on other sites

Post the log.txt on Documents/Klei/DoNotStarveTogether.

Or zip it, then upload it.

@DarkXero I have a problem too.

 

Yesterday, whenever I enabled my mod the screen freezes but didn't crash.

Today, I enabled my mod and this came out and it crashed...Idk why...

 

Below is log for today...

 

Psst! I need help with coding... i have this custom item that currently is useless...But i want it to be able to              make 6 copies of a thing that it duplicates, and only usable on a full moon night.

 

SORRY IF THIS IS TOO MUCH TO ASK BUT THANKS FOR ALL THE SUPPORT THAT WILL BE GIVEN !!

log.zip

shaman.lua

post-622599-0-52479300-1428585544_thumb.

Link to comment
Share on other sites

@TheOoKiller, here.

 

Also, check you shaman speech, there seems to be a missing }.

 

thanks a lot now its finally working!

 

Except something:  i have this custom staff that currently is useless...But i want it to be able to make 6 copies of a thing that it duplicates, and only usable on a full moon night.

 

Below is my whole mod file...

Shaman.zip

Edited by TheOoKiller
Link to comment
Share on other sites

I couldn't get your swap_duplicator to work, you sure you did it right?

 

I added the duplication functionality to your staff, it's just invisible because I couldn't get the anim.

Also, I didn't add uses to the staff, so it's infinite. And you can duplicate everything.

files.zip

Link to comment
Share on other sites

I couldn't get your swap_duplicator to work, you sure you did it right?

 

I added the duplication functionality to your staff, it's just invisible because I couldn't get the anim.

Also, I didn't add uses to the staff, so it's infinite. And you can duplicate everything.

Thanks a whole d*mn lot (sorry just needed to swear)...

 

BTW if this gets to the workshop (someday) You will be credited, just so you know.

 

But know a whole new problem... Every time I launch the game its fine... I can access the menus except when I scroll down to my mod in the mods tab, It stops there and crashes, any idea why?

 

Log below.

 

[00:00:35]: ../mods/Shaman/modicon.tex is 268x268 but compressed textures must have power of 2 dimensions.
[00:00:35]: ../mods/workshop-375859599/preview.tex is 200x200 but compressed textures must have power of 2 dimensions.

log.txt

Edited by TheOoKiller
Link to comment
Share on other sites

2^x = 268, x = ( 2 L(2) + L(67) ) / L(2)

2^y = 200, y = ( 3 L(2) + 2 L(5) ) / L(2)

 

As you can see none of the solutions is a natural number.

 

2^8 = 256, so 256 is a power of 2 dimension.

 

Thanks but i've changed it to 128 pix already...

 

But still thanks a lot, now i only need the art which I will GIMP it myself , unless you wanna help? Bye!

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