RPG Maker, a popular game development platform, often handles its game assets in packed file formats like .rgssad
, .rgss2a
, or .rgss3a
. These formats encapsulate various game assets, making them challenging to access and modify.
The RGSS Extractor is a .NET 8.0 WinForms tool that allows users to open these files, view their contents, and extract them whole or individually.
- Navigate to the Releases tab of this repository.
- Download the latest
.zip
file. - Unpack the zip file in a directory of your choice.
- Run the
RGSS Extractor.exe
file to start the tool.
- Clone this repository locally.
- Open the project in your preferred IDE that supports .NET 8.0.
- Build and run the project manually from the IDE.
- Open
.rgssad
,.rgss2a
, and.rgss3a
files. - View the list of contained assets in a user-friendly interface.
- Extract the whole archive or individual assets for further manipulation or use.
This project is a fork of the original repository. All original work and credit go to the owner of that repository. This fork aims to extend and enhance the original tool's functionality while keeping its code clean and up-to-date.
This project is licensed under the MIT License - see the LICENSE file for details.