-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Adrien edited this page Oct 8, 2022
·
1 revision
Some quick info:
If you don't see the mouse cursor when using the XXL Inspector, you need to run the game in windowed mode.
It is possible to run the game in window mode by modifying the game executable (GameModule) with a hex editor.
Open the GameModule.elb file in the hex editor (such as HxD), then depending on the game:
At address 0007A5C3, change the bytes A2 24 53 66 00
to 90 90 90 90 90
.
At address 0009E8DA, change the byte 01
to 00
.
At address 000E0F11, change the byte 01
to 00
.