https://github.com/hotarublaze/gmodgmaextractscript
https://github.com/hotarublaze/gmodgmaextractscript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hotarublaze/gmodgmaextractscript
- Owner: HotaruBlaze
- License: mit
- Created: 2020-03-26T20:57:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T20:58:54.000Z (about 5 years ago)
- Last Synced: 2024-12-30T15:39:15.835Z (5 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
___
1) >Set `$GARRYSMOD_DIR` and `$GMAD_BASEDIR` in `common.ps1`.
2) >Open a powershell terminal and cd into directory.
3) >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.