]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add some experimental aliases. Do not use.
authorRudolf Polzer <divverent@alientrap.org>
Sun, 10 Apr 2011 15:57:43 +0000 (17:57 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 10 Apr 2011 15:57:43 +0000 (17:57 +0200)
defaultXonotic.cfg

index f428469150d95428879ac260673c76bd3976412a..cd72450680d6879e1322514cf93272bbb30edb28 100644 (file)
@@ -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