after the stupid mini game you fail at end you need recording device?
wtf?
why cant you have a skip button?
You can resort to
Universal Ren'Py Mod / URM
https://f95zone.to/threads/universal-renpy-mod-urm-2-4-2-mod-any-renpy-game-yourself.48025/
to find and edit the variable of the
recording device that quotes that warning message where it warns to repeat the mini-game:
"You should have picked a
recording device when you had the chance..."
where to not have to repeat that minigame, you have to go back with rollback (PageUp) to save the game a few screens back where the URM warns "
Path detected", press on that URM warning to see if it shows what condition must be met to enable or not to continue with that path, where it indicates:
Active path
1 >
False > Condition >
has_audio_recorder
open the URM by pressing the
ALT+M keys, search in
Search in
variable names of the URM if there is a variable called
has_audio_recorder, edit it by selecting
True instead of
False, close the URM window, go back to the game and check if the condition of that path has changed:
Active path
1 >
True > Condition >
has_audio_recorder
and advance the game to check if the message appears warning that the mini-game must be repeated because the recording device (has_audio_recorder = True) was not collected before.