/Resource-Manager

Utility for viewing, creating and extracting files from Age of Empires III .BAR archive

Primary LanguageC#MIT LicenseMIT

ViewCount GitHub stars GitHub forks GitHub issues GitHub license


Logo

Resource Manager

Utility for viewing, comparing, creating and extracting files from Age of Empires III .BAR archive

Download Portable (.zip archive)

Table of Contents

How to Use

  1. Download application from the link above.
  2. Unpack .zip and run Resource Manager.exe.
  3. Application requires .NET Core. If you haven't installed it yet, you can download it from the direct link: .NET Core Runtime.

About The Project

I would like to present to you a program for viewing, comparing, creating and extracting files from BAR archives of the Age of Empires 3: Definitive Edition (also supports AoE3 2007). This tool replaces the AoE3Ed Viewer developed by Ykkrosh, which does not work for the Definitive Edition. The updated version includes all (x) functions that were in AoE3Ed Viewer, as well as new features:

Preview:

  • Syntax highlighting in previewing text files (xml, xs).
  • Search in preview in text files (CTRL + F).
  • Ability to scale images in preview.

Entries table:

  • Grouping files by their format (optional).
  • Sort by name, size, creation date.
  • Search in the BAR archive.
  • Calculation of CRC (optional).
  • Create BAR archive from files and folders.
  • The size of the selected entries.

Conversion:

  • Converting XML <-> XMB (both 2007 and DE).
  • Converting DDT -> PNG.

Extract:

  • Extract all files.
  • Extract selected files.

Other:

  • Comparison of BAR archives.

(x) Currently the application does not include the following features:

  • Converting DDT <-> TGA (it is recommended to use Photoshop Plugin by kangcliff).
  • Preview and correct unpacking of sound files (files are encrypted, I will be grateful to the developers if they give more detailed information on this).

Screenshots

License

Distributed under the MIT License. See LICENSE for more information.

Contact

VladTheJunior - Discord: VladTheJunior#1244 - VladTheJunior@gmail.com

Project Link: https://github.com/VladTheJunior/Resource-Manager

Acknowledgements