From 8d9c3523d2123c3102ff37f877da3e57b84554a2 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Tue, 12 Nov 2024 00:23:34 +0100 Subject: [PATCH] builds --- README.md | 5 +++++ export_presets.cfg | 34 +++++++++++++++++----------------- project.godot | 8 ++++---- 3 files changed, 26 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 8d60ca38..11e7bc0b 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,8 @@ Point-and-click adventure game developed using Escoria framework and Godot engin - 1280 x 720 | 25fps - Export to MP4 - Convert to ogv `ffmpeg -i input.mp4 -c:v libtheora -q:v 6 -c:a libvorbis -q:a 4 output.ogv` + +## Export +- Web: `godot -v --export "HTML5" ../gymkhana-export-html/index.html` +- Linux: `godot -v --export "Linux/X11" ../LasGymkhanikasDeUli-1.0-RC1.appimage` +- ~~Windows: godot -v --export "Windows Desktop x64" ../LasGymkhanikasDeUli-1.0-RC1.exe~~ \ No newline at end of file diff --git a/export_presets.cfg b/export_presets.cfg index b8dbd4a7..984e2e40 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -5,9 +5,9 @@ platform="Windows Desktop" runnable=false custom_features="" export_filter="all_resources" -include_filter="*.esc" -exclude_filter="" -export_path="bin/win32/Escoria-reloaded-x86.exe" +include_filter="*.esc, *.csv" +exclude_filter="*.xcf" +export_path="bin/win32/LasGymkhanikasDeUli-32b.exe" script_export_mode=1 script_encryption_key="" @@ -49,9 +49,9 @@ platform="Windows Desktop" runnable=true custom_features="" export_filter="all_resources" -include_filter="*.esc" -exclude_filter="" -export_path="bin/win64/Escoria-x64.exe" +include_filter="*.esc, *.csv" +exclude_filter="*.xcf" +export_path="../LasGymkhanikasDeUli.exe" script_export_mode=1 script_encryption_key="" @@ -60,7 +60,7 @@ script_encryption_key="" custom_template/debug="" custom_template/release="" binary_format/64_bits=true -binary_format/embed_pck=false +binary_format/embed_pck=true texture_format/bptc=false texture_format/s3tc=true texture_format/etc=false @@ -80,8 +80,8 @@ application/icon="" application/icon_interpolation=4 application/file_version="" application/product_version="" -application/company_name="" -application/product_name="" +application/company_name="Uli Productions" +application/product_name="Las Gymkhanikas de Uli" application/file_description="" application/copyright="" application/trademarks="" @@ -95,7 +95,7 @@ custom_features="" export_filter="all_resources" include_filter="*.esc, *.csv" exclude_filter="" -export_path="../Gymkhana.x86_64" +export_path="../LasGymkhanikasDeUli.appimage" script_export_mode=1 script_encryption_key="" @@ -118,8 +118,8 @@ platform="HTML5" runnable=true custom_features="" export_filter="all_resources" -include_filter="*.esc *.csv" -exclude_filter="" +include_filter="*.esc,*.csv" +exclude_filter="*xcf" export_path="../gymkhana-export-html/index.html" script_export_mode=1 script_encryption_key="" @@ -128,19 +128,19 @@ script_encryption_key="" custom_template/debug="" custom_template/release="" -variant/export_type=0 +variant/export_type=2 vram_texture_compression/for_desktop=true -vram_texture_compression/for_mobile=false +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/enabled=true progressive_web_app/offline_page="" -progressive_web_app/display=1 -progressive_web_app/orientation=0 +progressive_web_app/display=0 +progressive_web_app/orientation=1 progressive_web_app/icon_144x144="" progressive_web_app/icon_180x180="" progressive_web_app/icon_512x512="" diff --git a/project.godot b/project.godot index 28f2fe91..2e87960a 100644 --- a/project.godot +++ b/project.godot @@ -892,7 +892,7 @@ _global_script_class_icons={ "InventoryAddCommand": "", "InventoryRemoveCommand": "", "ItemCountAddCommand": "", -"ItemOutline": "", +"ItemOutline": "res://addons/escoria-core/design/esc_item.svg", "PlayLibSound": "", "PlaySndCommand": "", "PlayVideoCommand": "", @@ -989,14 +989,14 @@ main/savegames_path="res://saves/" main/settings_path="user://" main/game_migration_path="" debug/terminate_on_warnings=false -debug/terminate_on_errors=true +debug/terminate_on_errors=false debug/development_lang="es" debug/log_level="INFO" debug/log_file_path="user://" debug/crash_message="We're sorry, but the game crashed. Please send us the following files: %s" -debug/enable_room_selector=true +debug/enable_room_selector=false debug/room_selector_room_dir="res://gymkhana/rooms/turno_cocina" ui/game_scene="res://addons/escoria-ui-return-monkey-island/game.tscn" ui/inventory_items_path="res://gymkhana/items/inventory" @@ -1030,7 +1030,7 @@ rtmi_dialog_simple/stop_talking_animation_on="End of audio" debug/enable_hover_stack_viewer=false ui/dialogs_chooser="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd" rtmi_ui/sound_library_folder="res://gymkhana/sounds/" -rtmi_ui/savegame_enabled=true +rtmi_ui/savegame_enabled=false [input]