Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "REVELATION"

From Creatures Wiki
Jump to navigation Jump to search
m
(Add to PRAY decompilers list.)
 
Line 16: Line 16:
 
*[[Pray Builder|Pray Builder compiler]]
 
*[[Pray Builder|Pray Builder compiler]]
 
[[Category: Unofficial C3/DS Tools]]
 
[[Category: Unofficial C3/DS Tools]]
 +
[[Category:PRAY Decompilers]]

Latest revision as of 21:58, 9 November 2022

REVELATION is a program developed by uecasm to decompress and parse (i.e. decompile) PRAY files. This makes it useful for such purposes as retrieving the component parts (including CAOS source and embedded images) of .agent/.agents files.

The tool is available from Mirality Systems. It runs on both Windows and Linux/x86 (unmaintained at present), but is closed-source.

To run Revelation:

  1. Place revelation.exe in the same folder as the .agent file
  2. Open a DOS Command Prompt from the Start Menu or a Command Prompt shortcut
  3. Move to the folder where the files are located using the cd change directory command
    For example: cd C:\Program Files\Docking Station\New Folder\
  4. Run Revelation using the command: revelation filename.agent
  5. All the files will then extract into the folder along with the .ps PRAY source file

Did you know? REVELATION stands for Reads Each Virtual Electronic Life Agent, Translating Into Original Notation

Related Links[edit]