Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
/ RGDReader Public archive

C# library, command line interface too and graphical user interface for reading Age of Empire 4 files such as rgd and rrtex

License

Notifications You must be signed in to change notification settings

RobinKa/RGDReader

Repository files navigation

RGD Reader

This project was a proof of concept and is now being superseded by AOEMods.Essence which should be used instead.

This project provides a library, a command line interface too and a graphical user interface for reading Age of Empire 4 Relic Chunky archives such as .rgd and .rrtex.

Join the AOE4 modding discord for information sharing and discussions: https://discord.gg/h8FX9Uq3vG

Made with C# and .NET 6. The GUI is made with WPF.

The project is mostly in a proof of concept stage right now. It can read all RGD files of AOE4 that I tried. However there are no tests yet and the code is messy.

View RGD data files

Convert RRTex textures

Download

See Releases page for downloads.

Requires .NET 6 runtime:

The library is also available on nuget.

Projects

  • RGDReader: Library for reading Relic Chunky archives such as .rgd, .rrtex
  • RGDReaderCLI: Command line interface for reading RGD files, usage: RGDReaderCLI <rgd path>
  • RGDViewer: Graphical user interface for reading RGD files, files can be dragged on the window to view them. Also accepts the rgd path as first command line parameter.
  • RGDJSONConverter: Converts all rgd files in a folder to json, usage: RGDJsonConverter <input folder> <output folder>
  • ChunkyHeaderReaderCLI: Writes out which chunks a relic chunky archive contains
  • RRTexConverter: Converts all rrtex files in a folder to png, usage: RRTexConverter <input folder> <output folder

About

C# library, command line interface too and graphical user interface for reading Age of Empire 4 files such as rgd and rrtex

Topics

Resources

License

Stars

Watchers

Forks

Languages