walkawayy

Results 130 comments of walkawayy

Custom control layouts are stored in: `...\cfg\Tomb1Main_runtime.json5`. Good point on unmapping individual keybinds. I also need to fit that into the UI.

Have to sort through this list as best I can tell. https://docs.rs/sdl2-sys/0.22.0/x86_64-pc-windows-gnu/sdl2_sys/scancode/index.html?search=

Thanks for confirming, I didn't know that. So maybe this can be a feature instead of a bug. I'm not sure if there's a way to check what time the...

It would have to be a hack like the secret one checking for track number most likely. Until the day the custom sound effects possibly happens.

Took a super ugly, hacky approach to possibly solve this until injecting a new UNDERWATER_SFX is possible. It's ugly and the audio clicks/pops before the sound restarts (but that can...

Ah I screwed up and was checking only sample_data[0] so I was wondering why it wasn't working. And ya, maybe it's not worth it. Gonna just wait for a way...

Here's what I got from Process Monitor. Says it encountered a buffer overflow in TombATI's track60.flac. I could only get the game to crash using the original UB level file...

Maybe it's not related to the music. I removed track60 and played the level, and it still crashed. I used the DOZY cheat to swim down that jump, and the...

Ah had to go in Event Viewer to see the application error. `Exception code: 0xc0000094` is integer division by 0. ``` Log Name: Application Source: Application Error Date: 12/11/2021 12:11:09...

I vote to push it down the line. I have only tried to debug when/what the error is. No work towards a fix.