Hey guys,
Needing some help with a scenario im making. Trying to get units to use the roads when marching from a starting position to another designated position. I am in debug mode with AI off and AlphaOmega on.
Example:
14:30:00 / 19th_Georgia / useroad / x coord / Z coord
This is what the SDK says to do but for the life of me it won't work. I have also tried it with officers and still doesn't work. I am sure it is a simple mistake. I appreciate yalls help!
Kyle
Scenario Questions
-
- Reactions:
- Posts: 17
- Joined: Tue Mar 19, 2013 7:32 am
Re: Scenario Questions
Correction:
This is the code I am using.
14:30:00 / 19th_Georgia / roadmarch / x coord / Z coord
This is the code I am using.
14:30:00 / 19th_Georgia / roadmarch / x coord / Z coord
- RebBugler
- Reactions:
- Posts: 4252
- Joined: Sun Aug 03, 2008 12:51 am
- Location: Ouachita Mountains, Arkansas
Re: Scenario Questions
Aroadmarch is for brigade and higher, roadmarch won't work for anything. I generally use useroad along with moveto for single units, there are other combinations but as far as I can tell they're all the same result.
Last edited by RebBugler on Tue Dec 06, 2016 10:01 pm, edited 1 time in total.
Bugles & Flags Gettysburg - Toolbar, Flags, Scenarios, and More...
-
- Reactions:
- Posts: 17
- Joined: Tue Mar 19, 2013 7:32 am
Re: Scenario Questions
Reb I appreciate the response! I still could not get it to work on its own but when I combined it with the BDE commander it worked.
Example:
14:30:00 / BDE_commander / moveto / x / Z /
14:30:00 / BDE_commander / Auseroad
14:30:00 / 19th_Georgia / moveto / x / Z /
14:30:00 / 19th_Georgia / useroad
Not sure why it would work with just the regiment by itself though. Either way now I've got some sensible moves going on!
Kyle
Example:
14:30:00 / BDE_commander / moveto / x / Z /
14:30:00 / BDE_commander / Auseroad
14:30:00 / 19th_Georgia / moveto / x / Z /
14:30:00 / 19th_Georgia / useroad
Not sure why it would work with just the regiment by itself though. Either way now I've got some sensible moves going on!
Kyle
Last edited by kjdunc9443 on Wed Dec 07, 2016 10:06 pm, edited 1 time in total.