Skip to content

Commit

Permalink
Fixed the 2021 Christmas Event
Browse files Browse the repository at this point in the history
Fixed the 2021 Christmas Event this is hotfix 0.4.1
  • Loading branch information
0P3N50URC3-F0R3V3R authored Dec 8, 2021
1 parent 75089d3 commit 1ae1a1a
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Minebeard.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<UseVersionInfo Value="True"/>
<AutoIncrementBuild Value="True"/>
<MinorVersionNr Value="4"/>
<BuildNr Value="2"/>
<BuildNr Value="3"/>
<Attributes pvaPatched="True"/>
<StringTable CompanyName="Knowhere"/>
</VersionInfo>
Expand Down
16 changes: 10 additions & 6 deletions Minebeard.lps
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<IsVisibleTab Value="True"/>
<TopLine Value="450"/>
<CursorPos X="37" Y="465"/>
<TopLine Value="130"/>
<CursorPos X="46" Y="146"/>
<UsageCount Value="45"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
Expand All @@ -35,7 +35,7 @@
<UsageCount Value="10"/>
</Unit2>
</Units>
<JumpHistory Count="29" HistoryIndex="28">
<JumpHistory Count="30" HistoryIndex="29">
<Position1>
<Filename Value="minebeard_main.pas"/>
<Caret Line="618" Column="26" TopLine="600"/>
Expand Down Expand Up @@ -142,16 +142,20 @@
</Position26>
<Position27>
<Filename Value="minebeard_main.pas"/>
<Caret Line="11" Column="11" TopLine="37"/>
<Caret Line="429" Column="24" TopLine="408"/>
</Position27>
<Position28>
<Filename Value="minebeard_main.pas"/>
<Caret Line="429" Column="24" TopLine="408"/>
<Caret Line="430" Column="76" TopLine="408"/>
</Position28>
<Position29>
<Filename Value="minebeard_main.pas"/>
<Caret Line="430" Column="76" TopLine="408"/>
<Caret Line="431" Column="80" TopLine="435"/>
</Position29>
<Position30>
<Filename Value="minebeard_main.pas"/>
<Caret Line="10" Column="57"/>
</Position30>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
Expand Down
Binary file modified Minebeard.res
Binary file not shown.
2 changes: 1 addition & 1 deletion htdocs/cGoalStateTime
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"IsGoal":true,"IsRecruitment":true,"FreeBeers":true,"TimeLeftSeconds":432000,"LastUpdateGoalsID":23384,"CurrentGoalPeriodID":11903427}
{"IsGoal":true,"IsRecruitment":true,"FreeBeers":false,"TimeLeftSeconds":604800,"LastUpdateGoalsID":23384,"CurrentGoalPeriodID":11903427}
2 changes: 1 addition & 1 deletion htdocs/deepdive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Seed":130603897,"SeedV2":7176515975,"ExpirationTime":"2100-01-01T23:59:59Z"}
{"Seed":100000000,"SeedV2":1000000000,"ExpirationTime":"2100-01-01T23:59:59Z"}
2 changes: 1 addition & 1 deletion htdocs/events
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ActiveEvents":["Xmas"]}
{"ActiveEvents":[""]}
2 changes: 1 addition & 1 deletion htdocs/weekly
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Seed":1442177425,"ExpirationTime":"2100-01-01T23:59:59Z"}
{"Seed":1000000000,"ExpirationTime":"2100-01-01T23:59:59Z"}
Binary file modified lib/i386-win32/Minebeard.or
Binary file not shown.
Binary file modified lib/i386-win32/Minebeard.res
Binary file not shown.
7 changes: 4 additions & 3 deletions lib/i386-win32/minebeard_main.lfm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object Blackbeard: TBlackbeard
Left = 539
Left = 426
Height = 508
Top = 132
Top = 178
Width = 845
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Black Beard V0.4'
Caption = 'Black Beard V0.4.1'
ClientHeight = 488
ClientWidth = 845
Color = 14080730
Expand Down Expand Up @@ -640,6 +640,7 @@ object Blackbeard: TBlackbeard
'Early Access Hats'
'Steam Awards 2020 (Not working)'
'Halloween2021 (for S01 Update)'
'Christmas2021 (for S01 Update)'
)
ItemHeight = 15
OnClick = ListBox1Click
Expand Down
Binary file modified lib/i386-win32/minebeard_main.o
Binary file not shown.
Binary file modified lib/i386-win32/minebeard_main.ppu
Binary file not shown.
7 changes: 4 additions & 3 deletions minebeard_main.lfm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object Blackbeard: TBlackbeard
Left = 539
Left = 426
Height = 508
Top = 132
Top = 178
Width = 845
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Black Beard V0.4'
Caption = 'Black Beard V0.4.1'
ClientHeight = 488
ClientWidth = 845
Color = 14080730
Expand Down Expand Up @@ -640,6 +640,7 @@ object Blackbeard: TBlackbeard
'Early Access Hats'
'Steam Awards 2020 (Not working)'
'Halloween2021 (for S01 Update)'
'Christmas2021 (for S01 Update)'
)
ItemHeight = 15
OnClick = ListBox1Click
Expand Down
1 change: 1 addition & 0 deletions minebeard_main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ procedure TBlackbeard.BitBtn1Click(Sender: TObject);
if listbox1.ItemIndex=4 then memo1.Lines.Add('{"ActiveEvents":["EarlyAccessHats"]}');
if listbox1.ItemIndex=5 then memo1.Lines.Add('{"ActiveEvents":["SteamAwards2020"]}');
if listbox1.ItemIndex=6 then memo1.Lines.Add('{"ActiveEvents":["Halloween2021"]}');
if listbox1.ItemIndex=7 then memo1.Lines.Add('{"ActiveEvents":["Xmas2021"]}');
Memo1.Lines.SaveToFile('htdocs\events'); //no file extension!
Memo1.lines.Clear;
// Deepdive
Expand Down

0 comments on commit 1ae1a1a

Please sign in to comment.