Patriarkus Posted March 18, 2017 Share Posted March 18, 2017 Im trying to make mi first mod, but i dont know some things. I can change some character's stats, but i dont know the variables, i find "locomotor.walkspeed" or "locomotor.runspeed" (walk speed and run speed) but i dont find more, ¿where can i get some parameters list to know all? Besides, i need to disable some items for one character. Can someone to help me? Thanks (sorry but mi english isnt good) Link to comment https://forums.kleientertainment.com/forums/topic/76367-help-with-basics-mods/ Share on other sites More sharing options...
Fancy_Fox_Pers Posted March 18, 2017 Share Posted March 18, 2017 In \Don't Starve Together Beta\data\scripts\prefabs you can find all the character files (for instance: "wilson.lua") Link to comment https://forums.kleientertainment.com/forums/topic/76367-help-with-basics-mods/#findComment-886384 Share on other sites More sharing options...
Patriarkus Posted March 20, 2017 Author Share Posted March 20, 2017 Yes i find that, but there i only can see some stats or examples and i need some help with complete list, i dont know what can i to change or what stat can i set or what its the name. And can someone help me with enable item problem? Link to comment https://forums.kleientertainment.com/forums/topic/76367-help-with-basics-mods/#findComment-888151 Share on other sites More sharing options...
Patriarkus Posted March 22, 2017 Author Share Posted March 22, 2017 Nobody can't help me with thats problems? :S Link to comment https://forums.kleientertainment.com/forums/topic/76367-help-with-basics-mods/#findComment-889119 Share on other sites More sharing options...
Serpens Posted March 22, 2017 Share Posted March 22, 2017 Maybe you should describe exaclty what you want. "disable an item" can mean alot. I can be "can't use item" but it can also be "can't build item". there is no complete list of things you can change. If you only want to change some values, you can try changing tuning values, you can find them in scripts/tuning.lua. To change them put inot your modmain: GLOBAL.TUNING.THEVALUEIWANTTOCHANGE = 3 For more complex stuff, all you can do is search through all game files or even better to look at other mods wich do similiar things. Link to comment https://forums.kleientertainment.com/forums/topic/76367-help-with-basics-mods/#findComment-889167 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