gemot encubed  

Go Back   gemot encubed > Gemot > Production & Help

Production & Help For discussions regarding production aspects, especially localisation, of visual novels and related games.

Reply
 
Thread Tools Display Modes
  #1  
Old 2013-01-01, 09:37
Unregistered
Guest
 
Posts: n/a
Default Unpacked and decrypted KIRIKIRI's xp3 file but still running into problems

Standard tools didn't work so I had to sit on this for a day or two but eventually managed to extract files finally. Problem is that while files like *.ogg, *.wav are ok - extracted *.ks and *.tjs aren't. Well, not all of them.

So again I did some work and noticed that first five (:D) bytes in some tjs are the same excluding startup.tjs with another type of header and small number of unencrypted ones.

My question is - how do I approach this?

I've prepared some sample files for you to view.
http://www.speedyshare.com/JEHBY/doh.zip
Reply With Quote
  #2  
Old 2013-01-02, 22:44
some_loli_catgirl's Avatar
some_loli_catgirl some_loli_catgirl is offline
Member
 
Join Date: Dec 2012
Posts: 25
Default

You can find the files inside of RAM if you use a memory editor, but there's got to be a better way to get the files out.
Reply With Quote
  #3  
Old 2013-01-08, 17:58
d_fallen_god's Avatar
d_fallen_god d_fallen_god is offline
Regular
 
Join Date: Jun 2010
Location: In Galgame World
Posts: 63
Send a message via AIM to d_fallen_god Send a message via MSN to d_fallen_god Send a message via Yahoo to d_fallen_god
Default

one thing I can advice you to use xp3dumper...you can find it on hongfire
Reply With Quote
  #4  
Old 2013-01-08, 19:04
Unregistered
Guest
 
Posts: n/a
Default

replace the first 5 bytes with FF FE
then swap every 2 BIT
Reply With Quote
  #5  
Old 2013-01-09, 03:02
Unregistered
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Unregistered View Post
then swap every 2 BIT
This can be done with:
byte e = readByte();
e = ((e&1)<<1)|((e&2)>>1)|((e&4)<<1)|((e&8)>>1)|((e&16)<<1)|((e&32)>>1)|((e&64)<<1)|((e&128)>>1);
Reply With Quote
  #6  
Old 2013-01-13, 23:00
Unregistered
Guest
 
Posts: n/a
Default

Oh, someone actually replied.
I figured out a method already and wrote a tool for this. Shame that I didn't check this thread beforehand but still - thank you for you time.
Reply With Quote
  #7  
Old 2013-02-01, 15:51
Niokun's Avatar
Niokun Niokun is offline
Member
 
Join Date: Jan 2012
Posts: 16
Send a message via Skype™ to Niokun
Default

I'm actually having problems with this format too. I managed to extract the scripts with various softwares (Crass, KiriKiri Tools, etc.), but all of them come with some horrible gibberish .ks text that isn't even in japanese, although command lines remain in english... and I don't know what to do now since even xp3dumper results in these text files too... help?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help repacking decrypted .xp3 + information for an aspiring vn hacker would be nice KoolKidsK Production & Help 0 2013-03-23 08:48
KiriKiri and patch.xp3 qazmlpok Production & Help 14 2010-05-31 11:08
Problems Extracting Data.xp3 of Swansong myark Technical Issues 4 2010-02-08 12:29
XP3 file help swiftnissity Production & Help 5 2009-12-09 03:21
Kirikiri XP3 tools revised ChocoEd al|together 0 2006-07-08 22:25


All times are GMT -8. The time now is 20:32.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2023, vBulletin Solutions, Inc.