From 226d7cc5a0c95f63052cd2d1171aaf0c8a9d1621 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sat, 1 Jun 2019 01:54:42 +0200 Subject: [PATCH] Minor tweaks --- export_presets.cfg | 60 +++++++++++++++++++++++++++++++++++++++++++++- project.godot | 3 +++ 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index dbd8e84..309f22b 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -15,7 +15,7 @@ script_encryption_key="" [preset.0.options] vram_texture_compression/for_desktop=true -vram_texture_compression/for_mobile=false +vram_texture_compression/for_mobile=true html/custom_html_shell="" html/head_include="" custom_template/release="" @@ -275,3 +275,61 @@ html/custom_html_shell="" html/head_include="" custom_template/release="" custom_template/debug="" + +[preset.4] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="C:/VC/mlpcardgame-out/mcg.x86_64" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.4.options] + +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +binary_format/64_bits=true +custom_template/release="" +custom_template/debug="" + +[preset.5] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="C:/VC/mlpcardgame-out/mcg.exe" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.5.options] + +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +binary_format/64_bits=true +custom_template/release="" +custom_template/debug="" +application/icon="" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" diff --git a/project.godot b/project.godot index 513c006..41f1aee 100644 --- a/project.godot +++ b/project.godot @@ -80,4 +80,7 @@ pan={ quality/driver/driver_name="GLES2" vram_compression/import_etc=true vram_compression/import_etc2=false +quality/reflections/texture_array_reflections=false +quality/reflections/high_quality_ggx=false +quality/depth/hdr=false environment/default_environment="res://default_env.tres"