Vehicle: Difference between revisions
(Created page with "JKA has a number of vehicles, which can be controlled by the player. There are the following types of vehicles: * Swoops * Mounts * Walkers * Spacecraft ==Vehicle List== ...") |
(Undo revision 8606 by 75.84.116.145 (talk)) Tag: Undo |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
[[ | ''[[Jedi Knight: Jedi Academy]]'' has a number of vehicles which can be controlled by the player. There are the following types of vehicles: | ||
* Swoops | * Swoops (VH_SPEEDER) | ||
* | * Animals (VH_ANIMAL) | ||
* Walkers | * Walkers (VH_WALKER) | ||
* Spacecraft | * Spacecraft (VH_FIGHTER) | ||
Vehicles are technically a sub-type of [[NPC]]. | |||
==Vehicle List== | ==Vehicle List== | ||
Below is listed all the vehicle | Below is listed all the vehicle NPC names: | ||
<code>atst_vehicle | |||
lambdashuttle | lambdashuttle | ||
rancor_vehicle | rancor_vehicle | ||
swoop | swoop | ||
swoop_mp | swoop_mp | ||
swoop_mp2 | swoop_mp2 | ||
tauntaun | tauntaun | ||
tie-bomber | tie-bomber | ||
tie-fighter | tie-fighter | ||
wampa_vehicle | wampa_vehicle | ||
wildtauntaun | wildtauntaun | ||
x-wing | x-wing | ||
yt-1300 | yt-1300 | ||
z-95 | z-95 | ||
</code> | |||
==Related commands== | ==Related commands== | ||
* [[Npc_spawn#Spawn_Vehicle|npc spawn vehicle]] | * [[Npc_spawn#Spawn_Vehicle|npc spawn vehicle]] - spawn a vehicle | ||
== Modding == | |||
* [[.veh]] files - where vehicles are defined | |||
[[Category: General Modding]] |
Latest revision as of 09:52, 22 June 2024
Jedi Knight: Jedi Academy has a number of vehicles which can be controlled by the player. There are the following types of vehicles:
- Swoops (VH_SPEEDER)
- Animals (VH_ANIMAL)
- Walkers (VH_WALKER)
- Spacecraft (VH_FIGHTER)
Vehicles are technically a sub-type of NPC.
Vehicle List
Below is listed all the vehicle NPC names:
atst_vehicle
lambdashuttle
rancor_vehicle
swoop
swoop_mp
swoop_mp2
tauntaun
tie-bomber
tie-fighter
wampa_vehicle
wildtauntaun
x-wing
yt-1300
z-95
Related commands
- npc spawn vehicle - spawn a vehicle
Modding
- .veh files - where vehicles are defined