RGLExtractor

command module
v0.0.0-...-728a785 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2025 License: MIT Imports: 13 Imported by: 0

README

RGL Extractor

Release

A tool for extracting content from Rockstar Games Launcher's (RGL) RAGE Packfiles (currently just Launcher.rpf). RGL uses RPF7 (like GTA V) but with a different AES encryption key. The key is not included, but the tool can automatically locate it in Launcher.exe.

This tool is intended for educational purposes only.

How to use

  • Download the latest release.
  • Unzip RGLExtractor.exe
  • Run the tool with the required arguments. For example: .\RGLExtractor.exe --rgl "C:\Program Files\Rockstar Games\Launcher" --out "C:\Launcher_rpf"

Building

Download and install Go (1.21+) toolchain.

# Clone and build.
git clone "https://github.com/Disquse/RGLExtractor"
cd RGLExtractor
go build

# Extract Launcher's RPF content.
.\RGLExtractor.exe --rgl "C:\Program Files\Rockstar Games\Launcher" --out "C:\Launcher_rpf"
# Decrypt title.rgl files (recursively).
.\RGLExtractor.exe --titles "C:\Launcher_rpf" --out "C:\titles_rgl"

Thanks

License

MIT.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL