lght571

Newbie
Jan 5, 2020
75
34
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
You don't have permission to view the spoiler content. Log in or register now.
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.
How can I open it?
 

CAT0X0

Active Member
Jul 26, 2019
743
4,119
How can I open it?
Download the URM, copy the 0x52_URM.rpa inside the game folder, open the URM by pressing the ALT+M keys, and you have the detail with the steps and also the screenshots in that post that you quoted.
 
May 22, 2022
21
18
So if you're playing via JoiPlay and have an error like

TypeError: 'filter' object is not subscriptable

you need to download different JoiPlay Ren'Py plugin
7.7.1 version to be exact
 
1.80 star(s) 8 Votes