XP3
From Just Solve the File Format Problem
(Difference between revisions)
(Add Samples.) |
m (→Sample files: Renamed section to "Sample files", changed table layout to a more legible variant.) |
||
Line 9: | Line 9: | ||
Files start with ASCII {{magic|XP3}}, followed by the Windows line break bytes {{magic|0x0D 0x0A}} and the 6 bytes {{magic|0x20 0x0A 0x1A 0x8B 0x67 0x01}}. | Files start with ASCII {{magic|XP3}}, followed by the Windows line break bytes {{magic|0x0D 0x0A}} and the 6 bytes {{magic|0x20 0x0A 0x1A 0x8B 0x67 0x01}}. | ||
− | == | + | == Sample files == |
See also: [https://discmaster.textfiles.com/search?extension=xp3 Files with XP3 - Discmaster] | See also: [https://discmaster.textfiles.com/search?extension=xp3 Files with XP3 - Discmaster] | ||
− | {| | + | {| border="1" align="center" style="text-align:center;" cellpadding="6" |
! Filename | ! Filename | ||
! View | ! View |
Revision as of 08:35, 13 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.
Contents |
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
.
Sample files
See also: Files with XP3 - Discmaster
Filename | View | Download |
---|---|---|
bgimage.xp3 | View | Download |
bgm.xp3 | View | Download |
data.xp3 | View | Download |
data.xp3 | View | Download |
fgimage.xp3 | View | Download |
image.xp3 | View | Download |
others.xp3 | View | Download |
patch.xp3 | View | Download |
patch2.xp3 | View | Download |
patch3.xp3 | View | Download |
patch4.xp3 | View | Download |
rule.xp3 | View | Download |
scenario.xp3 | View | Download |
sound.xp3 | View | Download |
system.xp3 | View | Download |
bgm.xp3 | View | Download |
image.xp3 | View | Download |
patch.xp3 | View | Download |
scenario.xp3 | View | Download |
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