X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=xonotic-client.cfg;h=786a69a28ba4473acc8e2b6286bc063ef3b33599;hp=280e9b1e3ea7ddb76d135d6c7382d8fccd3651f2;hb=a1b95fe0a5207c674ff602ea4f74d4d154b9a6c7;hpb=c2afbf519433fb56c9b8b807ca3ab12c62575ec8 diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 280e9b1e3e..786a69a28b 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" @@ -67,15 +67,14 @@ seta cl_spawn_event_particles 1 "pointparticles effect whenever a player spawns" seta cl_spawn_event_sound 1 "sound effect whenever a player spawns" //seta cl_spawn_point_model 0 "place a model at all spawn points" // still needs a model seta cl_spawn_point_particles 1 "pointparticles effect at all spawn points" // managed by effects-.cfg files -seta cl_spawn_point_dist_min 1200 -seta cl_spawn_point_dist_max 1600 +seta cl_spawn_point_dist_min 800 +seta cl_spawn_point_dist_max 1200 freelook 1 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,13 +194,13 @@ 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" seta cl_hitsound_nom_damage 25 "damage amount at which hitsound bases pitch off" -seta cl_eventchase_spectated_change 1 "camera goes into 3rd person mode for a moment when changing spectated player" +seta cl_eventchase_spectated_change 0 "camera goes into 3rd person mode for a moment when changing spectated player" seta cl_eventchase_spectated_change_time 1 "how much time the effect lasts when changing spectated player" seta cl_eventchase_death 1 "camera goes into 3rd person mode when the player is dead; set to 2 to active the effect only when the corpse doesn't move anymore" seta cl_eventchase_frozen 0 "camera goes into 3rd person mode when the player is frozen" @@ -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 @@ -396,6 +396,7 @@ set g_waypointsprite_timealphaexponent 1 seta g_waypointsprite_turrets 1 "disable turret waypoints" seta g_waypointsprite_turrets_maxdist 5000 "max distance for turret waypoints" seta g_waypointsprite_turrets_text 0 "show the turret's name in the waypoint" +seta g_waypointsprite_turrets_onlyhurt 0 "only show the turret waypoint for a short period after being hurt" seta g_waypointsprite_uppercase 1 seta g_waypointsprite_text 0 "Always show text instead of icons, setting this to 0 will still use text if the icon is unavailable" seta g_waypointsprite_iconsize 32 @@ -429,13 +430,16 @@ seta cl_damagetext_size_max 16 "Damage text font size for large damage" seta cl_damagetext_size_max_damage 140 "How much damage is considered large" seta cl_damagetext_alpha_start "1" "Damage text initial alpha" seta cl_damagetext_alpha_lifetime "3" "Damage text lifetime in seconds" -seta cl_damagetext_velocity "0 0 20" "Damage text move direction" -seta cl_damagetext_offset "0 -40 0" "Damage text offset" +seta cl_damagetext_velocity_screen "0 0 0" "Damage text move direction (screen coordinates)" +seta cl_damagetext_velocity_world "0 0 20" "Damage text move direction (world coordinates relative to player's view)" +seta cl_damagetext_offset_screen "0 -45 0" "Damage text offset (screen coordinates)" +seta cl_damagetext_offset_world "0 0 0" "Damage text offset (world coordinates relative to player's view)" seta cl_damagetext_accumulate_range "30" "Damage text spawned within this range is accumulated" seta cl_damagetext_accumulate_alpha_rel "0.65" "Only update existing damage text when it's above this much percentage (0 to 1) of the starting alpha" -seta cl_damagetext_friendlyfire "1" "Show damage text for friendlyfire too" +seta cl_damagetext_friendlyfire "1" "0: never show for friendly fire, 1: when more than 0 damage, 2: always" seta cl_damagetext_friendlyfire_color "1 0 0" "Damage text color for friendlyfire" +seta cl_damagetext_2d 1 "Show damagetext in 2D coordinates if the enemy's location is not known" seta cl_damagetext_2d_pos "0.47 0.53 0" "2D damage text initial position (X and Y between 0 and 1)" seta cl_damagetext_2d_alpha_start 1 "2D damage text initial alpha" seta cl_damagetext_2d_alpha_lifetime 1.3 "2D damage text lifetime (alpha fading) in seconds" @@ -443,9 +447,9 @@ seta cl_damagetext_2d_size_lifetime 3 "2D damage text lifetime (size shrinking) seta cl_damagetext_2d_velocity "-25 0 0" "2D damage text move direction (screen coordinates)" seta cl_damagetext_2d_overlap_offset "0 -15 0" "Offset 2D damage text by this much to prevent overlapping (screen coordinates)" 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 occured off-screen" +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 @@ -607,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 @@ -617,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)" @@ -644,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." @@ -730,7 +735,7 @@ seta cl_forcemyplayercolors 0 "set to the color value (encoding is same as _cl_c seta cl_movement_errorcompensation 1 "try to compensate for prediction errors and reduce perceived lag" seta cl_movement_intermissionrunning 0 "keep velocity after the match ends, players may appear to continue running while stationary" -seta cl_viewmodel_alpha 0 "Maximum transparency of the view model, set to 0 to disable" +seta cl_viewmodel_alpha 1 "Maximum opacity of the view model, use a value between 0 and 1" set debugdraw 0 set debugdraw_filter "" @@ -740,6 +745,9 @@ set debugtrace 0 // FIXME remove this when the engine feature FINALLY MAYBE works r_glsl_skeletal 0 +// FIXME engine description mentions the default should be 1, but sets it to 2 anyway, breaks some maps +r_useportalculling 1 + // 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) @@ -761,7 +769,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 @@ -792,7 +799,7 @@ r_shadow_glossintensity 1 r_fullbright_directed 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 -r_water_refractdistort 0.019 +r_water_refractdistort 0.003 set cl_rainsnow_maxdrawdist 2048 @@ -807,7 +814,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 @@ -850,7 +857,6 @@ seta cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides seta cl_ghost_items_color "-1 -1 -1" "color of ghosted items (colormod format: 0 0 0 leaves the color unchanged, negative values allowed)" seta cl_simple_items 0 "enable simple items (if server allows)" set cl_simpleitems_postfix "_luma" "posfix to add fo model name when simple items are enabled" -set cl_fullbright_items 0 "enable fullbright items (if server allows, controlled by g_fullbrightitems)" set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0 (colormod format: 0 0 0 leaves the color unchanged, negative values allowed)" set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0"