Home   Help Search Login Register  

Author Topic: Convoy grouping  (Read 526 times)

0 Members and 1 Guest are viewing this topic.

Gooner861

  • Guest
Convoy grouping
« on: 23 Jul 2004, 16:29:51 »
Hi again  ;D

Ok i have two trucks that are already grouped to two infantry squads so that the groups are in the trucks cargo.

But now i want the trucks to be grouped together so that i can have a single waypoint for both trucks so that they move at the same time etc, but i cant have two groupings from the trucks so what else can i do?

Cheers

Gooner

CopyrightPhilly

  • Guest
Re:Convoy grouping
« Reply #1 on: 23 Jul 2004, 16:43:33 »
Hi

ok what i would do is ungroup the groups of soldiers from the trucks

then give the trucks names like, truck1 and truck2

then in the groups leaders init put:

Code: [Select]
mygrp = group this; "_x moveincargo truck1" foreach units mygrpreplacing truck1 with what ever the truck name is

now just group the two trucks together

hope this helps

cheers, Philly
« Last Edit: 23 Jul 2004, 16:44:40 by CopyrightPhilly »

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Convoy grouping
« Reply #2 on: 23 Jul 2004, 17:41:01 »
Philly is right.   In fact in mission editing you rarely have the cargo of a vehicle in the same group as the crew.

Put the trucks in column formation and setbehaviour safe, that will help make the convoy work.  

Depending on what happens later on you may also need

"_x assignAsCargo truck1" foreach units mygrp

so that the AI "knows" it is in the truck.   Otherwise you can have problems getting them out again.
Plenty of reviewed ArmA missions for you to play

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Convoy grouping
« Reply #3 on: 23 Jul 2004, 19:54:11 »
 :D hey m8. You can make relatively easy scripts that make yer groups get outta them trucks
each time the truck driver(s) feel unsafe & then get back in once the groups feel safe again, if thats what'cha wanna do.  :)

...good for "back to the front" -missions, or if you want scouting groups to move along shores or alike...

the core spell goes like:

 :-*   "_x OrderGetin False" foreach morons   (use true/false & loop the scroll with proper conditions)
« Last Edit: 23 Jul 2004, 20:01:32 by Tomb »

Gooner861

  • Guest
Re:Convoy grouping
« Reply #4 on: 26 Jul 2004, 18:40:50 »
Thanks that worked.  ;D

Cheers

Gooner

ponq

  • Guest
Re:Convoy grouping
« Reply #5 on: 26 Jul 2004, 19:52:41 »
there's also a nice script at the editors depot which keeps the convoy in a nice line and distance to eachother.

-edit-

In fact, it's in a KB entry. Search the KB on "Convoy" and you'll find the script.
« Last Edit: 26 Jul 2004, 21:20:36 by ponq »