X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=2af290f9abd445b5170f7af1c3ed86859b6d1a9a;hb=332b1bfac54491c16e6ef8a806fcc1d5dd768ef6;hp=c2697006a58e3a3996268b2d48f0be04c4361cb2;hpb=e46955aa359b3a9b0399b572ebd34e3770c283b7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index c2697006a..2af290f9a 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -68,6 +68,12 @@ seta cl_spawnzoom_factor 2 "factor of zoom while spawning" seta cl_zoomfactor 5 "how much +zoom will zoom (1-16)" seta cl_zoomspeed 8 "how fast it will zoom (0.5-16), negative values mean instant zoom" seta cl_zoomsensitivity 0 "how zoom changes sensitivity (0 = weakest, 1 = strongest)" + +seta cl_unpress_zoom_on_spawn 1 "automatically unpress zoom when you spawn" +seta cl_unpress_zoom_on_death 1 "automatically unpress zoom when you die (and don't allow zoom again while dead)" +seta cl_unpress_zoom_on_weapon_switch 1 "automatically unpress zoom when you switch a weapon" +seta cl_unpress_attack_on_weapon_switch 1 "automatically unpress fire and fire1 attack buttons when you switch a weapon" + freelook 1 sensitivity 6 v_gamma 1 @@ -941,6 +947,7 @@ con_chat 5 con_chatpos -9 con_chatsize 10 con_chatwidth 0.6 +con_notify 0 con_notifysize 10 con_notifyalign 0 @@ -1346,6 +1353,9 @@ set r_showbboxes 0 // we REALLY need the end pos nudging DP bug workaround for trace-to-end-of-solid to work collision_endposnudge 1 +// FIXME remove this when the engine feature FINALLY MAYBE works +r_glsl_skeletal 0 + // animation tuning set cl_lerpanim_maxdelta_framegroups 0.05 // must be faster than fastest weapon refire set cl_lerpanim_maxdelta_server 0.1 // must be slower than slowest server controlled anim (e.g. animinfo stuff) @@ -1439,6 +1449,8 @@ r_shadow_glossintensity 1 // use fake light if map has no lightmaps r_fakelight 1 +r_water_hideplayer 1 // hide your own feet/player model in refraction views, this way you don't see half of your body under water + // strength sound settings set sv_strengthsound_antispam_time 0.1 "minimum distance of strength sounds" set sv_strengthsound_antispam_refire_threshold 0.04 "apply minimum distance only if refire of the gun is smaller than this"