Garry's mod .gma extraction script.
Script Variables in common.ps1
$GARRYSMOD_DIR
= ...\steamapps\common\GarrysMod\garrysmod\addons
$GMAD_BASEDIR
= ...\steamapps\common\GarrysMod\bin
How to use
-
Set
$GARRYSMOD_DIR
and$GMAD_BASEDIR
incommon.ps1
. -
Open a powershell terminal and cd into directory.
-
Type
./Process-gma.ps1
in powershell and hit enter.
If this worked, you should have a directory called gmad-extracted
, containing all the extracted gma's contents in their own subdirectorys.