Currently this addon will break saves and dupes in addons list.
Addon Groups is addons management tool. This modification allows you to create addons groups and manage them. Addon Groups can simply enable or disable bunch of addons by one click.
- Turn off Garry's Mod
- Click green button "Clone or download"
- Click "Download ZIP"
- Unzip "addon_groups.zip" and open "addon_groups" folder (you should see "html" and "lua" folders)
- Go to your Garry's Mod folder (e.g. "C:\Program Files\Steam\steamapps\common\GarrysMod\garrysmod")
- Copy "html" and "lua" folders to Garry's Mod folder (windows should warn you about overwriting 6 files)
- Launch Garry's Mod
- If everything works, you should see "Addon groups" button in "Addons"
- Go to 'Addons > Subscriptions' and select checkboxes on addons you want to add/remove
- Type group name in "Group name" text box
- Click "Add selected to group" or "Remove selected from group"
(If you add addon to non existing group, new group will be created. If you remove last addon from group, this group will be removed)
- Go to 'Addons > Addon groups' and select checkboxes on groups you want to remove
- Click "Remove selected groups" button
- Go to 'Addons > Addon groups'
- Click "Remove all groups" button
- Go to 'Addons > Addon groups' and hover mouse on group you want to enable/disable
- Click "Enable" or "Disable" button
- Go to 'Addons > Addon groups' and select checkboxes on groups you want to enable/disable
- Click "Enable selected groups" or "Disable selected groups" button
- Go to 'Addons > Addon groups'
- Click "Enable all groups" or "Disable all groups" button
- Turn off Garry's Mod
- Go to your Garry's Mod folder (e.g. "C:\Program Files\Steam\steamapps\common\GarrysMod\garrysmod")
- Go to every path listed below and for each path do following instructions:
a) Look for "x" and "default_x" file pairs
b) Delete "x" file and rename "default_x" file to "x"
Paths:
- lua\menu\
- html\
- html\template\
- html\js\menu\
Q: I can't see "Addon groups" button
A: Make sure you did everything what I said in Installation section
Q: Why you didn't put this on workshop?
A: Garry doesn't allow to upload ".html" and ".js" files to workshop because these files are "dangerous". Also I couldn't find any way to add lua code to menu within addon.
Q: I found bug
A: Click "Issues" button on the top of this page and create new issue
Q: Can I make pull request?
A: Sure