Ren’Py RPA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == RPA == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
imported>Ikskoks
Line 33: Line 33:
=== Compatible Programs ===  
=== Compatible Programs ===  


* [https://github.com/DinakiS/renpy-resources-viewer renpy-resources-viewer]
* [https://github.com/Shizmob/rpatool rpatool]
* [https://github.com/madeddy/RpaKit RpaKit]
* [https://github.com/Lattyware/unrpa unrpa]
* [https://github.com/Lattyware/unrpa unrpa]
* [https://github.com/madeddy/UnRen2 UnRen2]
<br/><br>
<br/><br>



Revision as of 23:25, 22 December 2021

Back to index | Edit this page

RPA

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : RPA-3.0


Format Specifications

//header
8 bytes (char) - signature // "RPA-3.0 "

// TODO

MultiEx BMS Script

Not written yet.

Notes and Comments

  • This file format occurs in games made on Ren’Py Engine.

Games

List of games using this file format:

  • Doki Doki Literature Club!
  • many more...

Compatible Programs