garrysmod-module
There are 68 repositories under garrysmod-module topic.
lewisclark/glua-steal
Retrieves client-sided Lua files from Garry's Mod game servers
danielga/gmsv_serversecure
A module for Garry's Mod that mitigates exploits on the Source engine.
danielga/garrysmod_common
A repository of common bits for compilation projects based on Garry's Mod.
danielga/gm_sourcenet
A module for Garry's Mod that provides interfaces to many systems of VALVe's engine, based on gm_sourcenet3.
danielga/sourcesdk-minimal
A compact and Garry's Mod compatible SourceSDK (don't use in other Source engine games).
danielga/gm_luaerror
A module for Garry's Mod that adds hooks for obtaining errors that happen on the client and server (if activated on server, it also pushes errors from clients).
klen-list/gmsv_network
All in one Garry's Mod binary module for x86 linux/windows srcds that provide access to various source/gmod methods and callbacks. Make your serverside scripts more optimized, powerfull and secure! 💪
danielga/gmod_luasocket
Modules for Garry's Mod that add bindings for OS sockets through luasocket.
Derpius/gmod-dxr
Garry's Mod rendered using DirectX Raytracing
JetBoom/animationsapi
Garry's Mod API which allows the creation and usage of custom model animations stored as Lua tables rather than animations in the model file.
danielga/detouring
Tools for detouring functions in C/C++.
Derpius/VisTrace
Garry's Mod binary module for tracing meshes at high speed on the CPU (and much more)
danielga/gmod_lanes
Modules for Garry's Mod that add threads through Lua Lanes.
danielga/gm_rdb
A Garry's Mod module that creates a Remote DeBugger server
danielga/gmsv_luapack_internal
Internal binary module for the luapack project.
bewflast/source-engine-interfaces-book
Tiny tool for making accessing Source Engine's interfaces simpler
danielga/gm_crypt
A cryptography module for the game Garry's Mod that uses Crypto++.
Pika-Software/gm_moonloader
Integrate Yuescript/Moonscript into your Garry's Mod!
danielga/gm_redis
A Garry's Mod module that adds Redis client capabilities.
danielga/gm_concommandx
A module for Garry's Mod that interfaces to interact with concommands from VALVe's engine.
danielga/gm_spew
A Garry's Mod module that intercepts the engine's messages and passes them to Lua. Also able to prevent them from printing.
pluto-oss/gluamysql
A Garry's Mod Lua Connector for MySQL
danielga/gm_cvarsx
A module for Garry's Mod that interfaces to interact with convars from VALVe's engine.
danielga/gmod_require
Modules for Garry's Mod for obtaining pointers to functions inside of modules (specially useful for loading Lua only modules).
danielga/gm_stringtable
A module for Garry's Mod that provides interfaces to interact with stringtables from VALVe's engine.
danielga/scanning
Tools for symbol/signature scanning in C/C++.
danielga/gmsv_xconsole
A Garry's Mod module that provides an interface for external consoles.
danielga/gm_logging
A Garry's Mod module that copies the log messages and passes them to Lua. Also able to manipulate logging channels.
Pika-Software/gm_asyncio
Make your Garry's Mod I/O asynchronous!
danielga/gm_ffi
A module for Garry's Mod that adds an FFI library similar to LuaJIT's FFI.
danielga/gm_process
A Garry's Mod module to create asynchronous child processes. It also allows you to use its error, input and output handles to retrieve or push data to the process.
klen-list/gmc_scanning_advanced
My own collection of random symbols for sigscan with garrysmod_common
CFC-Servers/gm_lz4
LZ4 Binary for Garry's Mod with threaded options.
klen-list/gm_nasm
A set of Garry's Mod modules written on Netwide Assembler for fun and asm experience