emoose
emoose
Huh darn, seems to work fine for me with 1.0.6, does setting `MultithreadFix` to false allow game to start for you? Maybe worth trying to start the EXE with `MultithreadFix...
Added a new framelimiter which seems to reduce CPU usage quite a bit, you can find it here, would appreciate any testers for it! https://github.com/nipkownix/re4_tweaks/pull/257 >nope, still can't get anything...
Hmm, did you try it without dxvk installed? Could be something incompatible with it, besides that maybe worth checking if the last published 1.7.6 release works? https://github.com/nipkownix/re4_tweaks/releases/tag/1.7.6 >and so far...
@lAlexl7l nah it should be running without needing anything else, could you try seeing if changing the `ReplaceFramelimiter` setting helps at all? If that doesn't help, maybe try the https://github.com/nipkownix/re4_tweaks/releases/tag/1.7.6...
From a quick look it seems there's a `SndSetReverb` func called by `SndRoomStartInit`, which then calls into `Snd_efx_req` On GC the `Snd_efx_req` func can do a few different things, either...
HRTF plugin has been updated to work better with RE4 😃 https://github.com/kosumosu/x3daudio1_7_hrtf/releases/tag/v2.4 It includes MHR files for the lower-sample-rate audio too, but from what OpenAL-Soft dev told me the HRTF...
> Does someone has the binaries or source code for the X3DAudio.dll? The repo is not available anymore... https://github.com/kosumosu/x3daudio1_7_hrtf/releases/tag/v2.4 Huh that's weird, wonder what happened there. Found a couple things...
Oh just realised, if that DLL is from 2017 then it's missing a fix that RE4 needed to stop crashing with certain sounds, unfortunately can't remember all the details for...
Here's a build with the fix above included, this is mainly for RE4 but might also help with other games that crash when using X3DAudio-hrtf, for RE4 just extract the...
Just saw that there's a github repo with the x3daudio 2.4 changes up at https://github.com/ThreeDeeJay/x3daudio1_7_hrtf/releases/tag/v2.4.1.0.28, looks like that has the git history up to just before 2.4 release as well,...