Skip to content

Commit

Permalink
Fix Shorelines lighthouse cutscene skip not working if entered save s…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
MrMiguel211 committed Jun 15, 2024
1 parent 1e32c4c commit 657273d
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions generated/json_data/skippable_cutscenes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13972,7 +13972,7 @@
},
{
"senderId": 131593, // [Relay] Relay One Shot Out
"targetId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"state": "ZERO",
"message": "INCREMENT"
},
Expand All @@ -13990,7 +13990,7 @@
},
{
"senderId": 131088, // [Relay] One Shot End
"targetId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"state": "ZERO",
"message": "DECREMENT"
},
Expand All @@ -14001,31 +14001,31 @@
"message": "SET_TO_ZERO"
},
{
"senderId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"senderId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131088, // [Relay] One Shot End
"state": "ZERO",
"message": "SET_TO_ZERO"
},
{
"senderId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"senderId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131347, // [Platform] Platform_Blockage
"state": "ZERO",
"message": "NEXT"
},
{
"senderId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"senderId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131587, // [Timer] Timer - open spiderball hole
"state": "ZERO",
"message": "STOP"
},
{
"senderId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"senderId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131572, // [Camera] Cinematic Camera
"state": "ZERO",
"message": "DEACTIVATE"
},
{
"senderId": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"senderId": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"targetId": 131571, // [PlayerActor] PlayerActor-scan_cine_forward
"state": "ZERO",
"message": "DEACTIVATE"
Expand All @@ -14051,7 +14051,7 @@
"layer": 4
},
{
"id": 231092, // [SpecialFunction] Wall Unlock Cinematic Skip
"id": 131219, // [SpecialFunction] Wall Unlock Cinematic Skip
"type": "CinematicSkip"
}
]
Expand Down Expand Up @@ -16241,6 +16241,33 @@
}
]
},
"Save Station B": {
"addConnections": [
{
"senderId": 262147, // [SpecialFunction] Player Exits Room
"targetId": 262262, // [SpecialFunction] SpecialFunction Cinematic Skip Load
"state": "EXITED",
"message": "DECREMENT"
},
{
"senderId": 262147, // [SpecialFunction] Player Exits Room
"targetId": 262263, // [SpecialFunction] SpecialFunction Cinematic Skip Save
"state": "EXITED",
"message": "DECREMENT"
}
],
"specialFunctions": [
{
"id": 262147, // [SpecialFunction] Player Exits Room
"type": "PlayerInAreaRelay",
"position": [
-70.700981,
-212.262238,
0.032295
]
}
]
},
"Transport to Magmoor Caverns South": {
"deleteIds": [
1900622 // [Timer] Timer - Delay End Of Cinematic
Expand Down

0 comments on commit 657273d

Please sign in to comment.