Changes between Initial Version and Version 1 of Ticket #11306, comment 4


Ignore:
Timestamp:
02/27/20 18:52:01 (4 years ago)
Author:
antoniou79

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11306, comment 4

    initial v1  
    1 I've pushed a new commit which adds a new engine option to "Disable McCoy's quick stamina drain". This is disabled by default.
    2 It can be enabled, if the player wants the original behavior (which was actually caused by a bug), whereby McCoy can run fast for as long as he wants (until he is stopped or starts walking) without slowing down as soon as the player stops clicking the mouse.
     1I've pushed a new commit which adds a new engine option to "Disable McCoy's quick stamina drain".
     2
     3This is disabled by default.
     4
     5It can be enabled, to get the original behavior (which was actually caused by a bug), whereby McCoy can run fast for as long as he wants (until he is stopped or starts walking) without slowing down as soon as the player stops clicking the mouse.
     6
     7Relevant Commit:
    38https://github.com/scummvm/scummvm/commit/11adaa4f3db382451e3a87bc584d722487b41465
    49
    5 To see the new engine option, under the Engine tab (Edit Game... mode), you should use a ScummVM build (after this commit) and either re-add the game in ScummVM or add the "disable_stamina_drain=false" key-value pair in their ScummVM config file (eg. scummvm.ini) under the appropriate section for the Blade Runner game.
     10To see the new engine option, under the Engine tab (Edit Game... mode), you should use a ScummVM build (after this commit) and:
     11- either re-add the game in ScummVM
     12- or add the "disable_stamina_drain=false" key-value pair in their ScummVM config file (eg. scummvm.ini) under the appropriate section for the Blade Runner game and also make sure that the guioptions key in the same section contains the gameOption5 value (space separated from the rest)
    613
    714If there's no more feedback for this issue by the ticket creator, I intend to close the ticket (as fixed) during the weekend.