From 8fbffdf3f70585b728f6e4670809d1d5a49c0dbc Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 9 Aug 2024 17:14:51 +0800 Subject: [PATCH] :rocket: Launch prototype --- export_presets.cfg | 45 ++++++++++++++++++++++++++++++++++++++++++++- project.godot | 4 +++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 10e351d..567d4da 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -108,7 +108,7 @@ xcode/xcode_build="14C18" codesign/codesign=3 codesign/installer_identity="" codesign/apple_team_id="W7HPZ53V6B" -codesign/identity="" +codesign/identity="726UDWS582" codesign/entitlements/custom_file="" codesign/entitlements/allow_jit_code_execution=false codesign/entitlements/allow_unsigned_executable_memory=false @@ -171,3 +171,46 @@ rm -rf \"{temp_dir}\"" dotnet/include_scripts_content=false dotnet/include_debug_symbols=true dotnet/embed_build_outputs=false + +[preset.2] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../../Desktop/AceField.x86_64" +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=true +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="user@host_ip" +ssh_remote_deploy/port="22" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="#!/usr/bin/env bash +export DISPLAY=:0 +unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\" +\"{temp_dir}/{exe_name}\" {cmd_args}" +ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash +kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\") +rm -rf \"{temp_dir}\"" +dotnet/include_scripts_content=false +dotnet/include_debug_symbols=true +dotnet/embed_build_outputs=false diff --git a/project.godot b/project.godot index 6f83afc..2c6d089 100644 --- a/project.godot +++ b/project.godot @@ -74,5 +74,7 @@ ui_leaderboard={ [rendering] textures/vram_compression/import_etc2_astc=true -anti_aliasing/quality/msaa_2d=2 +anti_aliasing/quality/msaa_2d=3 +anti_aliasing/quality/msaa_3d=3 anti_aliasing/quality/screen_space_aa=1 +anti_aliasing/quality/use_taa=true