A utility that extracts all Garry"s Mod addons (.gma
) in a user-specified folder
massgmad version 2.0 running on Windows 10
Go to the releases page for the current version and a nice changelog.
- Download the latest version of massgmad, assuming Java is installed on your computer.
- Run the
.jar
, either by double-clicking it, or by executingjava -jar path\to\massgmad.jar
in your favorite terminal. - Click Locate gmad and find gmad. Listed below are the default locations of gmad.
- Windows: C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\bin\gmad.exe
- macOS: Coming soon
- Linux: Coming soon
- Click Locate Input Folder. The folder must contain at least 1
.gma
file. Once you choose an input folder, a list of all the.gma
files will appear in massgmad. - Click Locate Output Folder. Locate a folder where massgmad can extract the
.gma
files. - Click Extract All gma Files. massgmad will begin extracting all the
.gma
files found in the input folder. Here are some precautions. - BE PATIENT
- DO NOT TOUCH/INTERACT WITH MASSGMAD
- DO NOT TOUCH/KILL ANY JAVA PROCESS
- or else massgmad will not finish extracting
- massgmad will do its extraction. Unfortunately, it can not go any faster.
I used IntelliJ IDEA 2016.3.2 to create massgmad, so I recommend downloading (or using git) the repo and open it in IntelliJ IDEA.
If you do not have IntelliJ IDEA or too lazy to install it, you could try to grab the .java
files and use them in your favorite Java IDE, then compile them.
- written in Java
- supports folders with spaces
- multiplatform (untested on macOS and Linux, support coming soon)
- more stable
massgmad is released under the MIT License.
Garry"s Mod is a registered trademark of Facepunch Studios. massgmad and its author are not affiliated with Facepunch Studios.