alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
386 stars 88 forks source link

Metamod won't load "addons/metamod/bin/win64/server" #111

Closed xs4u closed 1 year ago

xs4u commented 1 year ago

I'm asking for my friend by the way

console_text.txt server.cfg start.bat

xs4u commented 1 year ago

confirmed that the same happens to my server it boots tho

anigpon commented 1 year ago

Yeah

peace-maker commented 1 year ago

See #80 - this is nothing we can fix.

SRCDS doesn't allow to filter plugins on bitness (32/64 bit) when auto-loading with a .vdf file. So the current workaround is to have it try both and have one fail while the other one succeeds. If you're annoyed by the error message, you can delete the addons/metamod_x64.vdf file on your x86 game.

Providing separate packages for 32- and 64-bit games with only the required files included complicates the installation for users as well as our deployment setup, so we've opted to just ship both versions in one .zip.