Skip to content

Commit 3fbed4b

Browse files
committed
Updated maximum supported build to latest: 107882
1 parent 0c2209c commit 3fbed4b

File tree

7 files changed

+23594
-5
lines changed

7 files changed

+23594
-5
lines changed

src/backend/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
]
130130

131131
# Used to update the current patch hotkey files
132-
CURRENT_VERSION = 104954
132+
CURRENT_VERSION = 107882
133133

134134

135135
LOGGING = {

src/frontend/src/Info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Info = () => {
66
<h3>Requirements</h3>
77
<ul style={{fontSize: "12.5pt"}}>
88
<li><b>83607</b> (May 15, 2023) is the oldest supported version.</li>
9-
<li><b>104954</b> is the latest supported version.</li>
9+
<li><b>107882</b> is the latest supported version.</li>
1010
<li>A minimum window width of <b>1200 pixels</b>.</li>
1111
</ul>
1212
</section>

src/hotkeys/hkp/new_hotkey_file.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
('wk', 0x3f800000, {2240}, 'WololoKingdoms'),
1818
('deo', 0x40400000, {}, 'DE (old)'), # don't ever pick this version
1919
('de', 0x40866666, {4632, 4644, 4664, 4676, 4712, 4724,
20-
4748, 4820, 2672, 2324, 4996}, 'Definitive Edition'),
20+
4748, 4820, 2672, 2324, 2796, 2336, 4996}, 'Definitive Edition'),
2121
]
2222

23+
# Filesizes by path (Base/Profile)
24+
# 107882: 2796/2336
25+
2326

2427
class HotkeyFile:
2528
# these are derived from the numerical ids/text ids in the game configs

src/hotkeys/hkp/strings.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,13 @@
439439
0x4AD7: 'Select all Mule Carts',
440440
0x4B9A: 'Go to Mule Cart',
441441
0x4AD6: 'Mule Cart',
442-
0x4D1F: 'Fortified Church: Go Back to Work'
442+
0x4D1F: 'Fortified Church: Go Back to Work',
443+
444+
# update 107882
445+
# Base.hkp
446+
400017: "Seek Shelter",
447+
400018: "All Back to Work",
448+
400021: "Drop Off Resources",
443449
}
444450

445451
hk_groups = {
@@ -672,7 +678,9 @@
672678
19214,
673679
19215,
674680
19224,
675-
19240
681+
19240,
682+
400017,
683+
400021,
676684
],
677685
"Buildings/Transports": [
678686
19002,
@@ -757,6 +765,7 @@
757765
19335,
758766
19336,
759767
19158,
768+
400018,
760769
],
761770
"Dock": [
762771
19045,
848 Bytes
Binary file not shown.
793 Bytes
Binary file not shown.

src/hotkeys/static/hotkeys/defaults/107882/key-value-strings-utf8.txt

Lines changed: 23577 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)