diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-10-19 14:13:47 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-10-19 14:13:47 -0400 |
| commit | 5100ec45264ff36a2558757e76198b8b25866992 (patch) | |
| tree | cd1fd239fe0380028c1d77e456a49ecf186830d6 /godot/export_presets.cfg | |
| parent | e826b74a104e72ec398aa55bd5dceb13b5a0dae1 (diff) | |
server work
Diffstat (limited to 'godot/export_presets.cfg')
| -rw-r--r-- | godot/export_presets.cfg | 29 |
1 files changed, 27 insertions, 2 deletions
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 |
