From 5100ec45264ff36a2558757e76198b8b25866992 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Wed, 19 Oct 2022 14:13:47 -0400 Subject: server work --- godot/export_presets.cfg | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'godot/export_presets.cfg') diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 145666c..1d1000c 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -2,12 +2,12 @@ name="Linux/X11" platform="Linux/X11" -runnable=true +runnable=false custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../boats.x86_64" +export_path="../work/BOATS_LINUX.x86_64" script_export_mode=1 script_encryption_key="" @@ -16,6 +16,31 @@ script_encryption_key="" custom_template/debug="" custom_template/release="" binary_format/64_bits=true +binary_format/embed_pck=true +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true + +[preset.1] + +name="Linux/X11 - Server" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../../../../../mnt/vps/boats_server.x86_64" +script_export_mode=1 +script_encryption_key="" + +[preset.1.options] + +custom_template/debug="" +custom_template/release="/home/main/Games/godot/boats/work/SERVER_BINARY_3.5.1" +binary_format/64_bits=true binary_format/embed_pck=false texture_format/bptc=false texture_format/s3tc=true -- cgit v1.2.3