MetaAudio icon indicating copy to clipboard operation
MetaAudio copied to clipboard

HLSDK Merge

Open edgarbarney opened this issue 2 years ago • 3 comments

Hello.

I was wondering if you're planning to merge this with HLSDK for modders? Ditching the Meta and any Injector, I mean.

https://github.com/ValveSoftware/halflife https://github.com/SamVanheer/halflife-updated

I was going to work on it myself but for some reason, I can't get to find the dependencies of this project. CMake is throwing errors at me about core audio and thingies.

Thanks.

edgarbarney avatar Sep 08 '21 15:09 edgarbarney

It would be great! But I have no plans to do that myself, I do not even know where I would start.

I run CMake with the following command, maybe this is what is missing?

-DSNDFILE_LIBRARY="D:\\_Project_Libraries\\libsndfile-1.0.31-win32\\lib\\sndfile.lib" -DSNDFILE_INCLUDE_DIR="D:\_Project_Libraries\libsndfile-1.0.31-win32\include" -DALSOFT_EXAMPLES=OFF -DALSOFT_UTILS=OFF -DALURE_INSTALL=OFF -DALURE_BUILD_STATIC=OFF -DALURE_ENABLE_WAVE=OFF -DALURE_ENABLE_VORBIS=OFF -DALURE_ENABLE_FLAC=OFF -DALURE_ENABLE_SNDFILE=ON -DALURE_BUILD_EXAMPLES=OFF

If it does not work, you can start a new discussion so we can try to solve that: https://github.com/LAGonauta/MetaAudio/discussions

LAGonauta avatar Oct 23 '21 11:10 LAGonauta

pls do that, i need linux support or maybe port meta audio because all it says is that it cant authenticate interface

CrezyDud avatar Oct 31 '21 13:10 CrezyDud

pls do that, i need linux support or maybe port meta audio because all it says is that it cant authenticate interface

It seems to be an issue with old metahook launcher which will call SetActiveProcess and set an invalid Steam pid in registry, causing steam_api.dll to fail the authentication.

Please update metahook launcher exe to the one from LAGonauta/MetaAudio, or hzqst/MetaHookSv

Linux support won't be a problem with Steam proton layer

hzqst avatar Nov 15 '21 02:11 hzqst