]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add bones physics and increase jump velocity for Xonotic physics
authorMario <zacjardine@y7mail.com>
Thu, 9 Jul 2015 07:35:04 +0000 (17:35 +1000)
committerMario <zacjardine@y7mail.com>
Thu, 9 Jul 2015 07:35:04 +0000 (17:35 +1000)
physics.cfg

index 3acf0001b8524d680a286e4d9ddbb2868d40e246..58d1b1f81d058263aa59c1ddd779f758c72b7e21 100644 (file)
@@ -4,12 +4,12 @@
 
 
 // ==============
-//  main options
+//  Main options
 // ==============
 seta cl_physics "default" "client selected physics set"
 
 set g_physics_clientselect 0 "allow clients to select their physics set"
-set g_physics_clientselect_options "xonotic nexuiz quake warsow defrag quake3 vecxis quake2"
+set g_physics_clientselect_options "xonotic nexuiz quake warsow defrag quake3 vecxis quake2 bones"
 set g_physics_clientselect_default "" "override default physics"
 
 // =========
@@ -19,7 +19,7 @@ set g_physics_xonotic_airaccel_qw -0.8
 set g_physics_xonotic_airstrafeaccel_qw -0.95
 set g_physics_xonotic_airspeedlimit_nonqw 900
 set g_physics_xonotic_maxspeed 360
-set g_physics_xonotic_jumpvelocity 248
+set g_physics_xonotic_jumpvelocity 260
 set g_physics_xonotic_maxairstrafespeed 100
 set g_physics_xonotic_maxairspeed 360
 set g_physics_xonotic_airstrafeaccelerate 18
@@ -227,3 +227,30 @@ set g_physics_quake2_accelerate 10
 set g_physics_quake2_stopspeed 100
 set g_physics_quake2_airaccelerate 1
 set g_physics_quake2_airstopaccelerate 0
+
+// =======
+//  Bones
+// =======
+set g_physics_bones_airaccel_qw 1
+set g_physics_bones_airstrafeaccel_qw 1
+set g_physics_bones_airspeedlimit_nonqw 0
+set g_physics_bones_maxspeed 320
+set g_physics_bones_jumpvelocity 270
+set g_physics_bones_maxairstrafespeed 30
+set g_physics_bones_maxairspeed 320
+set g_physics_bones_airstrafeaccelerate 70
+set g_physics_bones_warsowbunny_turnaccel 0
+set g_physics_bones_airaccel_qw_stretchfactor 0
+set g_physics_bones_airaccel_sideways_friction 0
+set g_physics_bones_aircontrol 150
+set g_physics_bones_aircontrol_power 2
+set g_physics_bones_aircontrol_penalty 0
+set g_physics_bones_warsowbunny_airforwardaccel 1.00001
+set g_physics_bones_warsowbunny_topspeed 925
+set g_physics_bones_warsowbunny_accel 0.1593
+set g_physics_bones_warsowbunny_backtosideratio 0.8
+set g_physics_bones_friction 5.97
+set g_physics_bones_accelerate 15
+set g_physics_bones_stopspeed 100
+set g_physics_bones_airaccelerate 1
+set g_physics_bones_airstopaccelerate 2.5