User100 Newbie cheater
Reputation: 0
Joined: 10 Nov 2018 Posts: 14
|
Posted: Thu Nov 03, 2022 6:19 pm Post subject: Tracking sound events |
|
|
I'm trying to disable a specific sound in a game.
I know the name of the sound, and found it in some string table.
But when I try to track the address to the sound string I never get any hits (even though the sound plays).
I suspect that it probably reads the sound addresses at startup, and then keeps the pointers.
I have a rough idea of what code is activating it, but the audio plays with quite a bit of a delay, so it's tough to track down what's actually triggering it.
Any ideas how I can track down where the sound is activated?
|
|