Superhuman is a 2D adult game developed by WeirdWorld. Here is a save file for you to download, which will help you unlock all the galleries.
Superhuman Full Gallery Unlock Save File V0.99
Since so many seem to be asking for a save, here is a persistent file that should unlock the gallery. Or, if you prefer, a tiny mod that unlocks the gallery. Choose the option you like.
Upload by Zeanrith
Save: Updated for version 0.99.
Gallery Unlock: Updated for 0.95. It should work for future versions (unless the gallery is overhauled again).
Installation:
- For Gallery Unlocker:
- It’s really simple. You download the unlocker then copy it into the “game” folder. The game folder is in the same folder as your game executable.
So it goes like Superhuman->a bunch of different folders, one of them called “game” and the game (Superhuman.exe) itself->”game” folder where you cope and paste the unlocker
- It’s really simple. You download the unlocker then copy it into the “game” folder. The game folder is in the same folder as your game executable.
- For Save Files:
- Download and extract the file and paste it into the <game’s main folder>\game\save folder.
Download Link (Google Drive): GalleryUnlocker | Save
For more save files, please check out our list of all save games.
That’s the Gallery Unlocker, and it saves files for Superhuman. I hope it will help you a bit. And we will continue to update these files with new updates.
This file no longer works since the gallery system has been overhauled. However, it can still be unlocked with a bit of tinkering in notepad. If you go to Game->Gallery (not the one in the overall folder, you need to go into the game folder for the right one) and scroll down to “Gallery” change the part that looks like this
imagebutton:
idle thumb
hover im.MatrixColor(thumb, im.matrix.brightness(0.10))
insensitive im.Blur(thumb, 10)
sensitive renpy.seen_label(lbl)
action Replay(lbl, scope={ “name”: persistent.protagonist_male_name or “Male MC”, “fname”: persistent.protagonist_female_name or “Female MC”, “hname”: persistent.protagonist_hero_name or “Hero MC” })
To THIS:
imagebutton:
idle thumb
hover im.MatrixColor(thumb, im.matrix.brightness(0.10))
insensitive im.Blur(thumb, 10)
sensitive True
action Replay(lbl, scope={ “name”: persistent.protagonist_male_name or “Male MC”, “fname”: persistent.protagonist_female_name or “Female MC”, “hname”: persistent.protagonist_hero_name or “Hero MC” })
Basically just change the part that asks whether you’ve seen it to True and it will unlock everything.
That looks like a mess. Change “sensitive renpy.seen_label(lbl)” to “sensitive True” without the quotations in the gallery file and it will work.