X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=xonotic-client.cfg;h=5ccf96968d677c25ab8da2c774280b2e240cf1b4;hb=6923233127a1a66deb2fe25cc4df125b76295eae;hp=e39a892fb28d4ef9d7ea5d6a46e8d49af56c40c0;hpb=7f81a6b047e89c7e606e61f0dc37b574a5f2402a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-client.cfg b/xonotic-client.cfg index e39a892fb..5ccf96968 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -32,7 +32,6 @@ mod_q3bsp_lightmapmergepower 4 // player defaults _cl_color "112.211" // same effect as 112, but menuqc can detect this as the default and not intentionally set _cl_name "" -seta _cl_gender 0 "storage cvar for current player gender (0 = undisclosed, 1 = male, 2 = female)" _cl_playerskin 0 seta cl_reticle 1 "enable zoom reticles" @@ -216,6 +215,8 @@ seta cl_eventchase_vehicle 1 "camera goes into 3rd person mode when inside a veh seta cl_eventchase_vehicle_viewoffset "0 0 80" seta cl_eventchase_vehicle_distance 250 +seta chase_front 0 "show frontal view when using chase cam" + set _vehicles_shownchasemessage 0 seta cl_particles_oldvortexbeam 0 "Uses the old v2.3 Vortex beam instead of the new beam, only works if server allows it (g_allow_oldvortexbeam 1)" @@ -233,6 +234,8 @@ set cl_deathglow_min 0.5 "glow out up to this glow factor" set cl_respawn_ghosts_keepcolors 0 "if enabled respawn ghosts keep body colors" +set _teams_available 0 "internal cvar, value is synced from the server to reflect currently available teams to join" + cl_movement 1 cl_movement_track_canjump 0 cl_stairsmoothspeed 200 @@ -244,6 +247,17 @@ alias g_waypointeditor_remove "wpeditor remove" alias g_waypointeditor_relinkall "wpeditor relinkall" alias g_waypointeditor_saveall "wpeditor saveall" alias g_waypointeditor_unreachable "wpeditor unreachable" +alias g_waypointeditor_help "wpeditor" +alias g_waypointeditor_menu "wpeditor_menu" +alias g_waypointeditor_spawn_x "wpeditor spawn crosshair" +alias g_waypointeditor_spawn_jump "wpeditor spawn jump" +alias g_waypointeditor_spawn_crouch "wpeditor spawn crouch" +alias g_waypointeditor_spawn_support "wpeditor spawn support" +alias g_waypointeditor_hardwire "wpeditor hardwire" +alias g_waypointeditor_hardwire_x "wpeditor hardwire crosshair" +alias g_waypointeditor_lock "wpeditor lock" +alias g_waypointeditor_symorigin "wpeditor symorigin $*" +alias g_waypointeditor_symaxis "wpeditor symaxis $*" alias navwaypoint_relink g_waypointeditor_spawn alias navwaypoint_remove g_waypointeditor_remove @@ -530,12 +544,14 @@ seta accuracy_color2 "0 1 0" // for menu server list (eventually make them have engine support?) seta menu_slist_showfull 1 "show servers even if they are full and have no slots to join" seta menu_slist_showempty 1 "show servers even if they are no empty and have no opponents to play against" +seta menu_slist_showlaggy 0 "show servers even if they are very high latency (see menu_slist_maxping)" seta menu_slist_modfilter "" // set to either: !modname or modname. modname of = means "same as we are running now". // other serverlist cvars -seta menu_slist_categories 1 +seta menu_slist_categories 0 seta menu_slist_categories_onlyifmultiple 1 seta menu_slist_purethreshold 0 +seta menu_slist_maxping 300 seta menu_slist_modimpurity 0 seta menu_slist_recommendations 3 seta menu_slist_recommendations_maxping 150 @@ -683,10 +699,10 @@ set camera_look_attenuation 8 "Attenuation of \"looking\" movements, only if ca set camera_forward_follows 1 "0: Move the camera forwards without changing altitude. 1: Move towards what you are looking" // "Gentle mode": show no blood -seta cl_gentle 0 "client side gentle mode, master switch for removing both gibs and messages" -seta cl_gentle_gibs 0 "client side gentle mode (only replaces gibs); when set to 1, white smoke replaces gibs, when set to 2, colorful clouds replace gibs" -seta cl_gentle_messages 0 "client side gentle mode (only replaces frag messages/centerprints)" -seta cl_gentle_damage 0 "client side gentle mode (only replaces damage flash); when set to 1, a white flash replaces the blood image, when set to 2, a randomly colored flash is used instead" +seta cl_gentle 0 "client side gentle mode, master switch" +seta cl_gentle_gibs 0 "client side gentle mode for gibs (cl_nogibs); when set to 1, white smoke replaces gibs, when set to 2, colorful clouds replace gibs" +seta cl_gentle_messages 0 "client side gentle mode for frag messages/centerprints" +seta cl_gentle_damage 0 "client side gentle mode for damage flash (hud_damage); when set to 1, a white flash replaces the blood image, when set to 2, a randomly colored flash is used instead" set cl_jetpack_attenuation 2 "jetpack sound attenuation" @@ -721,6 +737,11 @@ alias _gunalign_13 "cl_gunalign 4" alias _gunalign_14 "cl_gunalign 3" alias _gunalign_update "_gunalign_$v_flipped$menu_cl_gunalign" +set cl_shootfromfixedorigin "" "dummy cvar, value is synced from the server's g_shootfromfixedorigin setting" + +set cl_jumpspeedcap_min "" "dummy cvar, value is synced from the server's sv_jumpspeedcap_min setting" +set cl_jumpspeedcap_max "" "dummy cvar, value is synced from the server's sv_jumpspeedcap_max setting" + set _menu_alpha "" // will be set by menu QC to the current fading of the menu, can be used by CSQC to fade items set _menu_initialized 0 "is 0 on first menu loading, 1 later" @@ -732,7 +753,7 @@ set cl_accuracy_data_receive 0 "1 receive weapon accuracy data statistics at the set developer_csqcentities 0 "csqc entity spam" seta cl_forceplayermodels 0 "make everyone look like your own model (requires server to have sv_defaultcharacter 0)" -seta cl_forceplayercolors 0 "make enemies look like your own color (requires server to have sv_defaultcharacter 0); 2: enable it even in teamplay (only when there is exactly one enemy team); 3: enable it only playing Duel" +seta cl_forceplayercolors 0 "make enemies look like your own color (requires server to have sv_defaultcharacter 0); 1: in all game modes without teams, 2: even in game modes with 2 teams, 3: only in Duel" seta cl_forcemyplayermodel "" "set to the model file name you want to show yourself as (does not affect how enemies look with cl_forceplayermodels)" seta cl_forcemyplayerskin 0 "set to the skin number you want to show yourself as (does not affect how enemies look with cl_forceplayermodels)" seta cl_forcemyplayercolors 0 "set to the color value (encoding is same as _cl_color) for your own player model (ignored in teamplay; does not affect how enemies look with cl_forceplayermodels)" @@ -859,13 +880,27 @@ seta cl_items_nofade 0 seta cl_animate_items 1 seta cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides the alpha value)" 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_ghost_items_vehicle 1 "show ghosted items when inside a vehicle even when the item is available, to indicate that it can't be picked up" 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_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" +seta cl_arcbeam_simple 1 "use a simplified beam for the Arc instead of accurate flexible poly drawing (improves performance and visuals slightly)" +seta cl_arcbeam_teamcolor 1 "color the Arc beam based on the player's colors" + +seta cl_grapplehook_alpha 1 "opacity of the grappling hook chain" + +seta cl_vaporizerbeam_particle 0 "use a legacy particle effect for the vaporizer beam instead of a rendered poly, may not reflect accurate colors" +seta cl_vaporizerbeam_lifetime 0.8 "time it takes for the vaporizer beam to fade completely" +seta cl_vaporizerbeam_colorboost 0.7 "saturation of the vaporizer beam's color based on the player color" + seta cl_showspectators 0 "Show who's spectating you if server has sv_showspectators enabled" +set cl_useenginerefdef 0 + +set cl_rollkillspeed 10 + // Facility for config.cfg use ONLY. // Interpreted in post-config.cfg. seta menu_forced_saved_cvars "" "These cvars will always be saved, despite engine/Xonotic cvar saving status"