X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=xonotic-client.cfg;h=dfa3c0c57c26f8efe0862618918f653612dbe750;hb=3736bf14e0bd070de0a938e3b92d7f5eb35d0ae6;hp=c9a49f924a330b15c327e566d9617ecad3247eeb;hpb=761fb981d742f869d7057a3bb7e3369329fdbe18;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-client.cfg b/xonotic-client.cfg index c9a49f924..dfa3c0c57 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -2,8 +2,8 @@ // if you want to reset your client to defaults, it's probably a better idea to delete (parts of) config.cfg and restart -// changes a cvar and reports it to the server (for the menu to notify the -// server about changes) +// changes a cvar and reports it to the server (for the client to notify the server about changes) +// DEPRECATED, cvars can be set in the client code to be sent automatically (using REPLICATE) alias setreport "set \"$1\" \"$2\" ; sendcvar \"$1\"" seta cl_firststart "" "how many times the client has been run" @@ -75,7 +75,6 @@ sensitivity 6 v_gamma 1 viewsize 100 bgmvolume 1 -volume 0.5 // fullscreen 1024x768x32bit vid_bitsperpixel 32 vid_fullscreen 1 @@ -167,6 +166,7 @@ seta cl_leanmodel_highpass1 0.2 "gun leaning pre-highpass averaging time" seta cl_leanmodel_highpass 0.2 "gun leaning highpass averaging time" seta cl_leanmodel_lowpass 0.05 "gun leaning lowpass averaging time" +cl_maxfps_alwayssleep 0 // gives up some processing time to other applications each frame, default is 1 (not necessary since Xonotic caps FPS by default) cl_rollangle 0 // amount of view tilt when strafing, default is 2.0 v_kicktime 0 // how long damage kicks of the view last, default is 0 seconds gl_polyblend 0 // whether to use screen tints, this has now been replaced by a better system in CSQC @@ -194,7 +194,7 @@ seta cl_autotaunt 0 "automatically taunt enemies when fragging them" seta cl_voice_directional 1 "0 = all voices are non-directional, 1 = all voices are directional, 2 = only taunts are directional" seta cl_voice_directional_taunt_attenuation 0.5 "this defines the distance from which taunts can be heard" -seta cl_hitsound 1 "play a hit notifier sound when you have hit an enemy, 1: same pitch 2: increase pitch with more damage 3: decrease pitch with more damage" +seta cl_hitsound 1 "play a hit notifier sound when you have hit an enemy, 1: same pitch 2: decrease pitch with more damage 3: increase pitch with more damage" set cl_hitsound_antispam_time 0.05 "don't play the hitsound more often than this" seta cl_hitsound_min_pitch 0.75 "minimum pitch of hit sound" seta cl_hitsound_max_pitch 1.5 "maximum pitch of hit sound" @@ -234,6 +234,8 @@ cl_movement 1 cl_movement_track_canjump 0 cl_stairsmoothspeed 200 +alias wpeditor_menu "quickmenu file \"\" wpeditor.txt" + alias g_waypointeditor_spawn "wpeditor spawn" alias g_waypointeditor_remove "wpeditor remove" alias g_waypointeditor_relinkall "wpeditor relinkall" @@ -305,8 +307,6 @@ r_glsl_offsetmapping_lod 1 r_glsl_offsetmapping_reliefmapping 0 r_glsl_offsetmapping_scale 0.02 -scr_conalpha 1 -scr_conbrightness 0.2 scr_screenshot_jpeg 1 scr_screenshot_jpeg_quality 0.9 @@ -449,7 +449,7 @@ seta cl_damagetext_2d_overlap_offset "0 -15 0" "Offset 2D damage text by this mu seta cl_damagetext_2d_close_range 125 "Always use 2D damagetext for hits closer that this" seta cl_damagetext_2d_out_of_view 1 "Always use 2D damagetext for hits that occurred off-screen" -seta cl_vehicles_alarm 1 "Play an alarm sound when the vehicle you are driving is heavily damaged" +seta cl_vehicles_alarm 0 "Play an alarm sound when the vehicle you are driving is heavily damaged" seta cl_vehicles_hud_tactical 1 seta cl_vehicles_hudscale 0.5 seta cl_vehicles_notify_time 15 @@ -611,6 +611,7 @@ makesaved music_playlist_list0 makesaved music_playlist_random0 cl_netfps 60 // should match or be a multiple of sys_ticrate +_cl_rate 40000 // fast adsl gl_texture_anisotropy 8 seta gl_texturecompression 0 // FIXME the description is wrong - when this is 0, e.g. gl_texturecompression_sky still takes effect @@ -621,7 +622,7 @@ gl_texturecompression_lightcubemaps 0 gl_texturecompression_q3bsplightmaps 0 gl_texturecompression_sky 1 -cl_maxfps 200 +cl_maxfps 250 seta menu_mouse_absolute 1 "use the OS mouse pointer motion for menu" seta menu_mouse_speed 1 "speed multiplier for the mouse in the menu (does not affect in-game aiming)" @@ -648,9 +649,9 @@ alias _gl_flashblend_update_01 "gl_flashblend 0" alias _gl_flashblend_update_11 "gl_flashblend 0" alias gl_flashblend_update "_gl_flashblend_update_$r_shadow_realtime_dlight$r_showsurfaces" -set cl_handicap 1 "multiplies damage received and divides damage dealt NOTE: reconnect or use 'sendcvar cl_handicap' to update the choice." +set cl_handicap 1 "multiplies damage received and divides damage dealt" -seta cl_clippedspectating 1 "movement collision for spectators so that you can't pass through walls and such. (client setting) NOTE: reconnect or use sendcvar command to update the choice." +seta cl_clippedspectating 1 "movement collision for spectators so that you can't pass through walls and such" seta cl_autoscreenshot 1 "Take a screenshot upon the end of a match... 0 = Disable completely, 1 = Allow sv_autoscreenshot to take a screenshot when requested, 2 = Always take an autoscreenshot anyway." @@ -765,7 +766,6 @@ scr_conalpha2factor 0.3 scr_conalpha3factor 1 scr_conalphafactor 0.8 scr_conbrightness 0.35 -scr_conforcewhiledisconnected 1 scr_conscroll2_x 0.11 scr_conscroll2_y 0.2 scr_conscroll3_x 0 @@ -811,7 +811,7 @@ set cl_db_saveasdump 0 "write client.db in dump format (loads slower, easier to // uid2name seta cl_allow_uid2name -1 "-1 = ask if the player wants to disable/enable this feature, 0 = disable, 1 = enable uid2name (allows showing your name in race rankings for instance)" seta cl_allow_uidtracking 1 "-1 = ask if the player wants to disable/enable this feature, 0 = disable, 1 = enable uid tracking (allows associating your data with your player ID)" -// FIXME set to -1 before release, once we have a dialog for this! +seta cl_allow_uidranking 1 "0 = disable, 1 = enable uid ranking (allows statistics like elo to rank you in leaderboards)" // polygonoffset for submodel SUCKS SUCKS SUCKS (only a hack for quake1, we don't need that) r_polygonoffset_submodel_offset 0