Hi guys, I'm trying to get the files for the game but it seems that the PC port is not supported by quanticdream.bms or is not updated yet for the PC port. I get this error:
The game doesn't have IDM file instead it has IDX file so I'm guessing that they changed a couple of things there. I'm adding the IDX file and also another file in there since there is a chance that it is also used by the engine. Can anyone look into it to update the script or create a new one just for the game? I would really appreciate it.
Thanks. Yea I saw it but as far as I know its only for audio/video/3d stuff not for the text that I am looking for. The script is working at least now. Its extracting some files but as you said they are compressed. It is something at least. If there is something that I can do to help out like checking the files and posting like the code or picture I'm glad to help out.
Yeah sure, when the compression fails quickbms will give you 3 information: OFFSET, ZSIZE and SIZE. I need the data located at that offset so you can dump it with a hex editor or with a script like the following:
math OFFSET = ??? math ZSIZE = ??? log "dump.dat" OFFSET ZSIZE
And I also need to know what is the value of SIZE. Be sure to dump the data from the right BigFile_PC.d** file, quickbms tells you when it opens a file.
Not sure if I am doing something wrong but the file that I get after I use that code with quickbms is this one. I used offset and input size from this error message:
I get another kind of error message now. This time the only file in the folder is an empty one. Should I use the same method to upload another dump file with the error message instead?
I updated the script but I don't know if something changes. For sure you are no longer seeing the error because I replaced zlib/deflate with unzip_dynamic (not sure if it's a good choice but it's all automatic)
Awesome. Now there are no more errors. I was a bit concerned in the beginning because the script was unpacking thousands of files but then I noticed that its unpacking all .d** files. Now just to figure out which files contain the text. I guess I will ask in the topic for the game. Maybe they will be able to help me out. Btw I ended up with 52 gb of files
It seems that either the topic on the other site is dead or no one knows where the text is or how to get it. Anyone here knows how to get the text? After extracting the files I get 3 types of files. First one is .qzi , second is .dat and the third is .com Checked with hex editor and some of the files and as far as I can see the text should be in 1 of the .dat files since I saw somewhere filetext but have no idea where the actual text is. This is the file that am talking about.