How do you make all the factions very aggresive so they can make their own empires?
How do you make all the factions very aggresive so they can make their own empires?
I'm not too sure about this, but a file that deals with it seems to be in the DB.
campaign_ai_manager_behaviour_junctions
The parts of this you'd be looking at if its the main campaign your after are.
nap_eur_britain..........nap_eur_france.............nap_eur_full.........nap_eur_maintainance
The first three come with an entry......EXPANSION_BEHAVIOUR. The last one doesn't.
France is given a value of 4000 and the other two a value of 3000.
nap_eur_maintainance......doesn't have an entry so I assume it belongs to the powers that do nothing much.
To correct this clone a row like nap_eur_full EXPANSION_BEHAVIOUR 3000
and paste.....nap_eur_maintainance...over ....nap_eur_full ....in the first column of the clone row.
After that you could try raising the values.
I assume you're familiar with PFM and creating a mod file?
I think you mean some nations, mostly minor nations. The have lower AI supply then the bigger ones.
The quickest way to change this, is to go into:
\CAMPAIGN_STARTPOS\CAMPAIGN_ENV\CAMPAIGN_MODEL\WORLD\FACTION_ARRAY\Thirteen_Colonies | FACTION_ARRAY\Thirteen_Colonies | FACTION
(or the faction you will change)
and change the 21.entry from MAINTAINANCE to FULL
You need for this the ESF Editor which you can get here: http://www.twcenter.net/forums/showthread.php?t=303205
darn I'm getting mixed with Nappy.
The two rows worth looking at are in, campaign_ai_manager_behaviour_junctions
GLOBAL_NONCONTIGUOUS_EXPANSION_BEHAVIOUR
LOCAL_NONCONTIGUOUS_EXPANSION_BEHAVIOUR
The only catagories for the main campaign are FULL, MAINTAINANCE and pirates
As shokh suggests to make the minor nations more expansionist you'd to change them to FULL. After that you could look at increasing the points.
is there a mod pack for this?
Thanks i'll try both of them