feat(save): new savegames for post-intro and con ajo

This commit is contained in:
2025-11-12 00:30:53 +01:00
parent e5259f500f
commit 6d426fe4fb
2 changed files with 162 additions and 55 deletions

View File

@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
game_version = "Local"
name = "post-intro"
date = {
"day": 9,
"day": 12,
"dst": false,
"hour": 14,
"minute": 27,
"hour": 0,
"minute": 22,
"month": 11,
"second": 30,
"weekday": 0,
"second": 58,
"weekday": 3,
"year": 2025
}
main = {
@@ -50,16 +50,10 @@ globals = {
}
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina"]
objects = {
"_ambient": {
"active": true,
"interactive": true,
"playback_position": 4.716553,
"state": "res://gymkhana/sounds/birds_ambient_loop.ogg"
},
"_music": {
"active": true,
"interactive": true,
"playback_position": 7.9789567,
"playback_position": 9.395374,
"state": "res://gymkhana/sounds/pause_menu_loop.ogg"
},
"_sound": {
@@ -260,7 +254,7 @@ settings = {
"custom_settings": {
"clear_text_by_click_only": false,
"slow_text_mode": false,
"video_subtitles": false
"video_subtitles": true
},
"escoria_version": "1.0.0",
"fullscreen": false,
@@ -269,7 +263,7 @@ settings = {
"sfx_volume": 1.0,
"speech_enabled": true,
"speech_volume": 1.0,
"text_lang": "es",
"text_lang": "en",
"voice_lang": "es_ES"
}
custom_data = {

View File

@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
game_version = "Local"
name = "con ajo"
date = {
"day": 2,
"day": 12,
"dst": false,
"hour": 2,
"minute": 32,
"hour": 0,
"minute": 28,
"month": 11,
"second": 33,
"weekday": 0,
"second": 52,
"weekday": 3,
"year": 2025
}
main = {
@@ -23,7 +23,6 @@ main = {
}
globals = {
"ESC_CURRENT_SCENE": "cocina_delante",
"ESC_DIALOG_CHOSEN_OPTION": "Ya he hecho las lentejas!",
"ESC_LAST_SCENE": "cocina",
"FORCE_LAST_SCENE_NULL": false,
"_COUNT_turno_cocina_patata": 4,
@@ -40,12 +39,13 @@ globals = {
"turno_cocina_carton_encendido_picked": true,
"turno_cocina_carton_picked": true,
"turno_cocina_cocina_gas_encendida": false,
"turno_cocina_cuchillo_en_su_sitio": false,
"turno_cocina_cuchillo_picked": true,
"turno_cocina_cuerno_picked": true,
"turno_cocina_economica_con_madera": true,
"turno_cocina_economica_con_olla": true,
"turno_cocina_economica_encendida": true,
"turno_cocina_eneko_cata_ok": false,
"turno_cocina_eneko_cata_ok": true,
"turno_cocina_eneko_catando": false,
"turno_cocina_frontal_debajo_sofa": true,
"turno_cocina_frontal_entregado": false,
@@ -56,7 +56,6 @@ globals = {
"turno_cocina_ingrediente_patatas": true,
"turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_de_cocina_picked": true,
"turno_cocina_libro_leido_count": 0.0,
"turno_cocina_madera_picked": true,
"turno_cocina_mechero_picked": true,
"turno_cocina_mikel_played_times": 0.0,
@@ -76,17 +75,11 @@ globals = {
}
inventory = ["turno_cocina_cuchillo", "turno_cocina_cuerno", "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero", "turno_cocina_pegatina"]
objects = {
"_ambient": {
"active": true,
"interactive": true,
"playback_position": 7.0617685,
"state": "res://gymkhana/sounds/birds_ambient_loop.ogg"
},
"_music": {
"active": true,
"interactive": true,
"playback_position": 9.000635,
"state": "res://gymkhana/sounds/intro_menu_loop.ogg"
"playback_position": 7.6190476,
"state": "res://gymkhana/sounds/pause_menu_loop.ogg"
},
"_sound": {
"active": true,
@@ -112,7 +105,7 @@ objects = {
"interactive": true,
"state": "default"
},
"turno_cocina_bol_lentejas": {
"turno_cocina_carton_encendido": {
"active": true,
"custom_data": {
"tooltips": {
@@ -139,20 +132,30 @@ objects = {
"interactive": true,
"state": "default"
},
"turno_cocina_frontal": {
"active": true,
"turno_cocina_mechero": {
"active": false,
"custom_data": {
"tooltips": {
"action3": "tooltip_frontal_action3",
"action4": "tooltip_frontal_action4"
"action1": "tooltip_common_look",
"action2": "tooltip_common_pick",
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
},
"turno_cocina_mechero": {
"active": true,
"turno_cocina_olla_vacia": {
"active": false,
"custom_data": {
"target_tooltips": {
"action3": {
"turno_cocina_ajo": "tooltip_turno_cocina_olla_vacia_action3_drop_in",
"turno_cocina_bol_lentejas": "tooltip_turno_cocina_olla_vacia_action3_drop_in",
"turno_cocina_patata": "tooltip_turno_cocina_olla_vacia_action3_drop_in",
"turno_cocina_romero": "tooltip_turno_cocina_olla_vacia_action3_drop_in"
}
},
"tooltips": {
"action1": "tooltip_common_look",
"action2": "tooltip_common_pick",
@@ -166,6 +169,7 @@ objects = {
"turno_cocina_patata": {
"active": true,
"custom_data": {
"count": 4,
"count_textures": [{
"start": 1,
"texture": "res://gymkhana/items/assets/turno_cocina_patata.png"
@@ -194,16 +198,6 @@ objects = {
},
"interactive": true,
"state": "default"
},
"turno_cocina_peso_usado": {
"active": true,
"custom_data": {
"tooltips": {
"action3": "tooltip_common_look"
}
},
"interactive": true,
"state": "default"
}
},
"cocina_delante": {
@@ -284,10 +278,10 @@ objects = {
"player": {
"active": true,
"custom_data": {},
"global_transform": Transform2D(0.85431373, 0, 0, 0.85431373, 716, 473),
"global_transform": Transform2D(0.96705884, 0, 0, 0.96705884, 677.6001, 541.60004),
"interactive": false,
"last_deg": 71,
"last_dir": 4,
"last_deg": 21,
"last_dir": 3,
"state": "idle_down"
},
"puerta_cocina_start": {
@@ -365,6 +359,17 @@ objects = {
"interactive": true,
"state": "default"
},
"turno_cocina_frontal": {
"active": true,
"custom_data": {
"tooltips": {
"action3": "tooltip_frontal_action3",
"action4": "tooltip_frontal_action4"
}
},
"interactive": true,
"state": "default"
},
"turno_cocina_libro_de_cocina": {
"active": false,
"custom_data": {
@@ -391,6 +396,27 @@ objects = {
"interactive": true,
"state": "default"
},
"turno_cocina_patata_grande": {
"active": false,
"custom_data": {
"target_tooltips": {
"action3": {
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_grande_action3_turno_cocina_cuchillo"
},
"action4": {
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_grande_action4_turno_cocina_cuchillo"
}
},
"tooltips": {
"action1": "tooltip_common_look",
"action2": "tooltip_turno_cocina_patata_grande_action2",
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
},
"turno_cocina_pegatina": {
"active": true,
"custom_data": {
@@ -400,6 +426,93 @@ objects = {
},
"interactive": true,
"state": "default"
},
"turno_cocina_peso": {
"active": false,
"custom_data": {
"target_tooltips": {
"action3": {
"turno_cocina_bol": "tooltip_cocina_peso_action3_bol"
}
},
"tooltips": {
"action1": "tooltip_common_whats_this",
"action2": "tooltip_common_pick",
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
}
},
"cocina_detras": {
"turno_cocina_carton": {
"active": false,
"custom_data": {
"target_tooltips": {
"action3": {
"turno_cocina_mechero": "tooltip_turno_cocina_carton_action3_turno_cocina_mechero"
}
},
"tooltips": {
"action1": "tooltip_common_look",
"action2": "tooltip_common_pick",
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
},
"turno_cocina_madera": {
"active": false,
"custom_data": {
"tooltips": {
"action1": "tooltip_cocina_delante_madera_action1",
"action2": "tooltip_cocina_delante_madera_action2",
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
}
},
"despensa": {
"turno_cocina_bol_lentejas": {
"active": true,
"custom_data": {
"tooltips": {
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
},
"turno_cocina_peso_bol": {
"active": true,
"custom_data": {
"tooltips": {
"action1": "tooltip_common_whats_this",
"action2": "tooltip_common_pick",
"action3": "tooltip_common_look",
"action4": "tooltip_common_use"
}
},
"interactive": true,
"state": "default"
},
"turno_cocina_peso_usado": {
"active": true,
"custom_data": {
"tooltips": {
"action3": "tooltip_common_look"
}
},
"interactive": true,
"state": "default"
}
}
}
@@ -415,17 +528,17 @@ settings = {
"custom_settings": {
"clear_text_by_click_only": false,
"slow_text_mode": false,
"video_subtitles": false
"video_subtitles": true
},
"escoria_version": "1.0.0",
"fullscreen": false,
"master_volume": 0.35,
"music_volume": 1.0,
"master_volume": 1.0,
"music_volume": 0.35,
"sfx_volume": 1.0,
"speech_enabled": true,
"speech_volume": 1.0,
"text_lang": "es",
"voice_lang": "fr_FR"
"text_lang": "en",
"voice_lang": "es_ES"
}
custom_data = {
"ui_type": "rtmi-ui"