Prop vehicle jeep: Difference between revisions
Jump to navigation
Jump to search
m (minoro) |
|||
Line 1: | Line 1: | ||
{{wrongtitle|title=prop_vehicle_jeep}} | {{wrongtitle|title=prop_vehicle_jeep}} | ||
==Entity | == Entity description == | ||
A jeep/buggy (drivable model) or {{ep2 add|a jalopy}}. | |||
[[Image:Buggy.jpg|thumb|right|300px|A prop_vehicle_jeep using the ''models/buggy.mdl'' model.]] | [[Image:Buggy.jpg|thumb|right|300px|A <code>prop_vehicle_jeep</code> using the ''models/buggy.mdl'' model.]] | ||
[[Image:Jalopy.PNG|thumb|right|300px|A <code>prop_vehicle_jeep</code> using the ''models/vehicle.mdl'' model.]] | |||
== Keyvalues == | |||
==Keyvalues== | |||
* {{kv basedriveablevehicle}} | * {{kv basedriveablevehicle}} | ||
==Inputs== | == Inputs == | ||
* {{i basedriveablevehicle}} | * {{i basedriveablevehicle}} | ||
* '''StartRemoveTauCannon''' | * '''StartRemoveTauCannon''' | ||
Line 31: | Line 25: | ||
: Allows NPC's to exit the vehicle. | : Allows NPC's to exit the vehicle. | ||
* '''{{ep2 add|SetCargoHopperVisibility <[[boolean]]>}}''' | * '''{{ep2 add|SetCargoHopperVisibility <[[boolean]]>}}''' | ||
: Set the visibility of the Magnusson device tray | : Set the visibility of the Magnusson device tray. | ||
* '''{{ep2 add|AddBusterToCargo}}''' | * '''{{ep2 add|AddBusterToCargo}}''' | ||
: Adds a Magnusson device to jalopy's cargo. | : Adds a Magnusson device to jalopy's cargo. | ||
Line 43: | Line 37: | ||
: Do not allow physgun to punt jalopy. | : Do not allow physgun to punt jalopy. | ||
==Outputs== | == Outputs == | ||
* {{o basedriveablevehicle}} | * {{o basedriveablevehicle}} | ||
* '''{{ep1 add|OnCompanionEnteredVehicle}}''' | * '''{{ep1 add|OnCompanionEnteredVehicle}}''' |
Revision as of 13:39, 25 November 2007
Entity description
A jeep/buggy (drivable model) or Template:Ep2 add.
Keyvalues
Inputs
- Template:I basedriveablevehicle
- StartRemoveTauCannon
- Start the tau removal sequence.
- FinishRemoveTauCannon
- Finish the tau removal sequence.
- Stops NPC's from entering the vehicle until unlocked.
- Allows NPC's to enter the vehicle.
- Stops NPC's from exiting the vehicle until unlocked.
- Allows NPC's to exit the vehicle.
- Set the visibility of the Magnusson device tray.
- Adds a Magnusson device to jalopy's cargo.
- Adds a radar to the jalopy.
- Removes the radar from the jalopy.
- Allow physgun to punt jalopy.
- Do not allow physgun to punt jalopy.
Outputs
- Companion has entered the vehicle.
- Companion has exited the vehicle.
- Hostile has entered the vehicle.
- Hostile has exited the vehicle.