A module that enhances gmod with a thing that was asked for decades
- Put dll (
gmsv_egsm_win32.dll
is formain
branch andgmsv_egsm_chromium_win32.dll
/gmsv_egsm_chromium_win64.dll
forx86-64
) in garrysmod/lua/bin - Extract shaders.zip to garrysmod/
- APPEND
require((BRANCH == "x86-64" or BRANCH == "chromium" ) and "egsm_chromium" or "egsm")
to garrysmod/lua/menu/menu.lua
https://www.youtube.com/watch?v=hRg8DLqhnNY
git clone --recursive https://github.com/danielga/garrysmod_common
git clone --recursive https://github.com/danielga/garrysmod_common -b "x86-64-support-sourcesdk"
premake5 vs2017 --gmcommon="garrysmod_common_path" --autoinstall="gmod_lua_bin_path"
premake5 vs2017 --gmcommon="garrysmod_common_x86_64_path" --autoinstall="gmod_lua_bin_path" --chromium=1