Viewing village garrisons

Users who are viewing this thread

Keedo420

Knight at Arms
OK so I figured out how to allow the player to garrison troops in a village, but you still can't see what troops are garrisoned there when you move the mouse over the village on the world map. Anyone know if that is hardcoded or is there a way to change it?
 
look at the beginning of module_parties.py, find this:
pf_village = pf_is_static|pf_always_visible|pf_hide_defenders|pf_label_small

now you know what to do?
 
WilliamBerne said:
look at the beginning of module_parties.py, find this:
pf_village = pf_is_static|pf_always_visible|pf_hide_defenders|pf_label_small

now you know what to do?

I just gave myself a headache smacking myself in the forehead!
smiley-shocked019.gif
I always wondered what that flag was for!! Can't believe I didn't think of that myself! :lol: Thanks.
 
Back
Top Bottom