We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf686d7 commit ec1244aCopy full SHA for ec1244a
Hitman 3/hitman3.asl
@@ -1,11 +1,11 @@
1
// how to find the values & what they mean are in the README.md file
2
state("HITMAN3", "Epic October 2023")
3
{
4
- bool isLoading: 0x3194C2D;
5
- bool isInMainMenu: 0x3194C74;
6
- bool hasControl: 0x30E3148;
7
- bool inCutscene: 0x31D702C;
8
- bool usingCamera: 0x30C4054;
+ bool isLoading: 0x319F8FA;
+ bool isInMainMenu: 0x3194BB4;
+ bool hasControl: 0x30E2D48;
+ bool inCutscene: 0x31D6F94;
+ bool usingCamera: 0x30E1ECC;
9
}
10
11
state("HITMAN3", "Steam August 2023")
0 commit comments