Honzi/Guides/Repos/GMod-Addons.lua
- The "honzi" addon adds an "honzi" tab to the right side of your spawn menu and to your context menu.
- Installation:
- Subscribe to and enable the Extended Spawnmenu addon.
- NOTE: "Extended Spawnmenu" is a third-party addon not created or maintained by honzi. Use at your own risk!
- An issue has been created to remove this requirement.
- "git clone https://github.com/honzi/GMod-Addons.lua.git --depth 1"
- Copy or link the "honzi" folder into your GMod "addons" folder:
- Linux: "~/.steam/steam/steamapps/common/GarrysMod/garrysmod/addons/"
- Mac: ???
- Windows: ???
- Your addons will be reinitialized the next time you join a server.
- Updating:
- "git pull" the "GMod-Addons.lua" repo you cloned.
- If you copied instead of linked in installation step #2, copy the "honzi" folder into your "GarrysMod/garrysmod/addons" folder.
- Your addons will be reinitialized the next time you join a server.
- Uninstallation:
- Remove the "honzi" folder from your "GarrysMod/garrysmod/addons" folder.
- Delete the cloned "GMod-Addons.lua" folder.
- Your addons will be reinitialized the next time you join a server.