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 »

In script writing....Is there a distance required between units controlled by the AI and the opposing force that is required to activate the Orders:Attack Command and similar Commands?

I scripted a Fredericksburg scenario where I didn't have much map room to work so the AI forces were only (guessing here) 900-1200 yards away from the opposing forces. The Attack Command worked fine....It worked out
really nice using the sunrise weather commands....

I then scripted a Missionary Ridge scenario where I had a great deal of map room to work with and again guessing here the opposing forces were now 2000-2500 and perhaps further away from the opposing forces and the units did nothing?

Just wondering....
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 »

In script writing....Is there a distance required between units controlled by the AI and the opposing force that is required to activate the Orders:Attack Command and similar Commands?

I scripted a Fredericksburg scenario where I didn't have much map room to work so the AI forces were only (guessing here) 900-1200 yards away from the opposing forces. The Attack Command worked fine....It worked out
really nice using the sunrise weather commands....

I then scripted a Missionary Ridge scenario where I had a great deal of map room to work with and again guessing here the opposing forces were now 2000-2500 and perhaps further away from the opposing forces and the units did nothing?

Just wondering....
thanks
LOS, but not distance affects orders, I'm pretty sure.

In your example it is distance though, because the enemy is not visible due to the LOS range.
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 »

Thanks RebBugler....LOS makes sense. In my Fredericksburg Scenario, several AI Corps were out of the LOS, not much but out of the LOS.....but still managed to move forward even with the attack command. I just changed the script to amoveto which resolved that issue.
the reb
Reactions:
Posts: 342
Joined: Thu Sep 30, 2010 6:07 am

Re: Scenario Design - General Questions

Post by the reb »

evtarrived and evtiarrived?

I'm confused between the instuctions. This is what I want to do. Using a Time command, I script Longstreet, McLaws, Pickett, and Hood to move to specific map locations using "roadmarch". When these units reach their map locations (each having their own XZ Coordinates) I want each Division to Aform: DRIL_Lv14.... Command or similar.

Looks like there are two script lines needed (is this correct) but which command?

evtarrived
evtcont

or

evtiarrived
evtcont

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 »

evtarrived - execution of commands after all units under the officer arrive at the (formation) destination coordinates
evtiarrived - execution of commands after an officer or a regiment arrives at the destination coordinates
Last edited by RebBugler on Mon Mar 13, 2017 2:01 am, edited 1 time in total.
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 »

Thanks RebBugler....I saw the definition in the documents but didn't understand. Would you agree that using evtiarrived would give any regiments a better chance of getting into requested formation before being attacked? Or maybe another way of asking is where would you use each command?

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 »

Evtarrived is less reliable because if one unit gets delayed or engaged before reaching the formation destination it won't execute.
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
Post Reply