Skip to content

A command-line tool for extracting Garry's Mod addons and archives, supporting .gma, .bin.

License

Notifications You must be signed in to change notification settings

VermeilChan/VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vermeil's Addon Extractor (VAE)

VAE is a command-line tool for users of Garry's Mod who need to extract content from addon files. This utility supports both modern .gma addons and legacy .bin addons, making it an essential tool for players who download addons from sources such as SteamCMD, third-party programs, websites, or for those using cracked versions of the game.

Features

  • 🖥️ Cross-Platform: Works on Windows, macOS, and Linux.
  • 📦 Addon Extraction: Extract both modern .gma and legacy .bin addon formats.
  • 🔄 Archive Extraction: Supports archive formats (.zip, .rar, .7z, .tar).
  • ⚡ Multithreading: Utilizes concurrent processing to speed up extraction.
  • 🛠️ Easy to Use: A simple command-line interface.
  • 🔄 GWTool Replacement: VAE is a drop-in replacement for GWTool. (I think)

Requirements

Operating System Supported Versions Architecture
Windows 11, 10, 8.1, 8 64-bit (x86-64)
Linux Debian 12, Ubuntu 20.04, Fedora 38, Arch Linux, OpenSUSE 64-bit (x86-64)
macOS macOS 15, 14, 13, 12, 11, 10.15 64-bit (x86-64)
  • RAM Usage: 20MB
  • Disk Space: 25MB

Installation

To install VAE, download the latest release.

  • Windows: VAE-2.x.x-Windows-x64.7z
  • Linux: VAE-2.x.x-Linux-x64.tar.xz
  • macOS: VAE-2.x.x-macOS-x64.zip

Usage

Step 1: Extract the Downloaded Archive

  1. Extract the contents of VAE.
  2. Copy the extracted content to the directory where your addons are located. For example:
    • SteamCMD Path: path-to-steamcmd/steamapps/workshop/content/4000
    • 3rd Party Websites/Programs: Place VAE in the directory containing your archives or folders. VAE will scan the current directory and any subdirectories.

Step 2: Run the Program

Upon launching the program, you will be presented with two options:

Option 1: Extract Addons

  • This option scans the current directory and subdirectories for .gma and .bin files and extracts them using fastgmad.
    • Navigate to the Extracted-Addons folder, and copy the folders to your Garry's Mod directory. Enjoy your addons!

Option 2: Extract Archives

  • This option scans the current directory for archive files (e.g., .zip, .rar, .7z, .tar) and extracts them.

  • If you want to free up some space, you can remove the Leftover folder, which contains the .gma and .bin and archives.

Building VAE

Please refer to the build instructions for details on building VAE from source.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss changes.

License

This project is licensed under the GNU General Public License v3.0.

Credits

  • Adamizo: The dumbest person I know. (the main reason why this program exist in first place)
  • PyInstaller: For creating standalone executables.
  • Py7zr: For 7z file extraction.
  • RarFile: For rar file extraction.
  • FastGMAD: Fast reimplementation of gmad.
  • 7zip: For extracting .bin files.

About

A command-line tool for extracting Garry's Mod addons and archives, supporting .gma, .bin.

Resources

License

Stars

Watchers

Forks

Languages