Skip to content

Commit ec1244a

Browse files
authored
Update addresses for Epic games (#32)
1 parent cf686d7 commit ec1244a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Hitman 3/hitman3.asl

+5-5
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
22
state("HITMAN3", "Epic October 2023")
33
{
4-
bool isLoading: 0x3194C2D;
5-
bool isInMainMenu: 0x3194C74;
6-
bool hasControl: 0x30E3148;
7-
bool inCutscene: 0x31D702C;
8-
bool usingCamera: 0x30C4054;
4+
bool isLoading: 0x319F8FA;
5+
bool isInMainMenu: 0x3194BB4;
6+
bool hasControl: 0x30E2D48;
7+
bool inCutscene: 0x31D6F94;
8+
bool usingCamera: 0x30E1ECC;
99
}
1010

1111
state("HITMAN3", "Steam August 2023")

0 commit comments

Comments
 (0)