Scenario Design - General Questions

This is where our experts try to teach you the very flexible modding system for our previous release - SOW Gettysburg and its add-ons. It's powerful, but dangerous. Post your tips and your questions.
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

Moving right along.......whats the difference between a "road march" and "use roads"? And why is "immortal"
used?

thanks,
the reb
User avatar
RebBugler
Reactions:
Posts: 4253
Joined: Sun Aug 03, 2008 12:51 am
Location: Ouachita Mountains, Arkansas

Re: Scenario Design - General Questions

Post by RebBugler »

Moving right along.......whats the difference between a "road march" and "use roads"? And why is "immortal"
used?

thanks,
the reb
Aroadmarch works best for brigade and larger road movements, useroads is for single units. Immortal is used to insure that scripting of officers is carried out, if they die the scripting dies too. Also helps the AI in that replacement officers are inferior and they frequently draw their troops away from the battle when they spawn.
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

This error showed up in my latest scenario, any guidance appreciated.
thanks....Basically, the game just shutdown right after loading.

17:04:29 Loading Map (Bigwhisky)
17:04:29 PR: (ERROR) Level not found
User avatar
RebBugler
Reactions:
Posts: 4253
Joined: Sun Aug 03, 2008 12:51 am
Location: Ouachita Mountains, Arkansas

Re: Scenario Design - General Questions

Post by RebBugler »

Pretty sure that's a 'can't find the map' error. In this case the Big Whiskey map.
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

The error was right in front of me.....
thanks
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

New question....I've been somewhat successful in writing scripts and learning the use of the commands. Now how I prepare the script may be redundant in ways but it works for me.

My question is ....(and I have my reasons) do the command times in Column A have to be in sequential order? Meaning would the following work?

10:30:00
10:30:00
10:31:00
10:32:00

10:30:00
10:31:00
10:32:00

and so on....

thanks,
reb
User avatar
RebBugler
Reactions:
Posts: 4253
Joined: Sun Aug 03, 2008 12:51 am
Location: Ouachita Mountains, Arkansas

Re: Scenario Design - General Questions

Post by RebBugler »

Never tried that, but since time delay works out of sequence, I'm guessing event times will do the same.
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

Ok thanks....Thought you guys might know....I'll try it and let you know. I like working with individual corps from battle start to battle finish. In script design, it makes it easier to see what each corp is doing in relationship to any other corp on any side?

thanks,
reb
Last edited by the reb on Wed Dec 14, 2016 11:52 pm, edited 1 time in total.
Reason: typo
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

Two things....

1) The screen effects (day to night) does not change even though script is doing what it's being told as indicated in the information block? I'm using the following script:

10:00:00 loadscreen:Advisor:NIGHTFALL BEGINS
10:00:00 sunset
10:00:00 weather:21
10:00:00 weather:8 120
10:00:00 weather:5 200
10:00:00 weather:16 250
10:00:00 weather:15 300
10:00:00 weather:14 350
10:00:00 weather:13 400
10:00:00 weather:9 540

10:10:00 endscenario

2) Is 1000 yards the max visibility? Just wondering because field glass could see much further.

As always,
thanks
User avatar
RebBugler
Reactions:
Posts: 4253
Joined: Sun Aug 03, 2008 12:51 am
Location: Ouachita Mountains, Arkansas

Re: Scenario Design - General Questions

Post by RebBugler »

1) sunset criteria lines must be in the scenario.ini file, check that they look like this:

[Sunset]
FogNear=0
FogFar=10000
FogColor=0
Length=10
SkyAlpha=0

2) longer LOS results in performance hit, big time
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
Post Reply