Skip to content
/ EGSM Public
forked from devonium/EGSM

Here I compile EGSM DLL for new versions of GMOD

Notifications You must be signed in to change notification settings

Akabenko/EGSM

 
 

Repository files navigation

How to install

  • Put dll (gmsv_egsm_chromium_win32.dll/gmsv_egsm_chromium_win64.dll for x86-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

EGSM

A module that enhances gmod with a thing that was asked for decades

How to compile

garrysmod_common

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

About

Here I compile EGSM DLL for new versions of GMOD

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • C 7.4%
  • Lua 0.7%