fix: fixed save games

This commit is contained in:
2024-03-17 17:40:24 +01:00
parent eed5e64a53
commit 559cb294f2
4 changed files with 56 additions and 52 deletions

View File

@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
game_version = "0.1.0" game_version = "0.1.0"
name = "2 patatas" name = "2 patatas"
date = { date = {
"day": 21, "day": 17,
"dst": false, "dst": false,
"hour": 22, "hour": 17,
"minute": 46, "minute": 37,
"month": 2, "month": 3,
"second": 47, "second": 12,
"weekday": 3, "weekday": 0,
"year": 2024 "year": 2024
} }
main = { main = {
@@ -31,9 +31,6 @@ globals = {
"cocina_delante_intro_played": true, "cocina_delante_intro_played": true,
"cocina_intro_played": true, "cocina_intro_played": true,
"cocina_patata_picked": true, "cocina_patata_picked": true,
"i/turno_cocina_frontal": true,
"i/turno_cocina_libro_de_cocina": true,
"i/turno_cocina_patata": true,
"intro_dialog2_playing": false, "intro_dialog2_playing": false,
"new_game": true, "new_game": true,
"turno_cocina_eneko_catando": false, "turno_cocina_eneko_catando": false,
@@ -44,23 +41,25 @@ globals = {
"turno_cocina_ingrediente_romero": false, "turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0 "turno_cocina_libro_leido_count": 0
} }
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata" ]
objects = { objects = {
"_camera": { "_camera": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"state": "default" "state": "default",
"target": "player"
}, },
"_music": { "_music": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"playback_position": 2.16082, "playback_position": 4.32136,
"state": "res://gymkhana/sounds/music_loop.ogg" "state": "res://gymkhana/sounds/music_loop.ogg"
}, },
"_sound": { "_sound": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"playback_position": 4.62113, "playback_position": 0.0,
"state": "default" "state": "off"
}, },
"_speech": { "_speech": {
"active": true, "active": true,
@@ -133,7 +132,7 @@ objects = {
"active": true, "active": true,
"custom_data": { "custom_data": {
}, },
"global_transform": Transform2D( 1.19725, 0, 0, 1.19725, 399, 560 ), "global_transform": Transform2D( 0.847843, 0, 0, 0.847843, 2412.05, 443.435 ),
"interactive": false, "interactive": false,
"last_deg": 71, "last_deg": 71,
"last_dir": 4, "last_dir": 4,
@@ -177,6 +176,13 @@ objects = {
"interactive": true, "interactive": true,
"state": "default" "state": "default"
}, },
"turno_cocina_frontal": {
"active": true,
"custom_data": {
},
"interactive": true,
"state": "default"
},
"turno_cocina_libro_de_cocina": { "turno_cocina_libro_de_cocina": {
"active": false, "active": false,
"custom_data": { "custom_data": {

View File

@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
game_version = "0.1.0" game_version = "0.1.0"
name = "Post-intro" name = "Post-intro"
date = { date = {
"day": 21, "day": 17,
"dst": false, "dst": false,
"hour": 22, "hour": 17,
"minute": 34, "minute": 34,
"month": 2, "month": 3,
"second": 36, "second": 14,
"weekday": 3, "weekday": 0,
"year": 2024 "year": 2024
} }
main = { main = {
@@ -28,8 +28,6 @@ globals = {
"FORCE_LAST_SCENE_NULL": false, "FORCE_LAST_SCENE_NULL": false,
"cocina_delante_intro_played": true, "cocina_delante_intro_played": true,
"cocina_intro_played": true, "cocina_intro_played": true,
"i/turno_cocina_frontal": true,
"i/turno_cocina_libro_de_cocina": true,
"intro_dialog2_playing": false, "intro_dialog2_playing": false,
"new_game": true, "new_game": true,
"turno_cocina_eneko_catando": false, "turno_cocina_eneko_catando": false,
@@ -39,16 +37,18 @@ globals = {
"turno_cocina_ingrediente_romero": false, "turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0 "turno_cocina_libro_leido_count": 0
} }
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina" ]
objects = { objects = {
"_camera": { "_camera": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"state": "default" "state": "default",
"target": "player"
}, },
"_music": { "_music": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"playback_position": 6.26776, "playback_position": 16.7352,
"state": "res://gymkhana/sounds/music_loop.ogg" "state": "res://gymkhana/sounds/music_loop.ogg"
}, },
"_sound": { "_sound": {

View File

@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
game_version = "0.1.0" game_version = "0.1.0"
name = "1 patata" name = "1 patata"
date = { date = {
"day": 21, "day": 17,
"dst": false, "dst": false,
"hour": 23, "hour": 17,
"minute": 26, "minute": 35,
"month": 2, "month": 3,
"second": 45, "second": 12,
"weekday": 3, "weekday": 0,
"year": 2024 "year": 2024
} }
main = { main = {
@@ -30,9 +30,6 @@ globals = {
"cocina_debajo_sofa_picked": true, "cocina_debajo_sofa_picked": true,
"cocina_delante_intro_played": true, "cocina_delante_intro_played": true,
"cocina_intro_played": true, "cocina_intro_played": true,
"i/turno_cocina_frontal": true,
"i/turno_cocina_libro_de_cocina": true,
"i/turno_cocina_patata": true,
"intro_dialog2_playing": false, "intro_dialog2_playing": false,
"new_game": true, "new_game": true,
"turno_cocina_eneko_catando": false, "turno_cocina_eneko_catando": false,
@@ -43,16 +40,18 @@ globals = {
"turno_cocina_ingrediente_romero": false, "turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0 "turno_cocina_libro_leido_count": 0
} }
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata" ]
objects = { objects = {
"_camera": { "_camera": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"state": "default" "state": "default",
"target": "player"
}, },
"_music": { "_music": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"playback_position": 15.3953, "playback_position": 2.58313,
"state": "res://gymkhana/sounds/music_loop.ogg" "state": "res://gymkhana/sounds/music_loop.ogg"
}, },
"_sound": { "_sound": {
@@ -132,10 +131,10 @@ objects = {
"active": true, "active": true,
"custom_data": { "custom_data": {
}, },
"global_transform": Transform2D( 0.852157, 0, 0, 0.852157, 2452.29, 444 ), "global_transform": Transform2D( 0.679608, 0, 0, 0.679608, 2121.49, 387.985 ),
"interactive": false, "interactive": false,
"last_deg": 21, "last_deg": 341,
"last_dir": 3, "last_dir": 2,
"state": "speak_down" "state": "speak_down"
}, },
"puerta_delante_start": { "puerta_delante_start": {
@@ -221,7 +220,9 @@ objects = {
} }
events = { events = {
"events_queue": { "events_queue": {
"_front": [ ] "_front": [ ],
"intro_dialog2_channel": [ ],
"intro_dialog_channel": [ ]
}, },
"sched_events": [ ] "sched_events": [ ]
} }

View File

@@ -8,12 +8,12 @@ escoria_version = "1.0.0"
game_version = "0.1.0" game_version = "0.1.0"
name = "4 patatas" name = "4 patatas"
date = { date = {
"day": 3, "day": 17,
"dst": false, "dst": false,
"hour": 18, "hour": 17,
"minute": 49, "minute": 39,
"month": 3, "month": 3,
"second": 14, "second": 28,
"weekday": 0, "weekday": 0,
"year": 2024 "year": 2024
} }
@@ -31,11 +31,6 @@ globals = {
"cocina_delante_intro_played": true, "cocina_delante_intro_played": true,
"cocina_intro_played": true, "cocina_intro_played": true,
"cocina_patata_picked": true, "cocina_patata_picked": true,
"i/turno_cocina_cuchillo": true,
"i/turno_cocina_frontal": true,
"i/turno_cocina_libro_de_cocina": true,
"i/turno_cocina_patata": true,
"i/turno_cocina_patata_grande": false,
"intro_dialog2_playing": false, "intro_dialog2_playing": false,
"new_game": true, "new_game": true,
"turno_cocina_cuchillo_en_inventario": true, "turno_cocina_cuchillo_en_inventario": true,
@@ -48,16 +43,18 @@ globals = {
"turno_cocina_libro_leido_count": 0, "turno_cocina_libro_leido_count": 0,
"turno_cocina_patata_grande_picked": true "turno_cocina_patata_grande_picked": true
} }
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata", "turno_cocina_cuchillo" ]
objects = { objects = {
"_camera": { "_camera": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"state": "default" "state": "default",
"target": "player"
}, },
"_music": { "_music": {
"active": true, "active": true,
"interactive": true, "interactive": true,
"playback_position": 15.1391, "playback_position": 19.9472,
"state": "res://gymkhana/sounds/music_loop.ogg" "state": "res://gymkhana/sounds/music_loop.ogg"
}, },
"_sound": { "_sound": {
@@ -137,10 +134,10 @@ objects = {
"active": true, "active": true,
"custom_data": { "custom_data": {
}, },
"global_transform": Transform2D( 0.632157, 0, 0, 0.632157, 1987, 370 ), "global_transform": Transform2D( 0.942745, 0, 0, 0.942745, 2428.6, 475.98 ),
"interactive": false, "interactive": false,
"last_deg": 251, "last_deg": 71,
"last_dir": 0, "last_dir": 4,
"state": "speak_down" "state": "speak_down"
}, },
"puerta_delante_start": { "puerta_delante_start": {