Skip to content

Commit

Permalink
PAL and Cutscene Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMiguel211 committed Jun 3, 2024
1 parent c42905a commit e974e64
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 132 deletions.
48 changes: 9 additions & 39 deletions generated/json_data/qol.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2086,38 +2086,26 @@
"addConnections": [
{
"senderId": 3145758, // [Trigger] MasterTrigger
"targetId": 3175736, // [Relay] No Music
"targetId": 3149741, // [Switch] OPEN: Play Music / CLOSED: Stop Music
"state": "INACTIVE",
"message": "DEACTIVATE"
},
{
"senderId": 3145758, // [Trigger] MasterTrigger
"targetId": 3149741, // [Relay] Yes Music
"state": "INACTIVE",
"message": "ACTIVATE"
},
{
"senderId": 3145756, // [SpecialFunction] Music Player For Area
"targetId": 3149741, // [Relay] Yes Music
"state": "ENTERED",
"message": "SET_TO_ZERO"
"message": "OPEN"
},
{
"senderId": 3145756, // [SpecialFunction] Music Player For Area
"targetId": 3175736, // [Relay] No Music
"targetId": 3149741, // [Switch] OPEN: Play Music / CLOSED: Stop Music
"state": "ENTERED",
"message": "SET_TO_ZERO"
},
{
"senderId": 3149741, // [Relay] Yes Music
"senderId": 3149741, // [Switch] OPEN: Play Music / CLOSED: Stop Music
"targetId": 3155830, // [StreamedAudio] StreamedAudio - Ruins Samus SW
"state": "ZERO",
"state": "OPEN",
"message": "PLAY"
},
{
"senderId": 3175736, // [Relay] No Music
"senderId": 3149741, // [Switch] OPEN: Play Music / CLOSED: Stop Music
"targetId": 3155830, // [StreamedAudio] StreamedAudio - Ruins Samus SW
"state": "ZERO",
"state": "CLOSED",
"message": "STOP"
}
],
Expand All @@ -2143,13 +2131,9 @@
"type": "PlayerInAreaRelay"
}
],
"relays": [
{
"id": 3175736 // [Relay] No Music
},
"switches": [
{
"id": 3149741, // [Relay] Yes Music
"active": false
"id": 3149741 // [Switch] OPEN: Play Music / CLOSED: Stop Music
}
]
},
Expand Down Expand Up @@ -7918,20 +7902,6 @@
]
},
"Research Entrance": {
"editObjs": {
// [Actor] Actor
"1311208": {
"layer": 4
},
// [Effect] Effect_spotlight
"1311209": {
"layer": 4
},
// [Timer] Timer - Spot light delay
"1311447": {
"layer": 4
}
},
"deleteIds": [
1311600,
1311601,
Expand Down
Loading

0 comments on commit e974e64

Please sign in to comment.