Jump to content

Recommended Posts

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

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.

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