Skip to content

A .NET 8.0 WinForms tool to open, view, and extract contents from .rgssad, .rgss2a, and .rgss3a files used in RPG Maker.

License

Notifications You must be signed in to change notification settings

zaw4rud0/rgss-extractor

 
 

Repository files navigation

RGSS Extractor

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.

Installation and Usage

Method 1: Using the Release Build

  1. Navigate to the Releases tab of this repository.
  2. Download the latest .zip file.
  3. Unpack the zip file in a directory of your choice.
  4. Run the RGSS Extractor.exe file to start the tool.

Method 2: Cloning and Running Manually

  1. Clone this repository locally.
  2. Open the project in your preferred IDE that supports .NET 8.0.
  3. Build and run the project manually from the IDE.

Features

  • 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.

Showcase

Credits

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A .NET 8.0 WinForms tool to open, view, and extract contents from .rgssad, .rgss2a, and .rgss3a files used in RPG Maker.

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%