Page 1 of 1

SOWgb scenario commands please?

Posted: Sat Jan 01, 2011 3:36 pm
by Michael Slaunwhite
Hi.

I was just reading the PDF SDK manual, and I can't find the entire list of commands which are available to edit the scen_army.ini. Question: Can someone post the entire list of commands that can be used please?

Later!

Re: SOWgb scenario commands please?

Posted: Sat Jan 01, 2011 11:47 pm
by norb
[Init]
type=sp or mp
SandBox=0
Map=map ini file
SandBoxSize=0
StrategicAI=1
FailGrade=-2000
lvl1grade=-2000
lvl2grade=-1500
lvl3grade=-1000
lvl4grade=-750
lvl5grade=-500
lvl6grade=-100
CarryOverFrom=
CarryOver=0
CarryOverMorale=0
CarryOverMoraleValue=0
CarryOverFatigue=0
CarryOverFatigueValue=0
CarryOverDead=0
CarryOverCasPct=0

[Rank]
CmdLvl1=1
CmdLvl2=0
CmdLvl3=0
CmdLvl4=0
CmdLvl5=0
CmdLvl6=0

[MenPerSprite]
Inf=4
Art=15
Cav=4


I took these from the code, so I think that's it.

Re: SOWgb scenario commands please?

Posted: Sat Jan 01, 2011 11:56 pm
by Michael Slaunwhite
[Init]
type=sp or mp
SandBox=0
Map=map ini file
SandBoxSize=0
StrategicAI=1
FailGrade=-2000
lvl1grade=-2000
lvl2grade=-1500
lvl3grade=-1000
lvl4grade=-750
lvl5grade=-500
lvl6grade=-100
CarryOverFrom=
CarryOver=0
CarryOverMorale=0
CarryOverMoraleValue=0
CarryOverFatigue=0
CarryOverFatigueValue=0
CarryOverDead=0
CarryOverCasPct=0

[Rank]
CmdLvl1=1
CmdLvl2=0
CmdLvl3=0
CmdLvl4=0
CmdLvl5=0
CmdLvl6=0

[MenPerSprite]
Inf=4
Art=15
Cav=4


I took these from the code, so I think that's it.
Thank you!