]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Vehicles.md
add image references in Vehicle
[xonotic/xonotic.wiki.git] / Vehicles.md
index d5ff84ae1098a72d9a0951023d203419f258c921..054c3b1cd46a6bf4cddccf8e04436eca8e3ecd2f 100644 (file)
@@ -1,5 +1,71 @@
 Vehicles
 ========
+# Vehicles in Xonotic
+
+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](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
+
+## Bumblebee
+
+Outside view
+![](img/xonotic-vehicle-bumblebee.jpg)
+
+Cockpit view
+![](img/xonotic-vehicle-bumblebee-cockpit.jpg)
+
+## Racer
+
+Outside view
+![](img/xonotic-vehicle-racer.jpg)
+
+Cockpit view
+![](img/xonotic-vehicle-racer-cockpit.jpg)
+
+## Raptor
+
+Outside view
+![](img/xonotic-vehicle-raptor.jpg)
+
+Cockpit view
+![](img/xonotic-vehicle-raptor-cockpit.jpg)
+
+## Spiderbot
+
+Outside view
+![](img/xonotic-vehicle-spiderbot.jpg)
+
+Cockpit view
+![](img/xonotic-vehicle-spiderbot-cockpit.jpg)
+
+# Unofficial vehicles
+
+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:
+
+- Bumble Bee: "vehicle_bumblebee"
+- Racer: "vehicle_racer"
+- Raptor: "vehicle_raptor"
+- Spiderbot: "vehicle_spiderbot"
+
+# Notes for developers
 
 `Assault` needs testing, as far as i can tell it should work now.