X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=be2faab6a0c85ccce746f420df417a1546f25d00;hb=fd70aa63ce6db91dfdf8eb029c393926d9c773f0;hp=be9b48464b144349f2c3ab7ea169efcb018c6756;hpb=84cfba91c72ea03e5928c419578454e8bbf62ca2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index be9b48464..be2faab6a 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -169,28 +169,3 @@ exec commands.cfg // Change g_start_delay based upon if the server is local or not. if_client set g_start_delay 0 "delay before the game starts, so everyone can join; recommended to set this to like 15 on a public server" if_dedicated set g_start_delay 15 "delay before the game starts, so everyone can join; recommended to set this to like 15 on a public server" - -// enable menu syncing -alias menu_sync "menu_cmd sync" - -set sv_join_notices "" -set sv_join_notices_time 15 - -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, 0 0 0 leaves the color unchanged" -set sv_simple_items 1 "allow or forbid client use of simple items" -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" -set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0" - -set sv_showspectators 1 "Show who's spectating who in the player info panel when client has cl_showspectators on. Shouldn't be used on competitive servers, also disable when watching a suspected cheater" -seta cl_showspectators 0 "Show who's spectating you if server has sv_showspectators enabled" - -// 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" -set menu_reverted_nonsaved_cvars "" "These cvars are currently marked as saved in the flags, but have been reverted and won't stay saved. INTERNAL USE ONLY."