From: TimePath Date: Thu, 27 Aug 2015 12:40:36 +0000 (+1000) Subject: Use the new luma simpleitems by default X-Git-Tag: xonotic-v0.8.2~2009 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=646081a826cec9d84947678e4bcef394bf854d5a;p=xonotic%2Fxonotic-data.pk3dir.git Use the new luma simpleitems by default Closes #1512 --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index c11392692..c87ffa276 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1423,7 +1423,7 @@ 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, 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 "_simple" "posfix to add fo model name when simple items are enabled" +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, controled 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"