How do i add troops to the player party

Users who are viewing this thread

Reapper45 said:
thanks i had tried party_add_troops with no success


First you need to open (in module system) module_parties.py and go to the line 44, you have something like this:
Code:
("main_party","Main Party",icon_player|pf_limit_members, no_menu, pt_none,fac_player_faction,0,ai_bhvr_hold,0,(17, 52.5),[(trp_player,1,0)]),

i change this

Code:
("main_party","Main Party",icon_player|pf_limit_members, no_menu, pt_none,fac_player_faction,0,ai_bhvr_hold,0,(17, 52.5),[(trp_player,1,0), [color=green](trp_swadian_crossbowman,9,5)][/color]

Note that i add a  swadian crossbowman, and when you enter to the game you have some crossbowmen. ( 9 is the maximun troops you have and 5 is the minimun)

Sorry for my poor english i am mexicam
 
Back
Top Bottom