Forum Overview >>
Scripting
Category | Scripting |
Created | 25.12.2021 05:28 |
viusing |
25.12.2021 05:28 |
Has anyone had any luck modifying horse fitness and/or riding percentage? I can't find anything useful in the source scripts sadly, but I assume the values are there somewhere.
|
Linus Wenell (Zider) |
09.01.2022 11:42 |
There is a Happy Horse mod that sets riding and fitness to 100. I have tried modifying it to set riding and cleaning instead, which would make more sense, but I can't figure out what the cleaning variable is called.
|
Peter Van Etten (paramit) |
16.01.2022 16:48 |
You can "clean" your horse by setting horse.dirt to 0, I think that is the property you are looking for (based on the Happy Horse mod, that is ;-) ).
|
Bilbo Beutlin (BBeutlin) |
19.01.2022 03:50 |
>> I can't find anything useful in the source scripts Try in gameSource.zip/dataS/scripts/vehicles/specializations/Rideable.lua
For general settings scan the tables of "g_currentMission.husbandries"
|
Note: Log in to post. Create a new account
here.