![]() |
|
|||||||
| 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 07: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 01: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 | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| about D.C.II.P.C. mes file | Unregistered | Technical Issues | 11 | 2009-09-09 20:05 |
| Translating Da Capo mes. file | canikizu | Technical Issues | 3 | 2008-07-20 18:03 |
| ToHeart2 mov.pak file | Unregistered | Technical Issues | 3 | 2008-06-18 05:22 |
| Haruhi PSP file format | koko775 | Technical Issues | 6 | 2008-03-02 11:49 |
| File layout for Kanon | Ashes | Technical Issues | 2 | 2008-01-30 00:00 |