Thanks for the mod! Can you please explain how to do the same thing with other horses? I know how to work with .pak files (i think), but the stat lines in horses.xml don't directly correspond with those in game. How do I translate them into ingame values? For example, here on the screenshot are Napoli's stats. Ingame it has 194 stamina, 175 capacity, 56 speed and 10 courage. And what is the purpose of green text added to Pisek Lad's stats?
agility = speed, courage = courage, strength = carrying capacity, vitality = stamina for horses. The values range from 1 to 30, 30 being the max. I don't know how exactly the stats scale to the in-game value I just bumped some stats up and found the values to be satisfactory. The green text is called "comments" in programming jargon: they are put purposedly by humans to put comments in a file but the computer (compiler or interpreter) won't recognize them.
4 comments
Can you please explain how to do the same thing with other horses? I know how to work with .pak files (i think), but the stat lines in horses.xml don't directly correspond with those in game. How do I translate them into ingame values? For example, here on the screenshot are Napoli's stats. Ingame it has 194 stamina, 175 capacity, 56 speed and 10 courage.
And what is the purpose of green text added to Pisek Lad's stats?
The values range from 1 to 30, 30 being the max. I don't know how exactly the stats scale to the in-game value I just bumped some stats up and found the values to be satisfactory.
The green text is called "comments" in programming jargon: they are put purposedly by humans to put comments in a file but the computer (compiler or interpreter) won't recognize them.