Home   Help Search Login Register  

Author Topic: PLz help with moving empty vehicles!  (Read 1216 times)

0 Members and 1 Guest are viewing this topic.

CptBravo

  • Guest
PLz help with moving empty vehicles!
« on: 24 Oct 2002, 18:52:34 »
Hi everyone,

I am trying to get a squad to get into an empty truck and drive it from point A to point B then dismount and move to point C on foot.

Now I get them in truck by setting them inside with move in cargo command. The problem is how to move them from there? I have tried different WP such as get out, move, transport unload with no luck. I did set up one of the squad members as a driver with no luck! What am I doing wrong???

Thanks

LimeCordial

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #1 on: 24 Oct 2002, 19:31:40 »
simply putting 'this moveindriver truck' in one of the men's init fields and 'this moveincargo truck' in the other init fields and giving the squad a move waypoint to point b, then a get out waypoint, then another move to point c should work. if it doesnt, try getting them to get into the truck first. put them just outside on the ground with no text in the inits and give them a waypoint 'get in' on the truck, then your moves and get outs. if this doesnt work then i dont know what will.

CptBravo

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #2 on: 24 Oct 2002, 22:11:59 »
It works fine if I put them outside I was just wondering if there is a way to make them get out if you start with them in cargo?

Thanks

LimeCordial

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #3 on: 24 Oct 2002, 22:47:28 »
well just a get out waypoint should be plenty.

LimeCordial

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #4 on: 24 Oct 2002, 22:53:22 »
or, if that doesnt work, try making a trigger to activate when you want them to get out. name each guy, man, mana, manb etc. and put in on activation field of trigger:

unassignVehicle man; unassignVehicle mana; unassignVehicle manb; etc.

if THAT dont work, try naming the truck and putting the name in place of 'Vehicle'.

there is porbably a way of doing doing it without having to type it all out, as in "_x moveincargo foreach units GROUPNAME" but i dont know what that is.

unless it is simply "_x unassignVehicle foreach units "GROUPNAME", but i dont know.

LimeCordial

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #5 on: 24 Oct 2002, 23:02:36 »
or is it

"unassignvehicle _x" foreach [man, mana, manb etc]

 ???

CptBravo

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #6 on: 25 Oct 2002, 06:16:30 »
Hi,

It did work like you said when I did indivdually one by one! A pain if you have 8 squads!! but it did work!! I wish there was an easier way to do it for groups.

But Thank you very much for your help :)

LimeCordial

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #7 on: 25 Oct 2002, 10:59:40 »
sure. no problem.

DC10_starvinmarvin

  • Guest
Re:PLz help with moving empty vehicles!
« Reply #8 on: 25 Oct 2002, 13:45:18 »
Hi there! i know a easier way to solve your problem. just put an ai driver in the truck (he should not be in the same group as the rest of the guys.) then put the rest in as cargo. then give the driver a waypoint to WP "A" (Transport unload)  then you give the cargo group a waypoint "Get out" and place it next to the Transport unload WP. then you syncronize the two and move them real close to eachother. that should work just fine.