]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Vehicles.md
add alt text to images
[xonotic/xonotic.wiki.git] / Vehicles.md
index d47e5b1157dccf6c8fd8dab6926682c7c8fec04a..5dde1d124afa12f3d0e1986e9a4c1db62cad44a7 100644 (file)
@@ -1,44 +1,61 @@
 Vehicles
 ========
-# What does a vehicle do in Xonotic?
+# Vehicles in Xonotic
 
-There are several types of vehicles available in Xonotic to make team play more fun. Some vehicles are automatic like a robot; others need at least one player to operate (drive or pilot). Some vehicles need, in addition to a driver/pilot, one more more shooters to operate the weapons on the vehicles. Some vehicles are not equipped with weapons but can carry a lot of players.
+There are several types of vehicles available in Xonotic to make team play more fun. Some can fly, some can jump, some can walk, and some can dive. Some need at least one player to operate (drive or pilot). Some vehicles need, in addition to a driver/pilot, one more more shooters to operate the weapons on the vehicles. Some vehicles are not equipped with weapons but can carry a lot of players.
 
 # Where are vehicles available?
 
 Vehicles are available in maps that support them, i.e. maps that have vehicle placed in them. The map makers, or the mappers, have to put vehicles in maps for players to play.
 
-Any standard servers support vehicles if they include maps with veheciles placed in them. Some servers features only large maps for vehicles.
+Any standard servers support vehicles if they include maps with veheciles placed in them. [Some servers](Special_Servers) features only large maps for vehicles.
+
+# Operating a vehicle
+
+To enter a vehicle, simple go/jump into it. To leave a vehicle, use the keybind "+use" (default key: "F").
+
+The first player to enter the vehicle will be the driver/pilot. The movement for differnt vehicles are different, but in general +forward (W), +backward (S), +moveleft (A), +moveright (D), +crouch (SHIFT), +jump (SPACE), and mouse movement are used for controlling vehicle movement.
+
+If the vehicle supports multi-passengers, then after the driver/pilot enter the vehicles, subsequent players who enter the vehicle will be the passengers. Some vehicles have weapons for passengers. The same keys above are likely to control the weapon aims as well.
 
 # Official vehicles
 
-##Bumble Bee
+## Bumblebee
 
-TODO
+![Bumblebee outside](img/xonotic-vehicle-bumblebee.jpg)
 
-Vehicle name for mappers:
+![Bumblebee cockpit](img/xonotic-vehicle-bumblebee-cockpit.jpg)
 
-##Racer
+## Racer
 
-TODO
+![Racer outside](img/xonotic-vehicle-racer.jpg)
 
-Vehicle name for mappers:
+![Racer cockpit](img/xonotic-vehicle-racer-cockpit.jpg)
 
-##Raptor
+## Raptor
 
-TODO
+![Raptor outside](img/xonotic-vehicle-raptor.jpg)
 
-Vehicle name for mappers:
+![Raptor cockpit](img/xonotic-vehicle-raptor-cockpit.jpg)
 
-##Spiderbot
+## Spiderbot
 
-TODO
+![Spiderbot outside](img/xonotic-vehicle-spiderbot.jpg)
 
-Vehicle name for mappers:
+![Spiderbot cockpit](img/xonotic-vehicle-spiderbot-cockpit.jpg)
 
 # Unofficial vehicles
 
-On some servers, one may find experiment vehicles that are not official. Please post your opinions on them in [Xonotic Official Forums](http://forums.xonotic.org).
+On [some servers](Special_Servers), one may find experiment vehicles that are not official. Please post your opinions on them in [Xonotic Official Forums](http://forums.xonotic.org).
+
+# Notes for mappers
+
+Vehicle class names for mappers:
+
+- Bumblebee: "vehicle_bumblebee"
+- Racer: "vehicle_racer"
+- Raptor: "vehicle_raptor"
+- Spiderbot: "vehicle_spiderbot"
 
 # Notes for developers