How to control only one nation?
Posted: Wed May 06, 2009 4:38 am
by SimonB1er
See topics. I know we can delegate the military affairs, diplomatics affairs, etc, to the AI but I still receive event and have to make decision for other nations and it's very annoying. Can someone help me out, I only want to play one nation at a time!!
Thanks
Posted: Sat May 09, 2009 4:00 am
by WallysWorld
Takes some editing of files so make backups first.
This is what I did to play just the Franks as the Red player for the Grand Campaign:
In the HeaderGDC.inc file:
BeginPlayerHeader
Name=[IDS_RED]
PlayerId=2000
Human=No
Remote=No
MainNation=0
BeginStartingNations
BeginStateHeader
Tag=FRA
BidBonus=0
BidCost=0
Notes=Start Nation
EndStateHeader
EndStartingNations
In the PlayersGDC.inc file:
BeginPlayer
ID=2000
Player=[IDS_RED],LocalAI
Points=0
BeginStates
State=FRA
EndStates
EndPlayer
In other words, choose the color you want to play, edit the two files to remove the nations you don't want to play for that color and then add the one nation you wish to play.