Skip to content

Project for exporting Redguard assets

License

Notifications You must be signed in to change notification settings

RGUnity/redguard-file-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project that can be used for deciphering the files of TESA: Redguard and transforming them into a readable format. Based on Dave Humphreys 3D File Test repository. It is not yet ready to be used as a well designed API library or standalone command line program. Ideally the source code in the "Common" subdirectory can be copied and modified to fit your desired usage.

For basic usage, import the project, install the required library and set the command line arguments to

  • Path to the location you want the parsed output files to be stored (currently, the subfolder structure will need to be created manually and you'll need to make sure to have working writing permissions for your program there)
  • Path to your Redguard installation, i.e. the folder containing the fxart and maps folders (optional, if unused, the program will assume C:\Program Files (x86)\GOG Galaxy\Games\Redguard\Redguard, which is the default for the GOG version of the game)

Basic Features:

  • Export .3D/3DC files to FBX files.
  • Export .ROB files to FBX files.
  • Export TEXBSI.* files to PNG files.
  • Export .WLD files to a readable folder format

Developed On:

  • Windows 10 (Visual Studio 2019)

Libraries Used:

Special Thanks:

  • Dave Humphrey -- [email protected] for doing most of the hard work and deciphering the largest chunk of the mesh and texture data formats

About

Project for exporting Redguard assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C++ 48.6%
  • C 47.1%
  • CSS 3.8%
  • Other 0.5%