Our Tutorials
- Home
- Code safety guidelines
- Premium addon guide
General
- Markup Formatting
External Tutorials
- Facepunch - Getting Started
- Facepunch - Conditions
- Steam - Creating sEnts
Tutorials Home
How to install addons
Addon pages should generally have instructions on how to install, but here's a basic method for most addons
- Put the parent folder
(parent)/lua/..etc..
(parent)/materials/..etc..
into/garrysmods/garrymods/addons
on your server. - This will work for most addons, look for install instructions on the addon page.
How to install gamemodes
Installing gamemodes can be complicated and the addon page should tell you what to do.
- Put the parent folder
(parent)/entities/..etc..
(parent)/gamemode/..etc..
into/garrysmods/garrymods/gamemodes/(parent)
on your server. - This will work for most gamemodes, look for install instructions on the addon page.
Some addons & gamemodes may need a database system for saving data, look at this tutorial for help.