Jump to content

How do i fix the crash of my mod?


Recommended Posts

On 29-08-2019 at 8:15 PM, Ultroman said:

Welcome to the world of DS/DST modding :)

Check out this newcomer post for a lot of great information, also about debugging. If we are to help, we need to see you mod as it is now, as well as your client and server logs, which will have the error written in it.

Thanks for the reply but i think thats too much for me... So... Here's the mod file i were trying to do...

I will read the link that you gave me when i have time...! :)

 

 

 

Nice mods btw!

Edited by TheLastRockstar
just to say i like his mods... they're helpful lol
Link to comment
Share on other sites

First thing, the character name in all of these lines has to be capital letters, like so. Also fixed the name of the character (the last line).

-- The character select screen lines
STRINGS.CHARACTER_TITLES.ASRIEL = "The God Of Hyperdeath"
STRINGS.CHARACTER_NAMES.ASRIEL = "Asriel Dreemurr"
STRINGS.CHARACTER_DESCRIPTIONS.ASRIEL = "He spawned on the wrong game... BRUH"
STRINGS.CHARACTER_QUOTES.ASRIEL = "Chara... Is that you... Its me, your best friend...!"

-- Custom speech strings
STRINGS.CHARACTERS.ASRIEL = require "speech_Asriel"

-- The character's name as appears in-game
STRINGS.NAMES.ASRIEL = "Asriel Dreemurr"

 

Other than that, there's something wrong with your animation setup. It's not compiling any animations from what you have.

Or perhaps you haven't installed Don't Starve Mod Tools?

5 hours ago, TheLastRockstar said:

Nice mods btw!

Thanks :D Hope you found something you like.

Link to comment
Share on other sites

1 hour ago, Ultroman said:

First thing, the character name in all of these lines has to be capital letters, like so. Also fixed the name of the character (the last line).


-- The character select screen lines
STRINGS.CHARACTER_TITLES.ASRIEL = "The God Of Hyperdeath"
STRINGS.CHARACTER_NAMES.ASRIEL = "Asriel Dreemurr"
STRINGS.CHARACTER_DESCRIPTIONS.ASRIEL = "He spawned on the wrong game... BRUH"
STRINGS.CHARACTER_QUOTES.ASRIEL = "Chara... Is that you... Its me, your best friend...!"

-- Custom speech strings
STRINGS.CHARACTERS.ASRIEL = require "speech_Asriel"

-- The character's name as appears in-game
STRINGS.NAMES.ASRIEL = "Asriel Dreemurr"

 

Other than that, there's something wrong with your animation setup. It's not compiling any animations from what you have.

Or perhaps you haven't installed Don't Starve Mod Tools?

 

I did installed it... it works perfectly but the game says that its crashed...

And thanks for fixing it... i will test now!

 

 

 

 

 

Thanks... Now i can try my phone drawing program ^^

14 minutes ago, TheLastRockstar said:

I did installed it... it works perfectly but the game says that its crashed...

And thanks for fixing it... i will test now!

 

 

 

 

 

Thanks... Now i can try my phone drawing program ^^

Nvm i have an problem...

unknown.png

Edited by TheLastRockstar
Link to comment
Share on other sites

9 hours ago, Ultroman said:

Yeah, you don't have any animations because for some reason it isn't compiling your animations. You need to go through the extended character template tutorial to make sure you did everything with the animations right.

Seems hard but thanks... ill see if i can do something

Link to comment
Share on other sites

13 hours ago, Ultroman said:

Yeah, you don't have any animations because for some reason it isn't compiling your animations. You need to go through the extended character template tutorial to make sure you did everything with the animations right.

do i have to animate everything to test?

 

sorry but i realized now that i dont have animations :p

Edited by TheLastRockstar
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...