Garry's Mod Wiki

Revision Difference

#526461

<title>Garry's Mod Wiki</title> Welcome to the Garry's Mod Wiki! # Next Update Current game discussion as well as update progress can be found on [Discord](https://discord.gg/gmod). You can test [changes for the next update](http://wiki.garrysmod.com/changelist/) on the <page>Dev Branch</page> through Steam. The Garry's Mod Lua Source Code is available on [GitHub](https://github.com/Facepunch/garrysmod). # Issues and Requests To report bugs please visit the [Garry's Mod Issue tracker](https://github.com/Facepunch/garrysmod-issues/). To request features please visit the [Garry's Mod Request tracker](https://github.com/Facepunch/garrysmod-requests/). # Contributing Please check these links before contributing to the wiki: - <page>Editing The Garry's Mod Wiki</page> - [Wiki Markdown Syntax](/wiki/Markdown_Syntax) # Learning Read this if you want to start with lua: - [Lua Tutorial Start](Beginner_Tutorial_Intro) ## Pure Lua resources * [Official Reference Manual (5.1)](http://www.lua.org/manual/5.1/manual.html) - This is the version Garry's Mod utilizes. * [Official Reference Manual (5.3)](http://www.lua.org/manual/5.3/manual.html) - Latest version of Lua. * [Programming in Lua Book](http://www.lua.org/pil/) * [Lua-Users.org Lua Tutorial](http://lua-users.org/wiki/LuaTutorial) * [Programming Gems - Book Sample](http://www.lua.org/gems/sample.pdf) * [LuaTut.com](http://luatut.com/) * [Learn X in Y minutes - Lua](http://learnxinyminutes.com/docs/lua/) ## Garry's Mod Lua (GLua) resources * [Unofficial GLua Developer Discord](https://discord.gg/76d3DK4) * [GLua Docs](http://samuelmaddock.github.io/glua-docs/) - Alternative website for this wiki, could be outdated * <page>Updating Scripts From GMod 12 to GMod 13</page> * Youtube tutorials * [Goature](http://www.youtube.com/user/goature?feature=watch) * [Chessnut](http://www.youtube.com/user/chessnutify?feature=watch) * [DanFMN](https://www.youtube.com/channel/UC79kOQgCTBgklDpr_HXKZMQ?) * [Code Blue](https://www.youtube.com/channel/UCFpuE-Qjn4EWqX-VJ_l7pbw) * [SimonovaSKS](http://www.youtube.com/user/SimonovaSKS) - SWEPs & modeling * [Erigitic](https://www.youtube.com/playlist?list=PLCFyE3cH3BEF_1Dxh6UiTSS7TwpXavZZO) - Gamemode Scripting ## Source Engine resources * [Valve Developer Wiki](https://developer.valvesoftware.com/wiki/Main_Page) - Official website for all things Source Engine * [Source SDK 2013](https://github.com/ValveSoftware/source-sdk-2013) - Source SDK 2013 mod base source code * [Source Engine Discord](https://discordapp.com/invite/SourceEngine) * [Source Modding Discord](https://discord.gg/4eTxFW)