*NexuS* Posted May 30, 2003 Share Posted May 30, 2003 (edited) Trying to script bad guys to exit a vehicle after it comes to a halt, right now all that comes to a halt is me !!!! Any one offering advice ? Edited May 30, 2003 by alphasquad nexus Quote Link to comment Share on other sites More sharing options...
Chavez Posted May 30, 2003 Share Posted May 30, 2003 Hola Nex Glad to see you have started banging heads with Igor The hard part can be to find out when the vehicle has stopped. Here are important steps: Vehicle speed 0 Vehicle Unload Abortplan team (the team that was in the truck) Executeplan team (the team that was in the truck can be assigned to any new triggerplan) If you load StealthRecon week4 into Igor and then select edit script. Then look under the TAG ApcBlow (thats when the BMP blows at the bridge. Then the truck stops ASAP and the soldiers in it unloads and starts to move after a new triggerplan. Look no further than your own back yard Quote Link to comment Share on other sites More sharing options...
X69RZX Posted May 31, 2003 Share Posted May 31, 2003 Nex, Speed X path X unload vehicle easy as that, you can add wait or a combination of more path and wait steps, to make the vehicle move and then stop. By using the "unload vehicle" step last, the vehicle will proceed to the end of the path, then unload. Also, you can set a zone at the end of the path to trigger a trigger plan containing the unload vehicle plan step if needed. X Quote Link to comment Share on other sites More sharing options...
San Posted May 31, 2003 Share Posted May 31, 2003 Unload vehicle unloads all except the driver. He needs exit vehicle. If vehicle is stopped in zone then unload vehicle, wait 3sec and exit vehicle. This way they all will exit the vehicle. Look at san01 mission on my website how I done it. Quote Link to comment Share on other sites More sharing options...
Jack57 Posted May 31, 2003 Share Posted May 31, 2003 There are two UnloadVehicle's you can use. One is as a script response, the other as part of a plan. For some reason UnloadVehicle as script will work for a driver but as a plan it won't Quote Link to comment Share on other sites More sharing options...
*NexuS* Posted May 31, 2003 Author Share Posted May 31, 2003 Thank you all peeps, Quote Link to comment Share on other sites More sharing options...
Kamakazi Posted May 31, 2003 Share Posted May 31, 2003 Sometimes the UnloadVehicle plan works for me......sometimes it dont.....I dont know Quote Link to comment Share on other sites More sharing options...
Recon Posted March 29, 2004 Share Posted March 29, 2004 (edited) Unload vehicle unloads all except the driver. He needs exit vehicle. Could anyone help me with this? I've done the unloadvehicle and all except the driver get out. How do you then set the driver to get out using exitvehicle? This is what I want:vehicle to stop (done)passengers to get out (done)driver to get outeveryone from inside vehicle to continue along a new pathAny help would be nice! I think it involves: Abortplan team (the team that was in the truck) Executeplan team (the team that was in the truck can be assigned to any new triggerplan) Edited March 29, 2004 by [TCS]Recon Quote Link to comment Share on other sites More sharing options...
Jack57 Posted March 29, 2004 Share Posted March 29, 2004 VEHICLES: Exit Vehicle: (Plan step) Apllies to teams. All occupants exit the vehicle standing. AI must be ON UnloadVehicle: (Plan step) Applies to vehicles. Passengers exit vehicle in defensive state (usually prone) or standing if AI is OFF. Driver stays at the wheel. VehicleUnload: (script command) All occupants exit vehicle in defensive state (usually prone) or standing if AI is Off. Note: Jeeps are a bit fickle and often don't unload properly (you even see this in RSE missions). Use VehicleUnload if your having trouble. HELICOPTERS (and boats): Exit Vehicle: Can be used but not as effective as UnloadVehicle (eg: actors stand through the helicopter). UnloadVehicle: Use this plan step to achieve the crouched defensive perimeter animation. VehicleUnload: Use to vacate the helicopter for scripting purposes (eg: before teleporting the helicopter to a new position, etc). Not as visually pleasing as UnloadVehicle for unloading actors at the LZ. Hope that helps, Jack Quote Link to comment Share on other sites More sharing options...
Recon Posted March 30, 2004 Share Posted March 30, 2004 Exit Vehicle: (Plan step) Apllies to teams. All occupants exit the vehicle standing. AI must be ON How do you make it so they get out at the right time? I have it so some people get into a pickup, it drives along a bit, then I want them all to get out. Do you just put a wait which is the length of the journey with the exitvehicle at the end? Quote Link to comment Share on other sites More sharing options...
ARDelta Posted March 30, 2004 Share Posted March 30, 2004 I believe you said that you wanted the people that got out of the vehcle to follow a new path, so make Exit Vehicle the first step in the trigger plan that includes the path they will follow. Place a zone at the spot where you want everyone to exit the vehicle. Use ProximityVehicle to trigger the execution of the plan when the vehicle gets to the zone. For the response(s) to the trigger use ExecutePlanTeam to assign the plan that includes Exit Vehicle and the new Path to the team(s) in the vehicle. Quote Link to comment Share on other sites More sharing options...
Recon Posted March 30, 2004 Share Posted March 30, 2004 Thanks I've got it working now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.