khang06 / EGSM

SHADERS FOR EVERYONE!!!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EGSM

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

How to install

  • Put dll (gmsv_egsm_win32.dll is for main branch and gmsv_egsm_chromium_win32.dll/gmsv_egsm_chromium_win64.dll for x86-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://youtu.be/SlWGKU-mYRw

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

SHADERS FOR EVERYONE!!!!


Languages

Language:C++ 92.1%Language:C 7.5%Language:Lua 0.5%