Troop Height (Not character)

Users who are viewing this thread

I've been adding troops on VC for while, but is there anyway to change the height? I want them to be tall as Ser Gregor Clegane. I'm using Morgh's btw. :grin:
 
modding VC https://forums.taleworlds.com/index.php/board,416.0.html

Q&A https://forums.taleworlds.com/index.php/topic,347990.0.html

...troop height...

most basic way is to apply the proper skin (module_skins.py / skins.txt ). Download the modsys, check how it is used on troops, and apply to your mod (with .txt tweaks or by code).


a example

Code:
["quarry_capataz","Foreman","Foremen",tf_hero|tf_randomize_face|tf_is_merchant|tf_alto

this troop uses the skin "alto" (Spanish for tall person).
 
Back
Top Bottom