Download and extract the latest version of the application from the Releases page.
Ensure you have the necessary prerequisites to develop .NET 8.0 applications on your machine.
Compiling the application is as simple as opening the project within your IDE of choice (Such as Rider or Visual Studio 2022), or by running dotnet build
.
NOTE: This may not be entirely comprehensive. Run "help" for a full list of commands within the application.
- Imports information and data from a specified platform's binary resource into a standardized text-based JSON format.
- Exports a specified JSON text-based resource to a specified platform's binary resource file.
- Ports texture data from the specified source platform's binary format directly to the specified destination platform's format.
- Imports entries from files containing a ResourceStringTable into the ResourceDB.
- Runs automatic tests to ensure the application is working.
- When provided a path & format, will import, export, then reimport specified file to ensure IO parity.