- Put dll (
gmsv_egsm_chromium_win32.dll
/gmsv_egsm_chromium_win64.dll
forx86-64
) in garrysmod/lua/bin - Extract shaders.zip to garrysmod/
- APPEND
if (BRANCH == "x86-64" or BRANCH == "chromium" ) then require("egsm_chromium") end
to garrysmod/lua/menu/menu.lua
A module that enhances gmod with a thing that was asked for decades
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