alphazolam / RE_RSZ

010 Editor Binary Template for editing RE Engine game files
MIT License
87 stars 26 forks source link

RE_RSZ

010 Editor Binary Template for editing RE Engine game files contiaining "RSZ" data. Uses a DLL and large JSON files to know how to parse the structures of each game.

Supported Games:

Installation / Usage

  1. Download via "Code -> Download as ZIP"
  2. Extract all to the same folder
  3. In 010 Editor, Templates -> View Installed Templates
  4. Install the bt file
  5. Make sure that the file you are attempting to run the template on includes the game's name in its path
  6. Open any SCN, PFB, USER, RCOL, FSMV2, MOTFSM, or BHVT file with 010

Credits

Research

For information on how the dumps were made, refer to REFramework.

The RSZ Parser uses a DLL made by Darkness to quickly get the correct data from the JSON dumps. You can find the source code for that at https://github.com/amir-120/RSZParser