Skip to content

Commit

Permalink
fix: disable the health bar in hawke's bay and berlin's intro sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Feb 21, 2024
1 parent d520548 commit 8953fe1
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion content/chunk0/gameessentialbase.entity.patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"tempHash": "0093B7139387B988",
"tbluHash": "004D99E9BEC3EA51",
"patch": [
{
"SubEntityOperation": [
"8e16e03dab8d2cef",
{ "AddEventConnection": ["EventReceived", "SetVisible", "cafe0141885e38a0"] }
]
},
{
"SubEntityOperation": [
"db9f74950fec79f8",
Expand All @@ -13,6 +19,16 @@
}
]
},
{ "SubEntityOperation": ["ecdfd17726bd53ca", { "AddEventConnection": ["OnTrue", "Show", "cafe0141885e38a0"] }] },
{ "SubEntityOperation": ["ecdfd17726bd53ca", { "AddEventConnection": ["OnFalse", "Hide", "cafe0141885e38a0"] }] },
{ "SubEntityOperation": ["34f439ac06f0f3ec", { "AddEventConnection": ["OnTrue", "Show", "cafe353bf2365fa9"] }] },
{ "SubEntityOperation": ["34f439ac06f0f3ec", { "AddEventConnection": ["OnFalse", "Hide", "cafe353bf2365fa9"] }] },
{
"SubEntityOperation": [
"69be349a738c7ea9",
{ "AddEventConnection": ["EventReceived", "SetVisible", "cafe353bf2365fa9"] }
]
},
{
"AddEntity": [
"cafeba446945a84b",
Expand Down Expand Up @@ -113,7 +129,7 @@
"cafe353bf2365fa9",
{
"parent": "cafeba446945a84b",
"name": "UIControlVisibilityController",
"name": "HealthBarVisibilityController_Instant",
"factory": "[modules:/zuicontrolvisibilitycontrollerentity.class].pc_entitytype",
"blueprint": "[modules:/zuicontrolvisibilitycontrollerentity.class].pc_entityblueprint",
"properties": {
Expand All @@ -122,6 +138,21 @@
}
}
]
},
{
"AddEntity": [
"cafe0141885e38a0",
{
"parent": "cafeba446945a84b",
"name": "HealthBarVisibilityController_Fade",
"factory": "[modules:/zuicontrolvisibilitycontrollerentity.class].pc_entitytype",
"blueprint": "[modules:/zuicontrolvisibilitycontrollerentity.class].pc_entityblueprint",
"properties": {
"m_fFadeTime": { "type": "float32", "value": 1 },
"m_pTargetControl": { "type": "SEntityTemplateReference", "value": "cafef77f80f5f691" }
}
}
]
}
],
"patchVersion": 6
Expand Down

0 comments on commit 8953fe1

Please sign in to comment.