Dengeki Gakuen RPG - Cross of Venus

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Dazz
beginner
Posts: 21
Joined: Thu Mar 17, 2011 12:10 pm
Location: Peterborough, UK
Has thanked: 3 times
Been thanked: 1 time
Contact:

Dengeki Gakuen RPG - Cross of Venus

Post by Dazz » Sat Mar 24, 2012 2:35 pm

I've had a lot of requests for me to look into ripping from this game, but so far I'm not having much luck. It doesn't use standard formats, so I was hoping somebody here might be able to help me out.

3 example files:
http://www.spriters-resource.com/dazz/btl_ch_syana.pack
http://www.spriters-resource.com/dazz/btl_ch_hero.pack
http://www.spriters-resource.com/dazz/b ... okuro.pack

They seem pretty simple, with the file names appearing at the start of the archive name, but I'm not sure about anything beyond that... Because I'm a bit of a noob.

Could anyone help me out?

finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 300 times

Re: Dengeki Gakuen RPG - Cross of Venus

Post by finale00 » Sat Mar 24, 2012 5:20 pm

Hmm, why does it look like the data is stored in both big and small endian?

The first three integers are just

Code: Select all

#big endian
int32 null
int32 numFiles
int32 dataOffset
But then the file entries...look like they're little endian?

Code: Select all

int16 len
char[len] filename
#14 bytes
Maybe I'm not looking at it right...

Dazz
beginner
Posts: 21
Joined: Thu Mar 17, 2011 12:10 pm
Location: Peterborough, UK
Has thanked: 3 times
Been thanked: 1 time
Contact:

Re: Dengeki Gakuen RPG - Cross of Venus

Post by Dazz » Tue Mar 27, 2012 2:59 pm

Is that not a viable possibility? Or is it just something that hasn't really been seen before?

finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 300 times

Re: Dengeki Gakuen RPG - Cross of Venus

Post by finale00 » Tue Mar 27, 2012 5:22 pm

I guess it is possible, but I don't know why people would do it...

Post Reply