Skip to content

Commit 9971ffb

Browse files
committed
Support for Sept 19 Update
1 parent 2a71a55 commit 9971ffb

File tree

8 files changed

+35
-0
lines changed

8 files changed

+35
-0
lines changed

src/Blamite/Formats/Engines.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,20 @@
14621462
</databases>
14631463
</engine>
14641464

1465+
<engine name="Halo 3 MCC Toolset Update 8" version="13" build="Sep 1 2023 11:01:27" inherits="Halo 3 MCC Update 6">
1466+
<databases>
1467+
<layouts type="layouts" path="Formats/Halo3MCC/LayoutsU13" />
1468+
<stringIds type="stringIds" path="Formats/Halo3MCC/H3MCC_U13_Stub_StringIDs.xml" />
1469+
</databases>
1470+
</engine>
1471+
1472+
<engine name="Halo 3 MCC Toolset Update 8 Fast" version="13" build="Sep 1 2023 11:01:50" inherits="Halo 3 MCC Update 6">
1473+
<databases>
1474+
<layouts type="layouts" path="Formats/Halo3MCC/LayoutsU13" />
1475+
<stringIds type="stringIds" path="Formats/Halo3MCC/H3MCC_U13_Stub_StringIDs.xml" />
1476+
</databases>
1477+
</engine>
1478+
14651479
<!-- ODST MCC -->
14661480
<engine name="Halo ODST MCC Flight" version="11" build="Aug 11 2020 06:58:27">
14671481
<shortName>ODSTMCC</shortName>
@@ -1610,6 +1624,20 @@
16101624
</databases>
16111625
</engine>
16121626

1627+
<engine name="Halo ODST MCC Toolset Update 7" version="13" build="Sep 1 2023 10:55:15" inherits="Halo ODST MCC Update 4">
1628+
<databases>
1629+
<layouts type="layouts" path="Formats/ODSTMCC/LayoutsU8" />
1630+
<stringIds type="stringIds" path="Formats/ODSTMCC/ODSTMCC_U8_Stub_StringIDs.xml" />
1631+
</databases>
1632+
</engine>
1633+
1634+
<engine name="Halo ODST MCC Toolset Update 7 Fast" version="13" build="Sep 1 2023 10:55:29" inherits="Halo ODST MCC Update 4">
1635+
<databases>
1636+
<layouts type="layouts" path="Formats/ODSTMCC/LayoutsU8" />
1637+
<stringIds type="stringIds" path="Formats/ODSTMCC/ODSTMCC_U8_Stub_StringIDs.xml" />
1638+
</databases>
1639+
</engine>
1640+
16131641
<!-- Halo 4 MCC -->
16141642
<engine name="Halo 4 MCC Flight" version="12" build="Oct 12 2020 08:13:40">
16151643
<shortName>H4MCC</shortName>

src/Blamite/Formats/Halo1/H1AMCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@
3838
<version name="1.3073.0.0" headerAddress="0x2C9F7C4" magicAddress="0x2C9FFD0" />
3939
<version name="1.3232.0.0" headerAddress="0x2B22744" magicAddress="0x2B22F50" />
4040
<version name="1.3251.0.0" headerAddress="0x2B22744" magicAddress="0x2B22F50" />
41+
<version name="1.3272.0.0" headerAddress="0x2B22744" magicAddress="0x2B22F50" />
4142
</poking>

src/Blamite/Formats/Halo2AMCC/H2AMCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@
4343
<version name="1.3073.0.0" headerPointer="0x12BDFF0" magicOffset="0xA8" />
4444
<version name="1.3232.0.0" headerPointer="0x12E3A50" magicOffset="0xA8" />
4545
<version name="1.3251.0.0" headerPointer="0x12E3A50" magicOffset="0xA8" />
46+
<version name="1.3272.0.0" headerPointer="0x12E3A50" magicOffset="0xA8" />
4647
</poking>

src/Blamite/Formats/Halo2MCC/H2MCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@
4343
<version name="1.3073.0.0" headerPointer="0x15E2850" magicAddress="0x15E2858" sharedMagicAddress="0x15E2848" />
4444
<version name="1.3232.0.0" headerPointer="0x15E3B50" magicAddress="0x15E3B58" sharedMagicAddress="0x15E3B48" />
4545
<version name="1.3251.0.0" headerPointer="0x15E3B50" magicAddress="0x15E3B58" sharedMagicAddress="0x15E3B48" />
46+
<version name="1.3272.0.0" headerPointer="0x15E3B50" magicAddress="0x15E3B58" sharedMagicAddress="0x15E3B48" />
4647
</poking>

src/Blamite/Formats/Halo3MCC/H3MCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
<version name="1.3073.0.0" headerAddress="0x1E929F8" magicAddress="0x1C2D698" />
4949
<version name="1.3232.0.0" headerAddress="0x20A8058" magicAddress="0x1FCE4C8" />
5050
<version name="1.3251.0.0" headerAddress="0x20A8058" magicAddress="0x1FCE4C8" />
51+
<version name="1.3272.0.0" headerAddress="0x20A8058" magicAddress="0x1FCE4C8" />
5152
</poking>

src/Blamite/Formats/Halo4MCC/H4MCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
<version name="1.3073.0.0" headerPointer="0x28A60D0" magicOffset="0xA8" />
3737
<version name="1.3232.0.0" headerPointer="0x28BCC30" magicOffset="0xA8" />
3838
<version name="1.3251.0.0" headerPointer="0x28BCCB0" magicOffset="0xA8" />
39+
<version name="1.3272.0.0" headerPointer="0x28BCCB0" magicOffset="0xA8" />
3940
</poking>

src/Blamite/Formats/ODSTMCC/ODSTMCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@
4141
<version name="1.3073.0.0" headerAddress="0x20C0CE8" magicAddress="0x1E5D678" />
4242
<version name="1.3232.0.0" headerAddress="0x20EE068" magicAddress="0x2021AA8" />
4343
<version name="1.3251.0.0" headerAddress="0x20EF068" magicAddress="0x2022AA8" />
44+
<version name="1.3272.0.0" headerAddress="0x20EF068" magicAddress="0x2022AA8" />
4445
</poking>

src/Blamite/Formats/ReachMCC/ReachMCC_Poking.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
<version name="1.3073.0.0" headerPointer="0x25CDBC0" magicOffset="0xA0" />
5555
<version name="1.3232.0.0" headerPointer="0x25BDAB0" magicOffset="0xA0" />
5656
<version name="1.3251.0.0" headerPointer="0x25BDAB0" magicOffset="0xA0" />
57+
<version name="1.3272.0.0" headerPointer="0x25BDAB0" magicOffset="0xA0" />
5758
</poking>

0 commit comments

Comments
 (0)