YandreTheDrone
Newbie
- Aug 21, 2016
- 38
- 116
- 222
For anyone who wants to unlock all the gallery scenes (that the Dev linked up) in the VR headset, put this code at the beginning of the mybedroom_vrheadset.rpy file.
You will likely have to use UnRen (or similar) to get the files out of the archive and decompile them.
Or put this unlocker.rpy in your game folder (or don't, I'm no expert)
Code:
init python:
for label in renpy.get_all_labels():
renpy.mark_label_seen(label)
You will likely have to use UnRen (or similar) to get the files out of the archive and decompile them.
Or put this unlocker.rpy in your game folder (or don't, I'm no expert)
Last edited: