From: TimePath Date: Thu, 27 Aug 2015 12:30:43 +0000 (+1000) Subject: Use seta for persistent client vars X-Git-Tag: xonotic-v0.8.2~2010 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=03e4f54f66d9936edac078d149993eb2b1c30544;p=xonotic%2Fxonotic-data.pk3dir.git Use seta for persistent client vars Closes #1510 --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index d31cd76e5..c11392692 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1419,10 +1419,10 @@ alias menu_sync "menu_cmd sync" set sv_join_notices "" set sv_join_notices_time 15 -set cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides the alpha value)" -set cl_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" +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" -set cl_simple_items 0 "enable simple items (if server allows)" +seta cl_simple_items 0 "enable simple items (if server allows)" set cl_simpleitems_postfix "_simple" "posfix to add fo model name when simple items are enabled" set cl_fullbright_items 0 "enable fullbright items (if server allows, controled by g_fullbrightitems)" set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0"