Vehicle: Difference between revisions
mNo edit summary |
m (→See also) |
||
Line 42: | Line 42: | ||
* [[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 | * [[.veh]] files - where vehicles are defined | ||
[[Category: General Modding]] | [[Category: General Modding]] |
Revision as of 10:25, 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
- Mounts
- Walkers
- Spacecraft
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