- Aug 21, 2016
- 35
- 112
If you want to unlock the Gallery use unren on the game, then look for in SexNote-0.14.0f-pc\game\code\Mechanics\Interface.rpy
On line 1825 it has some code that you can change - add the "$ persistent.unlock_gal01401 = True" line under the else (as below)
Then load the game and press the Unlock Gallery button in Gallery
On line 1825 it has some code that you can change - add the "$ persistent.unlock_gal01401 = True" line under the else (as below)
Code:
label checkGallery:
if codeGall == e:
$ persistent.unlock_gal01401 = True
call screen patreonButtomGallery
else:
$ persistent.unlock_gal01401 = True
call screen patreonButtomGallery