WeskerPG Posted August 18, 2016 Share Posted August 18, 2016 wheres the list of the variables and globals that i can callback hunger_status ??? i got no idea where they are can someone point me in the correct direction to start coding a character and all the variables or globals that i can use Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/ Share on other sites More sharing options...
Joachim Posted August 19, 2016 Share Posted August 19, 2016 (edited) 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 August 19, 2016 by Joachim Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/#findComment-804930 Share on other sites More sharing options...
Joachim Posted August 19, 2016 Share Posted August 19, 2016 This one is also useful: Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/#findComment-804931 Share on other sites More sharing options...
Joachim Posted August 19, 2016 Share Posted August 19, 2016 (edited) 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 August 19, 2016 by Joachim Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/#findComment-804932 Share on other sites More sharing options...
WeskerPG Posted August 20, 2016 Author Share Posted August 20, 2016 (edited) 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 August 20, 2016 by WeskerPG Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/#findComment-805300 Share on other sites More sharing options...
WeskerPG Posted August 20, 2016 Author Share Posted August 20, 2016 (edited) well i didnt delete the animation folder and everything went down hell from that point. Edited August 20, 2016 by WeskerPG Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/#findComment-805312 Share on other sites More sharing options...
WeskerPG Posted August 20, 2016 Author Share Posted August 20, 2016 if anyone has a dont starve together wilson or wolfang extended characters psot me the link Link to comment https://forums.kleientertainment.com/forums/topic/69638-list-of-variables-and-globals/#findComment-805316 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now