]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - config_update.cfg
Merge branch 'master' into Mario/overkill
[xonotic/xonotic-data.pk3dir.git] / config_update.cfg
index 4197bb34f09336b0ec94136358478eea21aaf147..a99803136122e0b31e9d280c09a2b9ef06f42822 100644 (file)
@@ -16,9 +16,12 @@ alias _update_configversion_4 "snd_entchannel0volume 1; snd_entchannel1volume 1;
 // fix for common broken config for unknown reason
 alias _update_configversion_5 "r_shadow_realtime_world_lightmaps 1; _update_configversion_6"
 
+// some people have freetype issues, weird
+alias _update_configversion_6 "r_font_disable_freetype 0; utf8_enable 1; _update_configversion_7"
+
 // place to put further updates
-alias _update_configversion_6 ""
+alias _update_configversion_7 ""
 
 _update_configversion_$g_configversion
 
-set g_configversion 6
+set g_configversion 7