![]() |
|
Production & Help For discussions regarding production aspects, especially localisation, of visual novels and related games. |
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hey,
Using AnimeED I was able to extract the files from 'Kimi no Naka no Palladium' by 'Chat Errant'. The files are originally in .xp3 format. Everything extracts properly but the scenario files, which come up in...well random text really. =/ I attached one as an example, perhaps someone can help me? |
#2
|
|||
|
|||
![]()
Hoho, unfortunately, it seems the scripts are encrypted... ^^' AnimED do not support XP3's unpacked data decryption. That's not the fault of unpacker algorithm, since it only extracts the zlib-compressed data and makes no integrity check.
EDIT: Gotcha! It uses floating XOR key. In your sample file, the first 713 bytes xored by 0xAC, then it changes... hmm... it seems that each XP3's internal file chunk is encrypted separately... which means... you need another special unpacker+decrypter, like CRASS. The recognizable part of the script for reference:
Spoiler
Last edited by dsp2003; 2009-12-08 at 08:34. |
#3
|
|||
|
|||
![]()
http://tsukuru.info/tlwiki/index.php...e:Kikiriki.rar
Try that one, extract the files in the game folder and run it from there in the cmd. |
#4
|
|||
|
|||
![]()
Tested with the Kikiriki tools and Crass
they both have the exact same results as what I had before =/ If i'm understanding dsp2003 right though, pretty much it needs a special tool to decrypt the file. Thanks for the help so far :) |
#5
|
|||
|
|||
![]()
The "encryption" on that particular file is extremely simple. Bytes 0x0000-0x02C8 are XORed with 0xAC (which dsp2003 already noticed) and the remaining bytes are XORed with 0xDD.
Last edited by kingshriek; 2009-12-09 at 02:35. |
#6
|
|||
|
|||
![]()
How would I go about removing the XOR encryption? I'm still new at this...
I looked up for programs and all I could find were scripts for Python which I have, but I'm not that good with. I found online websites that can do it ( I think ), but they can't display Japanese text which makes the end result not viewable. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Weird Graphical Errors in XP3 File for Fate/Stay Night | Soul Reaver | Production & Help | 1 | 2013-05-19 18:25 |
Help repacking decrypted .xp3 + information for an aspiring vn hacker would be nice | KoolKidsK | Production & Help | 0 | 2013-03-23 08:48 |
Unpacked and decrypted KIRIKIRI's xp3 file but still running into problems | Unregistered | Production & Help | 6 | 2013-02-01 15:51 |
Help repacking encrypted .xp3 and making patch.xp3 | Slash | Production & Help | 5 | 2011-07-25 01:49 |
Xp3 tools. Help! | IxIoN | Production & Help | 11 | 2010-01-26 11:29 |