Assigning parties to faction

Users who are viewing this thread

Ok, so i have based my new cities on the old ones in my mod. And obviously, they are pre-assigned to the old factions.
But when i look at the "module_parties.py" they all have "fac_neutral" and assigning them to fac_kingdom_1 etc does nothing.
 
This is because the owner of the city is still the same lord.

If you open module_scripts.py and search for:
Code:
(call_script, "script_give_center_to_lord", "p_town_1"
you will find all the code that assign a town or castle to a particular lord. Changing the lord will also change the faction of the city to the lord faction
 
Back
Top Bottom