Maddy Posted December 2, 2013 Posted December 2, 2013 Hello! I am new here, but I saw a few similar topics while searching for help and decided to join (being a fan of visual novels yay~), anyway, I need some help. I am trying to extract the files, specifically the cgs, from Princess Nightmare for ps2. The files are in .bin format, and in the data directory. Data.bin, se.bin, data0.bin...there are also .tag files(data.tag) that are significantly smaller and probably don't have what I am looking for... Does anyone know a tool or quickbms script to extract from this Karin Entertainment game? Quote
Yes35 Posted December 2, 2013 Posted December 2, 2013 Try this http://tlwiki.org/images/0/0f/ExtractData_English_v1.20.zip http://tlwiki.org/index.php?title=Tools#ExtractData Quote
Maddy Posted December 2, 2013 Author Posted December 2, 2013 Unfortunately extract data doesn't work at all, and neither does crass or AE. @com: Naw, just testing the waters right now haha. Quote
Nanashi3 Posted December 6, 2013 Posted December 6, 2013 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.ziphttp://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! Maddy 1 Quote
Maddy Posted December 7, 2013 Author Posted December 7, 2013 You, my good woman, are a saint. Thank you so much! Worked like a charm. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.