Skip to content

Commit 3e60c79

Browse files
authored
Update epic game addresses and MMS to work with October patch (#29)
1 parent f3d6fc0 commit 3e60c79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Hitman 3/hitman3.asl

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// how to find the values & what they mean are in the README.md file
2-
state("HITMAN3", "Epic August 2023")
2+
state("HITMAN3", "Epic October 2023")
33
{
4-
bool isLoading: 0x398A229;
5-
bool isInMainMenu: 0x3C61D54;
6-
bool hasControl: 0x30E1E48;
7-
bool inCutscene: 0x31D6015;
8-
bool usingCamera: 0x30C2FB4;
4+
bool isLoading: 0x3194C6D;
5+
bool isInMainMenu: 0x3194CB4;
6+
bool hasControl: 0x30E3188;
7+
bool inCutscene: 0x31D706C;
8+
bool usingCamera: 0x30C4094;
99
}
1010

1111
state("HITMAN3", "Steam August 2023")
@@ -45,7 +45,7 @@ init
4545

4646
// MMS as a workaround to the Game Pass not working (#4)
4747
switch (mms) {
48-
case "4A67000": version = "Epic August 2023"; break;
48+
case "4A68000": version = "Epic August 2023"; break;
4949
case "4A71000": version = "Steam August 2023"; break;
5050
case "4ABE000":
5151
version = "Game Pass May 2023";

0 commit comments

Comments
 (0)