Hi Von Jeager!
The script command to change the allowed number of divisions (since 1.05) is:
[font="Courier New"]SetCombiUnits = 0;0;48[/font]
which would allow 48 divisions. These value can be changed via events.
An example from the [font="Courier New"]1861 April Campaign.sct[/font]
Code: Select all
SelectFaction = $CSA
StartEvent = evt_nam_CSA_ForcePoolAdditionJune61|1|0|NULL|NULL|NULL|NULL
Conditions
FixedDate = 1861/06/01
Actions
SetCombiUnits = 0;0;6
ChangeUnitPool = $uni_CSA_Bde1VA;1
ChangeUnitPool = $uni_CSA_Bde2TN;1
[.....]
EndEvent
You can edit the event file directly or by changing the xls database file and converting it with the CSV-Splitter.
The allowed number of divisions for the scenario start (turn 1) are written in the scenario file. To change that I would recommend to change the values in the scenario xls file and create a new scenario.