X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=physics.cfg;h=e9fe5628940d9597fd5843533b54bced13066ae0;hb=2aab0cbac26247269b8a581f4e4c99b3a965eb5b;hp=0c442ad950f51378965a474efbbd2f9e27fa7f66;hpb=128cea32714586feb51b4a0d78a6bd4e35fef9f2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/physics.cfg b/physics.cfg index 0c442ad95..e9fe56289 100644 --- a/physics.cfg +++ b/physics.cfg @@ -4,12 +4,13 @@ // ============== -// main options +// Main options // ============== -seta cl_physics default "client selected physics set" +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" // ========= // Xonotic @@ -18,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 @@ -37,6 +38,7 @@ set g_physics_xonotic_accelerate 15 set g_physics_xonotic_stopspeed 100 set g_physics_xonotic_airaccelerate 2 set g_physics_xonotic_airstopaccelerate 3 +set g_physics_xonotic_track_canjump 0 // ======== // Nexuiz @@ -64,6 +66,7 @@ set g_physics_nexuiz_accelerate 8 set g_physics_nexuiz_stopspeed 100 set g_physics_nexuiz_airaccelerate 5.5 set g_physics_nexuiz_airstopaccelerate 0 +set g_physics_nexuiz_track_canjump 0 // ======= // Quake @@ -91,6 +94,7 @@ set g_physics_quake_accelerate 10 set g_physics_quake_stopspeed 100 set g_physics_quake_airaccelerate 106.66666666666666666666 set g_physics_quake_airstopaccelerate 0 +set g_physics_quake_track_canjump 1 // ======== // Warsow @@ -118,6 +122,7 @@ set g_physics_warsow_accelerate 15 set g_physics_warsow_stopspeed 100 set g_physics_warsow_airaccelerate 1 set g_physics_warsow_airstopaccelerate 2.5 +set g_physics_warsow_track_canjump 0 // ======== // DeFrag @@ -145,6 +150,7 @@ set g_physics_defrag_accelerate 15 set g_physics_defrag_stopspeed 100 set g_physics_defrag_airaccelerate 1 set g_physics_defrag_airstopaccelerate 2.5 +set g_physics_defrag_track_canjump 0 // ========= // Quake 3 @@ -172,6 +178,7 @@ set g_physics_quake3_accelerate 10 set g_physics_quake3_stopspeed 100 set g_physics_quake3_airaccelerate 1 set g_physics_quake3_airstopaccelerate 0 +set g_physics_quake3_track_canjump 1 // ======== // Vecxis @@ -199,6 +206,7 @@ set g_physics_vecxis_accelerate 5.5 set g_physics_vecxis_stopspeed 100 set g_physics_vecxis_airaccelerate 5.5 set g_physics_vecxis_airstopaccelerate 0 +set g_physics_vecxis_track_canjump 0 // ========= // Quake 2 @@ -226,3 +234,32 @@ set g_physics_quake2_accelerate 10 set g_physics_quake2_stopspeed 100 set g_physics_quake2_airaccelerate 1 set g_physics_quake2_airstopaccelerate 0 +set g_physics_quake2_track_canjump 1 + +// ======= +// 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 +set g_physics_bones_track_canjump 0