Delirious17 wrote: ↑Tue Mar 19, 2019 3:16 pm
so I have my blade runner cds but I am wondering do I need to rename certain files a certain way to get scummvm to recognize the game?
Hello. Is this the English version or another localization of the game?
Basically, I think what would suffice is:
1. Create a folder to be the game's directory on your HDD (eg. "C:\Westwood\BladeRunner\", if running Windows) and copy the files listed below from the game CDs into that folder. Everything should be copied in there flat, regardless of the subfolder they are located on the CDs.
Code: Select all
File | From Folder | Found at
--------------------------------------------
COREANIM.DAT | /BASE | CD#1
MODE.MIX | /BASE | CD#1
MUSIC.MIX | /BASE | CD#1
SFX.MIX | /BASE | CD#1
SPCHSFX.TLK | /BASE | CD#1
STARTUP.MIX | /BASE | CD#1
1.TLK | /CD1 | CD#1
A.TLK | /CD1 | CD#1 (identical in CD#2, CD#3, CD#4)
OUTTAKE1.MIX | /CD1 | CD#1
VQA1.MIX | /CD1 | CD#1
2.TLK | /CD2 | CD#2
OUTTAKE2.MIX | /CD2 | CD#2
VQA2.MIX | /CD2 | CD#2
3.TLK | /CD3 | CD#3 (identical in CD#4)
OUTTAKE3.MIX | /CD3 | CD#3
VQA3.MIX | /CD3 | CD#3 (identical in CD#4)
OUTTAKE4.MIX | /CD4 | CD#4
2. Then you need to create the HDFRAMES.DAT which should also be copied in the above folder ("C:\Westwood\BladeRunner\").
Edit: Or alternatively you could simply copy the four CDFRAMES.DAT files in your game directory,
renaming them as described here.
If you choose to create the HDFRAMES.DAT file, you will have to download the latest build of ScummVM
tools for your specific Operating System from here:
https://buildbot.scummvm.org/builds.html (Windows builds are at the bottom of the list). Follow the procedure outlined in the ScummVM tools README, which I copy here:
Code: Select all
pack_bladerunner
Used to combine Blade Runner CDFRAMES.DAT files into HDFRAMES.DAT.
1. Copy CDFRAMES.DAT file from CD1 to some directory.
2. Copy CDFRAMES.DAT files from CDs 2,3,4 to the same directory
but name them CDFRAMES2.DAT, CDFRAMES3.DAT, CDFRAMES4.DAT respectively.
3. Run the tool:
./scummvm-tools-cli --tool pack_bladerunner [-o outputfile] <inputdir>/CDFRAMES.DAT
4. Copy the resulting HDFRAMES.DAT file to the game directory.
3. Finally, get the latest ScummVM stable daily build from that same ScummVM web page for you OS, run it, then Add the Game (with "Add Game...") and launch it with "Start" .
https://buildbot.scummvm.org/builds.html
4. For subtitles, you can find the latest (March 21st!) resource file (SUBTITLES.MIX in a zip file) here:
https://drive.google.com/open?id=18Br40 ... tLvhg8oCH6
You would have to extract that zip file into the game directory.
Let us know if the above worked for you, or if you have any further questions.