We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acbcf0 commit cf686d7Copy full SHA for cf686d7
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: 0x3194C6D;
5
- bool isInMainMenu: 0x3194CB4;
6
- bool hasControl: 0x30E3188;
7
- bool inCutscene: 0x31D706C;
8
- bool usingCamera: 0x30C4094;
+ bool isLoading: 0x3194C2D;
+ bool isInMainMenu: 0x3194C74;
+ bool hasControl: 0x30E3148;
+ bool inCutscene: 0x31D702C;
+ bool usingCamera: 0x30C4054;
9
}
10
11
state("HITMAN3", "Steam August 2023")
0 commit comments