diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-25 14:06:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-25 14:06:53 +0200 |
commit | 5c859eb4d668f3226e169e3c36fee1c57cb1100c (patch) | |
tree | 5cbd39c76c24c84d9400e9b7fa0a1788a375433a /client | |
parent | 359561fa60ce42f6b16a0c5337688a29172f4b96 (diff) | |
download | hurrycurry-5c859eb4d668f3226e169e3c36fee1c57cb1100c.tar hurrycurry-5c859eb4d668f3226e169e3c36fee1c57cb1100c.tar.bz2 hurrycurry-5c859eb4d668f3226e169e3c36fee1c57cb1100c.tar.zst |
export presets for native
Diffstat (limited to 'client')
-rw-r--r-- | client/export_presets.cfg | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg index 7170c550..5a57e0fd 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -35,3 +35,73 @@ progressive_web_app/icon_144x144="" progressive_web_app/icon_180x180="" progressive_web_app/icon_512x512="" progressive_web_app/background_color=Color(0, 0, 0, 1) + +[preset.1] + +name="native-x86_64" +platform="Linux/X11" +runnable=true +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../../../../tmp/undercooked.x86_64" +encryption_include_filters="" +encryption_exclude_filters="" +encrypt_pck=false +encrypt_directory=false + +[preset.1.options] + +custom_template/debug="" +custom_template/release="" +debug/export_console_wrapper=1 +binary_format/embed_pck=false +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +binary_format/architecture="x86_64" +ssh_remote_deploy/enabled=false +ssh_remote_deploy/host="" +ssh_remote_deploy/port="" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="" +ssh_remote_deploy/cleanup_script="" + +[preset.2] + +name="native-aarch64" +platform="Linux/X11" +runnable=false +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="" +encryption_include_filters="" +encryption_exclude_filters="" +encrypt_pck=false +encrypt_directory=false + +[preset.2.options] + +custom_template/debug="" +custom_template/release="" +debug/export_console_wrapper=1 +binary_format/embed_pck=false +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +binary_format/architecture="arm64" +ssh_remote_deploy/enabled=false +ssh_remote_deploy/host="" +ssh_remote_deploy/port="" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="" +ssh_remote_deploy/cleanup_script="" |