Open main menu

Difference between revisions of "Blade Runner"

1,248 bytes added ,  10:45, 24 July 2019
→‎Debugger commands: more commands descriptions added
(→‎Debugger commands: a few updated command descriptions)
(→‎Debugger commands: more commands descriptions added)
Line 343: Line 343:
* actorId - id of actor, 0 - player, list is available here [https://github.com/scummvm/scummvm/blob/master/engines/bladerunner/game_constants.h]
* actorId - id of actor, 0 - player, list is available here [https://github.com/scummvm/scummvm/blob/master/engines/bladerunner/game_constants.h]
* sentenceId - id of the sentence to say, list does not exist but values can be derived from all the scene and actors scripts available here [https://github.com/scummvm/scummvm/tree/master/engines/bladerunner/script]
* sentenceId - id of the sentence to say, list does not exist but values can be derived from all the scene and actors scripts available here [https://github.com/scummvm/scummvm/tree/master/engines/bladerunner/script]
=== subtitle ===
Show a specific sentence as a subtitle. This requires subtitles to be enabled and active (subtitle fonts have to be loaded).
subtitle (<sentenceText>  | info | reset)
Arguments:
* sentenceText - The text to be displayed as a subtitle
* info - Information about the subtitles system (if available)
* reset - Clear the currently displayed subtitle
=== mazeScore ===
Displays the current score for McCoy during the shooting range section. McCoy needs to be in the shooting range.
mazeScore toggle
The command will toggle between "ON" (displaying the maze score) and "OFF" modes.
=== vk ===
Toggle playing the full VK session instead of at most 10 questions in normal gameplay. Also, toggle showing VK statistics for the current session. Usage of this command is only available within a Voigt-Kampff session.
vk (full | stats)
Arguments:
* full - Toggle between a full or normal VK session.
* stats - Toggle displaying statistics of the VK test as subtitles.
=== click ===
Toggle showing mouse info (on mouse click) in the text console. The text console has to be enabled, in order to view the output for this command
click toggle
The command will toggle between "ON" (displaying mouse click info) and "OFF" modes.


=== timer ===
=== timer ===
1,310

edits