From: Rudolf Polzer Date: Sun, 10 Apr 2011 15:57:43 +0000 (+0200) Subject: add some experimental aliases. Do not use. X-Git-Tag: xonotic-v0.5.0~307^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=eba2a138562451944af5fb43a66d976941424cda;p=xonotic%2Fxonotic-data.pk3dir.git add some experimental aliases. Do not use. --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index f42846915..cd7245068 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -2106,6 +2106,10 @@ scr_loadingscreen_scale 1 scr_loadingscreen_scale_base 1 scr_loadingscreen_scale_limit 1 +// sRGB configuration (EXPERIMENTAL, needs maps to be relit) +alias sRGBcorrect_on "r_texture_sRGB_skin_diffuse 1;r_texture_sRGB_skin_gloss 1;r_texture_sRGB_skin_glow 1;r_texture_sRGB_reflect 1;r_texture_sRGB_skybox 1;v_gamma 2.2;r_restart" +alias sRGBcorrect_off "r_texture_sRGB_skin_diffuse 0;r_texture_sRGB_skin_gloss 0;r_texture_sRGB_skin_glow 0;r_texture_sRGB_reflect 0;r_texture_sRGB_skybox 0;v_gamma 1.0;r_restart" + // other config files exec balanceXonotic.cfg exec ctfscoring-ai.cfg