there are a number of things to note. the easiest way, as posted by andatiep, is this:
- In some scenarios, the CSA can never get more than 30 divisions in the game and the USA only 60. This limitation unbalance the game and both side should get the much divisions allowed.
To realize this, open the file .../ACW/Events/CSA Events.sct and copy/paste the lines :
[SIZE="1"]
Code: Select all
SelectFaction = $CSA
SelectRegion = $Richmond, VA
StartEvent = MaxDivisionsAllowedCSA|1|2|evt_txt_CSA_Commissioners186 1|Event-img_CSA_Commissioners1861|$Richmond, VA|127
Conditions
MinDate = 1861/08/01
Actions
SetCombiUnits = 0;0;99
EndEvent
Then performe the same operation for the USA, in the file .../ACW/Events/USA Events.sct
Code: Select all
SelectFaction = $USA
SelectRegion = $Prince George's, MD
StartEvent = MaxDivisionsAllowedUSA|1|2|evt_txt_CSA_Commissioners186 1|Event-img_CSA_Commissioners1861|$Richmond, VA|127
Conditions
MinDate = 1861/08/01
Actions
SetCombiUnits = 0;0;99
EndEvent
[/size]
I have tested this and it works, but I have not tried applying it to ongoing games. So someone would need to find this out.
I do not believe it matters where in the file you post it so long as it is not within another event (so after you see another "EndEvent"). Personally I have it at very end, and that seems to work fine.
You can always backup your events.sct files just in case and restore them if anything happens, but it shouldn't.
Let me know if it works and if you need further help. Otherwise, there are many people on this forum with more knowledge than me.