I don't know exactly how I got it to work but this is what I did
I deleted the save file through C:/users/(your usersname)/AppData/roaming/RenPy/SexNote then just delete all that is in this folder
then I started a new game with the most recent content added
then I tried this
download unren
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
extract the .bat in the root of the SexNote (the place when you first enter the folder)
open the .bat and then click 1 to extract renpy then close the cmd window
then download notepad++
go to sexnote/game/code/mechanics/interface.rpy
open the file with notepad++
in it click the binoculars and then search for
label checkGallery:
replace the lines with
label checkGallery:
if codeGall == e:
$ persistent.unlock_gal01501 = True
call screen patreonButtomGallery
else:
$ persistent.unlock_gal01501 = True
call screen patreonButtomGallery
https://f95zone.to/threads/sexnote-v0-15-0a-jamliz.31991/page-232#post-6542862
as followed by here except it's gal01501 now
that didn't work but when I typed in the code and suddenly it worked
??????