- Dec 6, 2016
- 417
- 652
If I'm not mistaken you put that file in the /game folder of Summertime Saga and then the gallery should be unlocked.i couldn't find any of that in the save editor?
EDIT: Nvm i found this "
Open console (Shift + O) and type the following:
Code:
i = persistent.cookie_jar
for k in i.keys():
if i[k]['unlocked'] == False:
i[k]['unlocked'] = True
for sk in i[k]['gallery'].keys():
if i[k]['gallery'][sk] == False:
i[k]['gallery'][sk] = True
"
I can't figure out how to open console, i set config.console= True and saved and it still won't open with (shift+O or `)