Set version, and added new example export peresets.

This commit is contained in:
Relintai 2022-08-03 20:21:23 +02:00
parent cefb448c51
commit 1405016c42
2 changed files with 95 additions and 67 deletions

View File

@ -208,10 +208,10 @@ Node="input/actionbar_5_11"
[application]
config/name="Broken Seals 2DS"
config/description="An open source third person RPG "
config/description="An open source 2D RPG "
run/main_scene="res://scenes/Main.tscn"
config/icon="res://icon.png"
config/version="0.2"
config/version="0.1.9"
[autoload]

View File

@ -7,20 +7,20 @@ custom_features=""
export_filter="all_resources"
include_filter="*.xml"
exclude_filter=""
export_path="../../_bs_export/0.3.1/android_debug/BrokenSeals.apk"
export_path=""
script_export_mode=1
script_encryption_key=""
[preset.0.options]
custom_template/debug="../engine/bin/android_debug.apk"
custom_template/release="../engine/bin/android_release.apk"
custom_template/debug="../pandemonium_engine/bin/android_debug.apk"
custom_template/release="../pandemonium_engine/bin/android_release.apk"
custom_template/use_custom_build=false
custom_template/export_format=0
architectures/armeabi-v7a=true
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
architectures/x86=true
architectures/x86_64=true
keystore/debug=""
keystore/debug_user=""
keystore/debug_password=""
@ -28,27 +28,21 @@ keystore/release=""
keystore/release_user=""
keystore/release_password=""
one_click_deploy/clear_previous_install=false
version/code=2
version/name="0.3.2"
version/code=1
version/name="0.1.9"
package/unique_name="net.relintai.$genname"
package/name="Broken Seals"
package/name="Broken Seals 2DS"
package/signed=true
package/classify_as_game=true
launcher_icons/main_192x192="res://icon.png"
launcher_icons/adaptive_foreground_432x432="res://icon.png"
launcher_icons/adaptive_background_432x432="res://icon.png"
graphics/32_bits_framebuffer=true
graphics/opengl_debug=false
xr_features/xr_mode=0
xr_features/degrees_of_freedom=0
xr_features/hand_tracking=0
xr_features/focus_awareness=false
screen/immersive_mode=true
screen/support_small=true
screen/support_normal=true
screen/support_large=true
screen/support_xlarge=true
user_data_backup/allow=false
command_line/extra_args=""
apk_expansion/enable=false
apk_expansion/SALT=""
@ -209,14 +203,14 @@ custom_features=""
export_filter="all_resources"
include_filter="*.xml"
exclude_filter=""
export_path="../../_bs_export/BrokenSeals.x86_64"
export_path=""
script_export_mode=1
script_encryption_key=""
[preset.1.options]
custom_template/debug="../engine/bin/godot.x11.opt.debug.64"
custom_template/release="../engine/bin/godot.x11.opt.64"
custom_template/debug="../pandemonium_engine/bin/pandemonium.x11.opt.debug.64"
custom_template/release="../pandemonium_engine/bin/pandemonium.x11.opt.64"
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
@ -234,31 +228,21 @@ custom_features=""
export_filter="all_resources"
include_filter="*.xml"
exclude_filter=""
export_path="../../_bs_export/0.3.1/html/BrokenSeals.x86_64.html"
export_path=""
script_export_mode=1
script_encryption_key=""
[preset.2.options]
custom_template/debug="../engine/bin/godot.javascript.opt.zip"
custom_template/release="../engine/bin/godot.javascript.opt.debug.zip"
custom_template/debug="../pandemonium_engine/bin/pandemonium.javascript.opt.zip"
custom_template/release="../pandemonium_engine/bin/pandemonium.javascript.opt.debug.zip"
variant/export_type=0
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=true
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
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.3]
@ -269,14 +253,14 @@ custom_features=""
export_filter="all_resources"
include_filter="*.xml"
exclude_filter=""
export_path="../../_bs_export/0.3.1/windows/BrokenSeals.x86_64.exe"
export_path=""
script_export_mode=1
script_encryption_key=""
[preset.3.options]
custom_template/debug="../engine/bin/godot.windows.opt.debug.64.exe"
custom_template/release="../engine/bin/godot.windows.opt.64.exe"
custom_template/debug="../pandemonium_engine/bin/pandemonium.windows.opt.debug.64.exe"
custom_template/release="../pandemonium_engine/bin/pandemonium.windows.opt.64.exe"
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
@ -293,12 +277,12 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version=""
application/product_version=""
application/file_version="0.1.9"
application/product_version="0.1.9"
application/company_name=""
application/product_name=""
application/product_name="Broken Seals 2DS"
application/file_description=""
application/copyright=""
application/copyright="Péter Magyar"
application/trademarks=""
[preset.4]
@ -316,14 +300,14 @@ script_encryption_key=""
[preset.4.options]
custom_template/debug="../engine/bin/android_release.apk"
custom_template/release="../engine/bin/android_release.apk"
custom_template/debug="../pandemonium_engine/bin/android_release.apk"
custom_template/release="../pandemonium_engine/bin/android_release.apk"
custom_template/use_custom_build=false
custom_template/export_format=0
architectures/armeabi-v7a=true
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
architectures/x86=true
architectures/x86_64=true
keystore/debug=""
keystore/debug_user=""
keystore/debug_password=""
@ -331,27 +315,21 @@ keystore/release=""
keystore/release_user=""
keystore/release_password=""
one_click_deploy/clear_previous_install=false
version/code=2
version/name="0.3.2"
version/code=1
version/name="0.1.9"
package/unique_name="net.relintai.$genname"
package/name="Broken Seals"
package/name="Broken Seals 2DS"
package/signed=true
package/classify_as_game=true
launcher_icons/main_192x192="res://icon.png"
launcher_icons/adaptive_foreground_432x432="res://icon.png"
launcher_icons/adaptive_background_432x432="res://icon.png"
graphics/32_bits_framebuffer=true
graphics/opengl_debug=false
xr_features/xr_mode=0
xr_features/degrees_of_freedom=0
xr_features/hand_tracking=0
xr_features/focus_awareness=false
screen/immersive_mode=true
screen/support_small=true
screen/support_normal=true
screen/support_large=true
screen/support_xlarge=true
user_data_backup/allow=false
command_line/extra_args=""
apk_expansion/enable=false
apk_expansion/SALT=""
@ -512,14 +490,14 @@ custom_features=""
export_filter="all_resources"
include_filter="*.xml"
exclude_filter=""
export_path="../aaa/BrokenSeals.x86_64.x86"
export_path=""
script_export_mode=1
script_encryption_key=""
[preset.5.options]
custom_template/debug="../engine/bin/godot.x11.pi4.opt.debug.32"
custom_template/release="../engine/bin/godot.x11.pi4.opt.32"
custom_template/debug="../pandemonium_engine/bin/pandemonium.x11.pi4.opt.debug.32"
custom_template/release="../pandemonium_engine/bin/pandemonium.x11.pi4.opt.32"
binary_format/64_bits=false
binary_format/embed_pck=false
texture_format/bptc=false
@ -530,9 +508,9 @@ texture_format/no_bptc_fallbacks=true
[preset.6]
name="FRT"
platform="Linux/X11"
runnable=false
name="Mac OSX"
platform="Mac OSX"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.xml"
@ -541,14 +519,64 @@ export_path=""
script_export_mode=1
script_encryption_key=""
[preset.6.options]
custom_template/debug="../engine/bin/godot.x11.frt.opt.debug.32"
custom_template/release="../engine/bin/godot.x11.frt.opt.release.32"
binary_format/64_bits=false
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=false
texture_format/etc=true
custom_template/debug="../pandemonium_engine/bin/osx.zip"
custom_template/release="../pandemonium_engine/bin/osx.zip"
application/name="Broken Seals 2DS"
application/info="Made with Pandemonium Engine"
application/icon=""
application/identifier="net.relintai.brokenseals2DS"
application/signature=""
application/app_category="Role-playing-games"
application/short_version="0.1.9"
application/version="0.1.9"
application/copyright="Péter Magyar"
display/high_res=false
privacy/microphone_usage_description=""
privacy/camera_usage_description=""
privacy/location_usage_description=""
privacy/address_book_usage_description=""
privacy/calendar_usage_description=""
privacy/photos_library_usage_description=""
privacy/desktop_folder_usage_description=""
privacy/documents_folder_usage_description=""
privacy/downloads_folder_usage_description=""
privacy/network_volumes_usage_description=""
privacy/removable_volumes_usage_description=""
codesign/enable=true
codesign/identity=""
codesign/timestamp=true
codesign/hardened_runtime=true
codesign/replace_existing_signature=true
codesign/entitlements/custom_file=""
codesign/entitlements/allow_jit_code_execution=false
codesign/entitlements/allow_unsigned_executable_memory=false
codesign/entitlements/allow_dyld_environment_variables=false
codesign/entitlements/disable_library_validation=false
codesign/entitlements/audio_input=false
codesign/entitlements/camera=false
codesign/entitlements/location=false
codesign/entitlements/address_book=false
codesign/entitlements/calendars=false
codesign/entitlements/photos_library=false
codesign/entitlements/apple_events=false
codesign/entitlements/debugging=false
codesign/entitlements/app_sandbox/enabled=false
codesign/entitlements/app_sandbox/network_server=false
codesign/entitlements/app_sandbox/network_client=false
codesign/entitlements/app_sandbox/device_usb=false
codesign/entitlements/app_sandbox/device_bluetooth=false
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/custom_options=PoolStringArray( )
notarization/enable=false
notarization/apple_id_name=""
notarization/apple_id_password=""
notarization/apple_team_id=""
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true