Jump to content

Maddy

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Maddy reacted to Nanashi3 in Extracting Ps2 Game Help   
    Hello @Maddy
     
    Here are a couple of scripts to pull data out of DATA.BIN.
    I have no idea how DATA0.BIN is referenced.
     
    1. Download and extract this archive on your PC: princess_nightmare_quickbms_scripts-2013-12-07.zip
    http://www.embedupload.com/?d=6UYFCBQODC
    2. Download QuickBMS.zip from http://aluigi.altervista.org/quickbms.htm and extract it to the same folder.
    3. Open a Command Prompt and cd to the extract dir
    4. Enter the following command (replace H: with the letter of your DVD-ROM drive):
    quickbms.exe _princess_nightmare_extract_tag.bms H:\DATA\DATA.TAG  
    Result:
    Script files are *.AS which is plain text *.PRS are compressed data, typically expanding into either *.TM2 (TIM2 playstation image) or *.TEX (collection of TIM2 images).
    You may extract a .PRS file using the second bundled bms script e.g.
    quickbms.exe _princess_nightmare_prs_unpacking.bms CHR041.PRS I haven't tried to differentiate output here (out of laziness), you will obtain "CHR041.PRS.unpacked" which should actually be renamed as "CHR041.TM2" Use the _convert_tm2.cmd batchfile to convert .TM2 files into pngs. It relies on the official GimConv tool for this and you may repack the other way with this same tool and an adequate set of commandline switches. Have fun!
×
×
  • Create New...