Jump to content

Recommended Posts

I don't know of any list containing everything that is relevant. Really, there is too much to just throw in a single list and be usable at the same time.

I recommend that you look into the code that you need. Constants are defined in constants.lua, tuning variables are defined in tuning.lua, and you will find relevant character variables in player_common.lua and player_classified.lua. For specific character code, you look into files such as woodie.lua, wolfgang.lua, etc.

A lot of variables are also declared in component files, of which there are many.

Furthermore, I recommend that you read some tutorials, e.g.,

Read, explore, study and try various things, and you will quickly get a sense of what you can do (and how you can do it).

Edited by Joachim

If you want people to help you here, you need to be as specific as possible. For example, if you need help with something related to hunger, then be specific in what you need (what do you want to do with the hunger status, for example), and we will be able to help you out.

It is impossible for us to answer a broad question such as "how to mod?" without referring to some existing guide.

Also, what could help you while exploring the code is to search for specific strings of text (e.g,, "hunger") in the game scripts. In Linux, I use grep for this, and it will tell me which files contain that string and the corresponding line numbers having that string. Not sure how it is done in Windows, but I am sure you will be able to Google it.

Edited by Joachim

your post is what i needed i was about to decompile the client and create a ahck to make what i wanted lol.

i follow the sample character tutorial of a cat like character cant make the sprites to load correctly and cant find where the values are stores i even changed the whole folder with the sample on mod tools and doesnt seem to do anything.

 

whatever im navigating dont starve forum trying to find better tutorials, im going to check out the ones pasted here.

 

also i dont get why theres so many tutorials on how to make the character and no1 uses photshop DTX, in there you just need to replace the images and boom, character done.

https://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop

 

if anyone knows how to add stuff or delete stuff for example the pigtails on the 

remove and add animations from character, post it ty.

Edited by WeskerPG

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