Hi ! im new in the modding community, i want to create a half life mod but i still have a error when i want to open the first map its says:
LoadLibrary failed on `� (126)
Host_Error: Couldn't get DLL API from `�!
pls, can somebody help me ?
Created 1 week ago2023-05-22 19:12:51 UTC by
Yeye
\dll\
with \dlls\
and it should hopefully work gamedll_linux "dlls/hl.so"
gamedll_osx "dlls/hl.dylib"
with
gamedll_linux "../valve/dlls/hl.so"
gamedll_osx "../valve/dlls/hl.dylib"
should make your mod playable on Linux and MacOS.#!/bin/sh
/Applications/Wine/Contents/macOS/wine /Applications/Walla/Wally.exe "$@"
If you can't run native on macOS then you need use Porton from Steam$HOME/Library/Application\ Support/Steam/steamapps/common/Porton XX
linux
and makefile
can work also on macOS. sudo
like sudo cp studiomdl /usr/local/bin
and execute sudo chmod +x /usr/local/bin/studiomdl