Page 1 of 1

SoWGB .ini settings for scenario creation?

Posted: Sun May 23, 2010 3:32 pm
by Tankerdco
Hey guys,

What are the settings/commands/Steps one has to do for scenario creation IE..no AI, see all, map co-ord's etc...

thanks.

Re: SoWGB .ini settings for scenario creation?

Posted: Sun May 23, 2010 4:01 pm
by ADukes
DbgLvl=1
NoAI=1
AlphaOmega=1

Re: SoWGB .ini settings for scenario creation?

Posted: Sun May 23, 2010 6:05 pm
by Shirkon
ADukes wrote:
DbgLvl=1
NoAI=1
AlphaOmega=1
To be more specific, add the following lines to your sowgb.ini file:

[Debug]
DbgLvl=0
NoAI=0
AlphaOmega=0

Where:
DbgLvl= either 1 or 0. This will expand the information in the target list area with things like the facing dir x/y, loc x/y

NoAI= either 1 or 0. Turn on and off the AI.

AlphaOmega= either 1 or 0. Allows you to move any unit of either side to where you want them. Make sure you then hit the L key to create a unitlocs.csv file so that you can use those locations to make your scenario.csv file.

Re:SoWGB .ini settings for scenario creation?

Posted: Sun May 23, 2010 6:46 pm
by RebBugler
Oops...startlocs, not unitlocs

Re:SoWGB .ini settings for scenario creation?

Posted: Sun May 23, 2010 8:44 pm
by Shirkon
RebBugler wrote:
Oops...startlocs, not unitlocs
Right your are. Darn my old TC2M reflex kicked in there.

Re:SoWGB .ini settings for scenario creation?

Posted: Sun May 23, 2010 9:17 pm
by Tankerdco
thanks guys.