Mod Ren'Py Locked Away - OscarSix's Walkthrough & Gallery Mod [Ep. 3p2] [Bitter Strawman]

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,730
701
498663_cjvxVee.jpg

Updated: 2020/07/22
Game/Creator: Locked Away /
Modder:
Mod Version: 0.3
Game Version: Ep. 3p2
Language: English

Features:
  • This mod adds an in-game walkthrough for the important choices in the game Locked Away!
  • I've added a scene replay gallery to the main menu with all gallery scenes unlocked and viewable.
Installation:
You don't have permission to view the spoiler content. Log in or register now.


Download: -
 

potemkin_dk

New Member
Jan 24, 2019
10
3
74
minor issue

SCREEN.png

this
Code:
    if choices[3] == 1:
        $ modDynamicChoice1 = " {color=#0f0}[Elsa & Monica Makeup]"
        $ modDynamicChoice2 = ""
    else:
        $ modDynamicChoice1 = ""
        $ modDynamicChoice2 = " {color=#0f0}[Elsa & Monica Makeup]"

    menu:
        "Cheer her up[modDynamicChoice1][modDynamicChoice2]":
            jump ch6v1
        "Persuade her[modDynamicChoice1][modDynamicChoice2]":
            jump ch6v2
should probably be replaced with
Code:
    if choices[3] == 1:
        $ modDynamicChoice1 = " {color=#0f0}[Elsa & Monica Makeup]"
        $ modDynamicChoice2 = ""
    else:
        $ modDynamicChoice1 = ""
        $ modDynamicChoice2 = " {color=#0f0}[Elsa & Monica Makeup]"

    menu:
        "Cheer her up[modDynamicChoice1]":
            jump ch6v1
        "Persuade her[modDynamicChoice2]":
            jump ch6v2
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,730
701
minor issue

View attachment 781960

this
Code:
    if choices[3] == 1:
        $ modDynamicChoice1 = " {color=#0f0}[Elsa & Monica Makeup]"
        $ modDynamicChoice2 = ""
    else:
        $ modDynamicChoice1 = ""
        $ modDynamicChoice2 = " {color=#0f0}[Elsa & Monica Makeup]"

    menu:
        "Cheer her up[modDynamicChoice1][modDynamicChoice2]":
            jump ch6v1
        "Persuade her[modDynamicChoice1][modDynamicChoice2]":
            jump ch6v2
should probably be replaced with
Code:
    if choices[3] == 1:
        $ modDynamicChoice1 = " {color=#0f0}[Elsa & Monica Makeup]"
        $ modDynamicChoice2 = ""
    else:
        $ modDynamicChoice1 = ""
        $ modDynamicChoice2 = " {color=#0f0}[Elsa & Monica Makeup]"

    menu:
        "Cheer her up[modDynamicChoice1]":
            jump ch6v1
        "Persuade her[modDynamicChoice2]":
            jump ch6v2
Yeh cheers, will fix for next update
 

Raejyn

Newbie
Oct 10, 2020
56
40
130
Anyway to change the name in the "gallery". Not a big deal, but i typed my name in wrong and no way to change it.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,730
701
Anyway to change the name in the "gallery". Not a big deal, but i typed my name in wrong and no way to change it.
No easy way atm, will be fixed in the next update.
In "game" find "saves" folder, delete "persistent"
 
  • Like
Reactions: Raejyn

Raejyn

Newbie
Oct 10, 2020
56
40
130
Hmm, thought I replied to this long time ago, but it didn't work. Like I said, it wasn't a big deal though.