Difference between revisions of "Blade Runner"

Jump to navigation Jump to search
792 bytes added ,  14:51, 4 August 2020
no edit summary
(5 intermediate revisions by the same user not shown)
Line 211: Line 211:
* R4 - supported
* R4 - supported
  dd5c7be1d7fd236013d0e566e4b5532e *STARTUP.MIX
  dd5c7be1d7fd236013d0e566e4b5532e *STARTUP.MIX
== Improvements ==
The ScummVM engine for Blade Runner includes a number of Quality of Life improvements, bug fixes, subtitles support and offers access to a Restored Content mode.
TODO: Provide more details.


== Debugger commands ==
== Debugger commands ==


To open the [[Debugging_ScummVM#Interactive_Engine_Debugging|interactive debugger console]] press CTRL+D
To open the [[Debugging_ScummVM#Interactive_Engine_Debugging|interactive debugger console]] press the key combination that is set for "Open Debugger" in the "Keymaps" tab from ScummVM options (default should be Ctrl+Alt+d).


=== scene ===
=== scene ===
Line 573: Line 578:
| C || Chapter id || an integer value from 1 to 5
| C || Chapter id || an integer value from 1 to 5
|-
|-
| TTT || Set id || a 3-digit value (preceded with zeroes if lower than 100, eg. 004)
| TTT || Set id || a 3-digit value (preceded by zeroes if lower than 100, eg. 004)
|-
|-
| SSS || Scene id || a 3-digit value (preceded with zeroes if lower than 100, eg. 013)
| SSS || Scene id || a 3-digit value (preceded by zeroes if lower than 100, eg. 013)
|}
|}


The[[Blade_Runner#Game_rooms|valid combinations of Chapter, Set and Scene ids as well as the scene names can be found here]]
The [[Blade_Runner#Game_rooms|valid combinations of Chapter, Set and Scene ids as well as the scene names can be found here]].


Therefore, an example of launching ScummVM for Blade Runner (target ''bladerunner-win'' in the example below) for Chapter 1, Set 4, Scene 3 would look like the following:
Therefore, an example of launching ScummVM for Blade Runner (target ''bladerunner-win'' in the example below) for Chapter 1, Set 4, Scene 13 would look like the following:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
./scummvm -d0 -b 1004013 bladerunner-win
./scummvm -d0 -b 1004013 bladerunner-win
</syntaxhighlight>
</syntaxhighlight>
'''Important Notice:''' Direct access to a scene of the game via the above boot parameter method should only be used for testing or debugging purposes. McCoy will spawn in the selected scene with no clues in his KIA, while game flags and variables may have different values than what they would have if the scene was accessed through proper game play. This may lead to unexpected behavior and dead ends. It is not recommended to create save games in this state.


== Game rooms ==
== Game rooms ==
1,310

edits

Navigation menu