Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

The base interface to create binary modules for Garry's Mod

Notifications You must be signed in to change notification settings

jackwilsdon/gmod-module-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmod-module-base

Technically everything you need is in include.

Example contains an example project. Running BuildProjects.bat requires premake4 (http://industriousone.com/premake).

The generated dlls should be placed in

garrysmod/lua/bin/

They should also be named approriately.

gmsv_example_win32.dll <- require( 'example' ) serverside on windows gmsv_example_linux.dll <- require( 'example' ) serverside on linux gmsv_example_osx.dll <- require( 'example' ) serverside on osx

gmcl_nutsack_win32.dll <- require( 'nutsack' ) clientside on windows gmcl_example_osx.dll <- require( 'example' ) clientside on osx

About

The base interface to create binary modules for Garry's Mod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.9%
  • C 9.3%
  • Lua 6.8%
  • Batchfile 3.0%