Vehicle: Difference between revisions

From Jedi Knight Wiki | JKHub
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[JKA]] has a number of vehicles, which can be controlled by the player. There are the following types of vehicles:
''[[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)
* Mounts
* 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 npc names.
Below is listed all the vehicle NPC names:
{| class="wikitable"
 
|-
<code>atst_vehicle
| atst_vehicle


lambdashuttle
lambdashuttle
Line 36: Line 37:


z-95
z-95
|}
</code>


==Related commands==
==Related commands==
* [[Npc_spawn#Spawn_Vehicle|npc spawn vehicle]] - spawn a 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 11:29, 8 November 2021

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[edit]

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[edit]

Modding[edit]

  • .veh files - where vehicles are defined