Jump to content
Sign in to follow this  
valhallanguines

New Squad Movement

Recommended Posts

Hey,

I'm trying to figure out how to change the configuration of the Delta movement formation. I want to create the correct Squad Column, Fireteam Wedge. Is this even possible? Can you change the configuration of these movements? I want to make it where the squad leader is between the two teams so that the command structure is protected from frontal contact.

squad-wedge.gif

plt-wedge.gif

Very Respectfully,

Greeson

Share this post


Link to post
Share on other sites

Not tested it with units in a group but I am working on a function to have different groups move in formation. Try the following in a loop:

pointMan domove (squadLdr modelToWorld [0,20,0]);
autoRifle domove (squadLdr modelToWorld [-15,15,0]);
grenComp domove (squadLdr modelToWorld [15,15,0]);
riflePace domove (squadLdr modelToWorld [20,10,0]);
//etc

MTW helper: 20m + direction

front [0,20,0]

behind [0,-20,0]

left [-20,0,0]

right [20,0,0]

forwardLeft [-20,20,0]

forwardRight [20,20,0]

backLeft [-20,-20,0]

backRight [20,-20,0]

Edited by Mattar_Tharkari

Share this post


Link to post
Share on other sites

Thanks for the reply. How exactly will this script work, and where do I put it? Sorry, not super advanced with this stuff.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×