Skip to content

Commit

Permalink
Shuffling the Devil's Playground dialogues in order to prevent the la…
Browse files Browse the repository at this point in the history
…va timer from being hidden
  • Loading branch information
Ziktofel committed Dec 16, 2024
1 parent 43f0de5 commit c4b73ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2933,7 +2933,7 @@ bool gt_LavaTimerCreate_Func (bool testConds, bool runActions) {
Wait(1.0, c_timeReal);
TimerWindowCreate(gv_lavaTimer, StringExternal("Param/Value/B68D184A"), true, false);
gv_lavaTimerWindow = TimerWindowLastCreated();
TimerWindowSetAnchor(TimerWindowLastCreated(), c_anchorTopRight, 0, 200);
TimerWindowSetAnchor(TimerWindowLastCreated(), c_anchorTopRight, 0, -20);
TimerWindowSetFormat(gv_lavaTimerWindow, StringToText("<mintotal/>:<sec2/>"));
TimerWindowSetColor(gv_lavaTimerWindow, c_timerWindowColorTime, Color(0.00, 100.00, 0.00), 0.0);
TriggerExecute(gt_TransmissionIntroLavaTimerQ, true, false);
Expand Down Expand Up @@ -5203,7 +5203,7 @@ bool gt_ArchInit_Func (bool testConds, bool runActions) {
lib5BD4895D_gf_AP_Core_MapConfig_setMapInit(gt_Initialization);
lib5BD4895D_gf_AP_Core_MapConfig_setPlayerFaction(gv_p01_USER, lib5BD4895D_gv_aP_Core_Faction_RAYNORS_RAIDERS);
libABFE498B_gf_AP_Triggers_MapConfig_setDifficultySetup(gt_onDifficultyCasual, gt_onDifficultyNormal, gt_onDifficultyHard, gt_onDifficultyBrutal);
lib5BD4895D_gf_AP_Core_MapConfig_setChatboxPosition(c_anchorTopRight, 500, 350, 0, 160);
lib5BD4895D_gf_AP_Core_MapConfig_setChatboxPosition(c_anchorTopRight, 500, 350, 0, 230);
lib5BD4895D_gf_AP_Core_initObjectivePanel();
return true;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26251,7 +26251,7 @@
</Element>
<Element Type="Param" Id="BC2EAC8C">
<ParameterDef Type="ParamDef" Library="Ntve" Id="902527F8"/>
<Value>200</Value>
<Value>-20</Value>
<ValueType Type="int"/>
</Element>
<Element Type="FunctionCall" Id="69AEED4F">
Expand Down Expand Up @@ -41437,7 +41437,7 @@
</Element>
<Element Type="Param" Id="1F8B8137">
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="86396C8D"/>
<Value>160</Value>
<Value>230</Value>
<ValueType Type="int"/>
</Element>
<Element Type="FunctionCall" Id="0F9D38C6">
Expand Down
Binary file not shown.

0 comments on commit c4b73ec

Please sign in to comment.