Skip to content

danielga/gmod_lanes

Repository files navigation

gmod_lanes

Modules for Garry's Mod that add threads through Lua Lanes.

General information

This project is composed by the main module (lanes.lua) and the internal module (gm[cl/sv]_lanes_core_[win32/linux/macos].dll).
You can also refer to this project as gm_lanes or Lanes for Garry's Mod.
lanes.lua goes into lua/includes/modules and gm[cl/sv]_lanes_core_[win32/linux/macos].dll goes into lua/bin.

Requirements

This project requires garrysmod_common, a framework to facilitate the creation of compilations files (Visual Studio, make, XCode, etc). Simply set the environment variable 'GARRYSMOD_COMMON' or the premake option 'gmcommon' to the path of your local copy of garrysmod_common.