XP3
From Just Solve the File Format Problem
(Difference between revisions)
(identification, source link) |
(Update page to describe that it is used as one of many archiving formats used in visual novels. Add references and more links.) |
||
Line 4: | Line 4: | ||
}} | }} | ||
− | '''XP3''' is an archiving format used in the [[KiriKiri Adventure Game System]], a Japanese interactive fiction engine. Information about it in English | + | '''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.<ref>[https://morkt.github.io/GARbro/supported.html GARbro - supported formats - GitHub]</ref> Information about it in English might be hard to find. |
== Identification == | == Identification == | ||
Line 10: | Line 10: | ||
== Links == | == Links == | ||
+ | * [https://github.com/crskycode/GARbro crskycode's fork of GARbro] - could be used as one possible way to extract data.<ref>[https://forums.fuwanovel.moe/topic/26621-atri-my-dear-moments-data-extraction#elComment_539200 ATRI: My Dear Moments Data Extraction - Voluntary Tech Support - Fuwanovel Forums]</ref> | ||
* [http://www.insani.org/tools/ Some related tools] | * [http://www.insani.org/tools/ Some related tools] | ||
+ | * [https://forums.fuwanovel.net/topic/4887-data-extraction-thread/ Script Extraction Thread - Fuwanovel Forums] | ||
+ | * [https://web.archive.org/web/20150619053444/http://forums.fuwanovel.net:80/topic/4887-data-extraction-thread/ Data Extraction Thread - Internet Archive copy of Fuwanovel Forums thread] | ||
* [https://github.com/awaken1ng/krkr-xp3/blob/master/structs/constants.py Signature definition in Python] | * [https://github.com/awaken1ng/krkr-xp3/blob/master/structs/constants.py Signature definition in Python] | ||
+ | |||
+ | == References == | ||
+ | <references/> |
Revision as of 10:06, 2 August 2025
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