]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
add outline for vehicles
authorBuddyFriendGuy <bfggeneral@gmail.com>
Mon, 4 Jul 2016 21:53:36 +0000 (17:53 -0400)
committerBuddyFriendGuy <bfggeneral@gmail.com>
Mon, 4 Jul 2016 21:53:36 +0000 (17:53 -0400)
Special_Servers.md
Vehicles.md

index 1de4935a1e6602ca006d8c0cfd6bdcc5a7ce885d..25c7a770a83ae36ee019265cabc5bc475cc52046 100644 (file)
@@ -3,7 +3,7 @@
 In the Multiplayer menu of the game, you can see many different types of servers. Many of them use special mutators/configurations to provide certain game experience. The following gives some examples. Note that servers come and go so you may not find some of them at certain time.
 
 -      [Overkill](Overkill_Tutorial) is a special mutator that [requires special settings](Overkill_Setting).
--      Some servers specialize in large maps for **vehicles** fight. Some servers specialize in a certain types of map, e.g. maps with city landscapes, space maps, famous Quake maps, etc.
+-      Some servers specialize in large maps for [vehicles](Vehicles) fight. Some servers specialize in a certain types of map, e.g. maps with city landscapes, space maps, famous Quake maps, etc.
 -      Some servers focuses on one specific game type. For example, **duel** servers allow only two players to fight each other; there are also **CTF**-only servers. [Defrag](http://forums.xonotic.org/showthread.php?tid=3869) servers provides special maps for only Race-related modes. 
 -      Some servers only allow **shotguns**. Some servers give you **grenades**. Some servers give you unconventional weapons, i.e. **new toys**.
 -      **Hook+InstGib** servers give you hooks and a special vaporizer. Some even provide grenades. These are usually played in **CTF**.
index d5ff84ae1098a72d9a0951023d203419f258c921..d47e5b1157dccf6c8fd8dab6926682c7c8fec04a 100644 (file)
@@ -1,5 +1,46 @@
 Vehicles
 ========
+# What does a vehicle do 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.
+
+# 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.
+
+# Official vehicles
+
+##Bumble Bee
+
+TODO
+
+Vehicle name for mappers:
+
+##Racer
+
+TODO
+
+Vehicle name for mappers:
+
+##Raptor
+
+TODO
+
+Vehicle name for mappers:
+
+##Spiderbot
+
+TODO
+
+Vehicle name for mappers:
+
+# 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).
+
+# Notes for developers
 
 `Assault` needs testing, as far as i can tell it should work now.