Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)

Gallery How I Became a Hero - Gallery Unlocker [S1 Ch.10 & S2 Ch.15] [colombeen]

Fallen Angel Productions

Registered
Lewd
Game Uploader
Game Uploader
Game Developer
Prestige 4
Joined
Apr 23, 2022
Threads
787
Messages
1,904
Vouches
0
Likes
5,023
Activity Coin
48,798
Donation Coin
0
Platinum Coin
0
LewdCoins
⚡237
1/3
‎4 Years of Service‎
Thread owner
Updated: 2025-12-31
Game/Creator: How I Became a Hero
Modder: colombeen
Mod Version: S1 Ch.10 & S2 Ch.15
Game Version: S1 Ch.10 & S2 Ch.15
Language: English

Disclaimer:
This script makes permanent changes to your persistent data.
Removing this script will not revert the changes that have been made.
Make a backup if you ever want to be able to revert back without completely removing your persistent data.

Installation:
A simple gallery unlock script. Extract the zip inside the game folder.

Unlock Script:
# Use this unlock script at your own risk.
# Download

# Start the deal with the devil
init 666 python:
# If there is no MC name yet, just put in MC instead of None
if persistent.pname is None:
persistent.pname = 'MC'

# Define all unlockable items
gallery_standard_unlock_list = list(range(1, 70))
gallery_non_standard_unlock_list = ['5b']

# Loop through all persistent data
for gallery_unlock_item in (gallery_standard_unlock_list + gallery_non_standard_unlock_list):
varname = 'scene' + str(gallery_unlock_item)
setattr(persistent, varname, True)

# Make sure the replay scenes are clickable
for label in renpy.get_all_labels():
renpy.game.persistent._seen_ever[label] = True
renpy.game.seen_session[label] = True
Season 2 Ch. 15:
 

Attachments

You must be registered for see attachments list
Last edited:
How many chapters will this game have? I'm highly invested in the story.
 
Back
Top Bottom