XP3
From Just Solve the File Format Problem
Revision as of 10:06, 2 August 2025 by Anonymoususer852 (Talk | contribs)
XP3 is an archiving format originally used in the KiriKiri Adventure Game System, a Japanese interactive fiction engine. It is also used in other visual novels.[1] Information about it in English might be hard to find.
Identification
Files start with ASCII XP3
, followed by the Windows line break bytes 0x0D 0x0A
and the 6 bytes 0x20 0x0A 0x1A 0x8B 0x67 0x01
.
Links
- crskycode's fork of GARbro - could be used as one possible way to extract data.[2]
- Some related tools
- Script Extraction Thread - Fuwanovel Forums
- Data Extraction Thread - Internet Archive copy of Fuwanovel Forums thread
- Signature definition in Python