Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Shadow Hearts Pkb game archive

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
S0UZ
advanced
Posts: 40
Joined: Tue Apr 05, 2011 11:46 am
Has thanked: 7 times
Been thanked: 1 time

Shadow Hearts Pkb game archive

Post by S0UZ »

The contents of this post was deleted because of possible forum rules violation.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Shadow Hearts Pkb game archive

Post by chrrox »

this will extract the models pkb files.
quickbms script

Code: Select all

get name1 basename
for i
set name name1
string name + _
string name + i
string name + .
savepos offset
get type long
get size long
string name + pack
log name offset size
math offset + size
goto offset
padding 0x800
next i
S0UZ
advanced
Posts: 40
Joined: Tue Apr 05, 2011 11:46 am
Has thanked: 7 times
Been thanked: 1 time

Re: Shadow Hearts Pkb game archive

Post by S0UZ »

Thank you but i get many dff file but still can't open it, already used Zmodeler but don't know why can't see anything, and how about TEXTURE.PKB? Still use same scrip?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Shadow Hearts Pkb game archive

Post by chrrox »

Mr adults has added support for shadow hearts 1 to noesis.
http://oasis.xentax.com/index.php?content=downloads
Image
S0UZ
advanced
Posts: 40
Joined: Tue Apr 05, 2011 11:46 am
Has thanked: 7 times
Been thanked: 1 time

Re: Shadow Hearts Pkb game archive

Post by S0UZ »

Thanks for reply but may be i'm noob or something, cause still can open it :[ , can't open .pkb file and .diff too, and i see they're not in support list.
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Shadow Hearts Pkb game archive

Post by MrAdults »

You need to use chrrox's bms script to extract .pack files from models.pkb. Noesis opens the .pack files and not the .dff directly. (since the pack files contain dff and anm, it reads both) Also keep in mind that you need Noesis 3.14 to open those .pack files.
S0UZ
advanced
Posts: 40
Joined: Tue Apr 05, 2011 11:46 am
Has thanked: 7 times
Been thanked: 1 time

Re: Shadow Hearts Pkb game archive

Post by S0UZ »

Plz mr Chrrox can you give me your script? Thank you.
Post Reply