aboutsummaryrefslogtreecommitdiff
path: root/game/export_presets.cfg
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-03-02 20:31:27 +0100
committer Spartan322 <Megacake1234@gmail.com>2023-03-02 20:31:27 +0100
commit2af7f0da8b6a80e8c1ab17edf095bde41caec738 (patch)
treeb8cd5d8c7ff12bafc261d644d33fe1fe77dc107e /game/export_presets.cfg
parent3f7c0bfd062bb676d8941c60187af743d8de6f8b (diff)
Make LobbyMenu resolution independent
Fix MacOS export directory
Diffstat (limited to 'game/export_presets.cfg')
-rw-r--r--game/export_presets.cfg9
1 files changed, 2 insertions, 7 deletions
diff --git a/game/export_presets.cfg b/game/export_presets.cfg
index e4cf3b2..b8be1ac 100644
--- a/game/export_presets.cfg
+++ b/game/export_presets.cfg
@@ -3,6 +3,7 @@
name="Linux/X11 x86_64"
platform="Linux/X11"
runnable=true
+dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
@@ -12,7 +13,6 @@ encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
-script_export_mode=1
script_encryption_key=""
[preset.0.options]
@@ -25,7 +25,6 @@ texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
-texture_format/no_bptc_fallbacks=true
binary_format/architecture="x86_64"
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
@@ -45,6 +44,7 @@ rm -rf \"{temp_dir}\""
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
+dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
@@ -54,7 +54,6 @@ encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
-script_export_mode=1
script_encryption_key=""
[preset.1.options]
@@ -67,7 +66,6 @@ texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
-texture_format/no_bptc_fallbacks=true
binary_format/architecture="x86_64"
codesign/enable=false
codesign/identity_type=0
@@ -197,9 +195,6 @@ privacy/network_volumes_usage_description=""
privacy/network_volumes_usage_description_localized={}
privacy/removable_volumes_usage_description=""
privacy/removable_volumes_usage_description_localized={}
-texture_format/s3tc=true
-texture_format/etc=false
-texture_format/etc2=false
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
ssh_remote_deploy/port="22"