RGDReader 1.0.1

dotnet add package RGDReader --version 1.0.1
                    
NuGet\Install-Package RGDReader -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RGDReader" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RGDReader" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="RGDReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RGDReader --version 1.0.1
                    
#r "nuget: RGDReader, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RGDReader&version=1.0.1
                    
Install RGDReader as a Cake Addin
#tool nuget:?package=RGDReader&version=1.0.1
                    
Install RGDReader as a Cake Tool

RGD Reader

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.

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.

alternate text is missing from this package README image

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
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 367 11/23/2021
1.0.0 316 11/19/2021
0.0.1 322 11/23/2021