]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Vehicles.textile
(Commit created by redmine exporter script from page "Repository_Access" version 52)
[xonotic/xonotic.wiki.git] / Vehicles.textile
1 h1. Vehicles
2
3 A few vehicles (such as the Spiderbot and Racer) exist in Xonotic. They are not enabled by default however, due to bugs and features that are not ready. Existent vehicles include:
4
5 *[insert a larger description of all the vehicles here, possibly with images]*
6
7 Vehicle can be enabled at compilation time by using a special flag in the game code. *[insert which that was here]*
8
9 h1. TODO
10
11 There's a list of things to do for vehicles to be ready and enabled by default. Remaining issues are:
12
13 #1 MirceaKitsune: View bobbing (both vertical and horizontal) still works while in a vehicle. This causes an ugly effect of the player rocking while in a vehicle, without matching its movement. Since view bobbing is an engine feature, a settemp for the view bobbing cvars are the only idea that comes to mind.
14
15 #2 tZork: Exiting a vehicle can trow you off the map.
16
17 MirceaKitsune: I'm suspecting this could be fixed by setting the player's position to the vehicle's origin when exiting it, unless the bug is more complex.
18
19 #3 tZork: There may be small things like missing gfx/sounds etc since the fork removed/reworked much of that.
20
21 MirceaKitsune: Should be most easy to fix I think.
22
23 #4 tZork: The larger issue is that the code is messy and needs re-structure.