aboutsummaryrefslogtreecommitdiff
path: root/game/export_presets.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'game/export_presets.cfg')
-rw-r--r--game/export_presets.cfg49
1 files changed, 26 insertions, 23 deletions
diff --git a/game/export_presets.cfg b/game/export_presets.cfg
index 8c90602..585743d 100644
--- a/game/export_presets.cfg
+++ b/game/export_presets.cfg
@@ -6,20 +6,19 @@ runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
-include_filter="common/*"
+include_filter="*.txt"
exclude_filter=""
export_path="export/Linux-x86_64/OpenVic.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
-script_encryption_key=""
[preset.0.options]
custom_template/debug=""
custom_template/release=""
-debug/export_console_script=1
+debug/export_console_wrapper=1
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
@@ -38,6 +37,7 @@ unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
rm -rf \"{temp_dir}\""
+debug/export_console_script=1
[preset.1]
@@ -47,20 +47,19 @@ runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
-include_filter="common/*"
+include_filter="*.txt"
exclude_filter=""
export_path="export/Windows/OpenVic.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
-script_encryption_key=""
[preset.1.options]
custom_template/debug=""
custom_template/release=""
-debug/export_console_script=1
+debug/export_console_wrapper=1
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
@@ -68,9 +67,6 @@ texture_format/etc=false
texture_format/etc2=false
binary_format/architecture="x86_64"
codesign/enable=false
-codesign/identity_type=0
-codesign/identity=""
-codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
@@ -83,10 +79,11 @@ application/icon_interpolation=4
application/file_version=""
application/product_version=""
application/company_name=""
-application/product_name=""
+application/product_name="OpenVic"
application/file_description=""
application/copyright=""
application/trademarks=""
+application/export_angle=0
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
ssh_remote_deploy/port="22"
@@ -104,6 +101,7 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
Remove-Item -Recurse -Force '{temp_dir}'"
+debug/export_console_script=1
[preset.2]
@@ -113,21 +111,21 @@ runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
-include_filter="common/*"
+include_filter="*.txt"
exclude_filter=""
export_path="export/MacOS/OpenVic.app"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
-script_encryption_key=""
[preset.2.options]
+export/distribution_type=1
binary_format/architecture="universal"
custom_template/debug=""
custom_template/release=""
-debug/export_console_script=1
+debug/export_console_wrapper=1
application/icon=""
application/icon_interpolation=4
application/bundle_identifier="com.openvic.openvic"
@@ -137,13 +135,21 @@ application/short_version="0.1"
application/version="0.1"
application/copyright=""
application/copyright_localized={}
-display/high_res=false
+application/min_macos_version="10.15"
+application/export_angle=0
+display/high_res=true
+xcode/platform_build="14C18"
+xcode/sdk_version="13.1"
+xcode/sdk_build="22C55"
+xcode/sdk_name="macosx13.1"
+xcode/xcode_version="1420"
+xcode/xcode_build="14C18"
codesign/codesign=0
+codesign/installer_identity=""
+codesign/apple_team_id=""
codesign/identity=""
-codesign/certificate_file=""
-codesign/certificate_password=""
codesign/entitlements/custom_file=""
-codesign/entitlements/allow_jit_code_execution=false
+codesign/entitlements/allow_jit_code_execution=true
codesign/entitlements/allow_unsigned_executable_memory=false
codesign/entitlements/allow_dyld_environment_variables=false
codesign/entitlements/disable_library_validation=false
@@ -164,15 +170,10 @@ codesign/entitlements/app_sandbox/files_downloads=0
codesign/entitlements/app_sandbox/files_pictures=0
codesign/entitlements/app_sandbox/files_music=0
codesign/entitlements/app_sandbox/files_movies=0
+codesign/entitlements/app_sandbox/files_user_selected=0
codesign/entitlements/app_sandbox/helper_executables=[]
codesign/custom_options=PackedStringArray()
notarization/notarization=0
-notarization/apple_id_name=""
-notarization/apple_id_password=""
-notarization/apple_team_id=""
-notarization/api_uuid=""
-notarization/api_key=""
-notarization/api_key_id=""
privacy/microphone_usage_description=""
privacy/microphone_usage_description_localized={}
privacy/camera_usage_description=""
@@ -206,3 +207,5 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")
rm -rf \"{temp_dir}\""
+debug/export_console_script=1
+notarization/apple_team_id=""