Chaosslayer

Member
Jun 8, 2018
309
110
If you have 0.29, you can download the update-only version 0.30 (you can find it in a user post on the previous page) and 0.31 or download 0.31 full version and delete version 0.29.
As for twine hacker, I have no idea how to use it. For some reason, the moderators removed the fan-made patch and added the twine hacker.
I'll just download the most recent version on patreon and add the fan patch
 
  • Like
Reactions: Bald Games

popololiki69

New Member
Aug 27, 2023
12
21
Run this in console to unlock gallery:

JavaScript:
for (const key in SugarCube.State.variables)
{
    if(key.contains("scene")) SugarCube.State.variables[key] = true;
}
 

Ryofu888

Member
Jun 3, 2017
284
79
Run this in console to unlock gallery:

JavaScript:
for (const key in SugarCube.State.variables)
{
    if(key.contains("scene")) SugarCube.State.variables[key] = true;
}
I tried doing this in my game but nothing happens. Is there any trick to unlocking the gallery?
 
Last edited:

kickman

Newbie
Mar 2, 2019
41
5
Help. When I try to load an Old Gallery Save it thinks its in Sandbox mode. It gets stuck there and I cant get out or even Look at the gallery.
 
4.10 star(s) 49 Votes