Open main menu

Difference between revisions of "ScummVM Tools"

897 bytes added ,  21:56, 20 March 2019
→‎Other Tools: entry for pack_bladerunner
(→‎Extraction Tools: Add extract_cruise_pc tool)
(→‎Other Tools: entry for pack_bladerunner)
Line 458: Line 458:


== Other Tools ==
== Other Tools ==
=== pack_bladerunner ===
Can be used to pack the four CDFRAMES.DAT files from the four Blade Runner CDs into a single HDFRAMES.DAT file that should be copied into the game's directory.
Syntax:
  ./scummvm-tools-cli --tool pack_bladerunner [-o outputfile] <inputdir>/CDFRAMES.DAT
The <inputdir> should contain the CDFRAMES.DAT files from the game CDs, named as ''"CDFRAMES.DAT"'' (as is) from the first CD, and renamed as ''"CDFRAMES2.DAT", "CDFRAMES3.DAT", "CDFRAMES4.DAT"'' from the second, third and fourth CD respectively.
Note that '''an alternative method''', also supported by ScummVM, is to simply copy the CDFRAMES.DAT files from each CD into the game directory; following this approach, the files from the first, second, third and fourth CDs should be renamed as ''CDFRAMES1.DAT, CDFRAMES2.DAT, CDFRAMES3.DAT, CDFRAMES4.DAT'' respectively, in order to be properly detected by ScummVM.


=== create_sjisfnt ===
=== create_sjisfnt ===
1,305

edits