
Hello guys, ok I come this time for see if somebody can give a hand with this game, the files are stored into DAT0, so well maybe somebody can take a look into files? many thanks for all.
http://puu.sh/ch4YG/1f64091fa1.7z
Code: Select all
BYTE ID -> SqPack
goto 0x40C
DWORD dwTableSize; // for get count files -> FILES = dwTableSize / 16
goto 0x800
for i = 0 < FILES
DWORD dwNameHash;
DWORD dwFolderHash;
DWORD dwOffset;
DWORD dwNull;
next i
Code: Select all
DWORD dwHeaderSize;
DWORD dwUnknown1;
DWORD dwFileSize;
DWORD dwUnknown2;
DWORD dwUnknown3;
DWORD dwTotalChunks;
Code: Select all
DWORD dwOffset; //from cur_pos
WORD wChunkZSize;
WORD wChunkSize;
Code: Select all
DWORD dwUnknown1;
DWORD dwUnknown2;
DWORD dwZSize;
DWORD dwSize;
aluigi wrote:Finally we have a possible new thread for the Market section
so you mean the only way to dump file names is dumping it playing game?Ekey wrote:Index don't contain names, only hashes.
CriticalError wrote:so you mean the only way to dump file names is dumping it playing game?Ekey wrote:Index don't contain names, only hashes.
is not the way to dump it, what we mean is dump info from client with a tool for got hashes, no rip the data like 3d, textures.dantesai wrote:CriticalError wrote:so you mean the only way to dump file names is dumping it playing game?Ekey wrote:Index don't contain names, only hashes.
the game can dump in palying game? i used dxripper and ninjaripper try to dump it in playing,but failed
it only have to load from path of game but it won't load nothing? I need unpack something? because I try search for some tool and no lucky to unpack, FF have 2 folders in main one, client and data, in client we have other folders like characters,etc and in data there are files where stored .dat files, so what is necessary do to get models?