Skip to content

Commit 6b7d1a6

Browse files
[HITMAN3] Steam October
1 parent ec1244a commit 6b7d1a6

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
@@ -8,13 +8,13 @@ state("HITMAN3", "Epic October 2023")
88
bool usingCamera: 0x30E1ECC;
99
}
1010

11-
state("HITMAN3", "Steam August 2023")
11+
state("HITMAN3", "Steam October 2023")
1212
{
13-
bool isLoading: 0x39B220C;
14-
bool isInMainMenu: 0x31A6AB4;
15-
bool hasControl: 0x3174E48;
16-
bool inCutscene: 0x33A53CC;
17-
bool usingCamera: 0x2A53D3C;
13+
bool isLoading: 0x39B32BC;
14+
bool isInMainMenu: 0x319E734;
15+
bool hasControl: 0x31769C8;
16+
bool inCutscene: 0x33A67D4;
17+
bool usingCamera: 0x31063B4;
1818
}
1919

2020
state("HITMAN3", "Game Pass May 2023")
@@ -46,7 +46,7 @@ init
4646
// MMS as a workaround to the Game Pass not working (#4)
4747
switch (mms) {
4848
case "4A68000": version = "Epic October 2023"; break;
49-
case "4A71000": version = "Steam August 2023"; break;
49+
case "4A72000": version = "Steam October 2023"; break;
5050
case "4ABE000":
5151
version = "Game Pass May 2023";
5252
MessageBox.Show(

0 commit comments

Comments
 (0)