Sakura Dungeon

Sakura Dungeon

Not enough ratings
Outfit Unlocker Patch
By Kimchi Tea
Unlock all outfits from the start of the game.

This patch is cosmetic only. The game will still act as if you don't have the outfits when you find the materials to make them. It does not change any story text or unlock any achievements. Outfits you find in-game will get listed again on your list of available outfits, but this shouldn't cause any problems.

This patch should not cause any conflicts with other patches or mods.
   
Award
Favorite
Favorited
Unfavorite
Enable developer console
In the folder where Sakura Dungeon is installed, open the folder renpy/common and open the file 00console.rpy in a text editor.

Find the line config.console = False and change False to True.
Create outfit unlocker patch
In the folder where Sakura Dungeon is installed, open the game folder. Create a plain text file called outfitcheat.rpy (NOT outfitcheat.rpy.txt! If you're not sure, check that your file browser has "show extensions for known file types" enabled).

Paste the following text into the text file, preserving line breaks and indents:

label outfitcheat: $ knight.dresses.append(knight_bikini) $ knight.dresses.append(knight_bikini_blue) $ fox.dresses.append(fox_bikini) $ fox.dresses.append(fox_bikini_black) $ knight.dresses.append(knight_schoolswim) $ fox.dresses.append(fox_schoolswim) $ knight.dresses.append(knight_bunnysuit) $ fox.dresses.append(fox_bunnysuit) $ fox.dresses.append(fox_swimsuit) $ knight.dresses.append(knight_maid) $ fox.dresses.append(fox_maid) $ knight.dresses.append(knight_ribbon) $ knight.dresses.append(knight_ribbon_black) $ fox.dresses.append(fox_ribbon) $ knight.dresses.append(knight_lingerie) $ knight.dresses.append(knight_lingerie_black) $ fox.dresses.append(fox_wedding) $ knight.dresses.append(knight_wedding) $ knight.dresses.append(knight_bondage) $ fox.dresses.append(fox_bondage) $ knight.dresses.append(knight_chocolate) $ fox.dresses.append(fox_chocolate) $ knight.dresses.append(knight_leaf) $ fox.dresses.append(fox_tiger) $ knight.dresses.append(knight_tribal) $ fox.dresses.append(fox_tribal) $ knight.dresses.append(knight_jewelry) $ knight.dresses.append(knight_dancer) $ fox.dresses.append(fox_talisman) $ knight.dresses.append(knight_scifi) $ fox.dresses.append(fox_scifi)

Save the file.
Enable the patch
Launch the game and either start a new game or load an existing save file.

Press Shift + O to open the developer console.

Type jump outfitcheat and press Enter.

Press Escape to exit the developer console.
3 Comments
Kimchi Tea  [author] 24 May, 2021 @ 10:13pm 
Is it crashing or just not unlocking? If it crashes, could you post your error log (saved as log.txt in the game install folder) and I'll see if I can figure out the problem?
Nastytang 24 May, 2021 @ 9:22pm 
Has anyone gotten this to work ?
Puppy Knuckles 2 Nov, 2020 @ 10:50pm 
I get Invalid syntax whenever i try. Have tried deleting and recreating.