m0us3r
Active Member
- Nov 28, 2020
- 547
- 1,626
- 308
It's "Accessibility menu". I thought it was called by SHIFT-A, but apparently just "A" is enough to call it. To solve the problem, in the game folder edit the fileThe 'letter spam game' to recall memories after the encounter with the stalker is bugged... example when asked to SPAM A you just get transported to the menu
View attachment 1021820
and you always 'Failed' the mini-game. So will wait for an update, or patch, or appropriate advice on how to resolve the issue.
renpy/common/00keymap.rpy(which means "00keymap.rpy" in subfolders "renpy" > "common").
There is a string (line 45 probably):
Code:
accessibility = [ "K_a" ],
#, to disable it completely:
Code:
#accessibility = [ "K_a" ],
Code:
accessibility = [ "shift_K_a" ],