Mod Cheat Mod Ren'Py Life in Santa County - LaikDink's Walkthrough/Cheat/Improvement/Gallery Unlocker Mod [v0.9.1] [Bold Bash Studios]

orrindormas

New Member
Oct 13, 2022
6
5
I went into game/gui and there is no gui.rpy There is only an "SC" folder and two files called "Nunito 300" and "Nunito 700". The only file inside the SC folder is "sfx_click"
For those with the overlapping issue and no "gui.rpy" file: The gui.dialogue_ypos variable is located in the "screens.rpy" file instead, under the "say_dialogue" style variables (The variable name is also a few lines below this one, but that's not the one you want to change).
 

tyugsnf12345

New Member
Sep 21, 2022
4
5
Thanks. I found the file called screens.rpyc, but when I open it using Notepad, it is nothing but gibberish. Is there another way to edit it?
That's because the .rpyc file is the bytecode compiled version :) But enough of the technical stuff, you should instead open the "screens.rpy" file (not .rpyc) which contains the readable source code you are looking for
 
Jan 19, 2024
84
80
For anyone having crashes with the Gallery Unlock portion of Mod, just use Universal Unlocker. The "Soft" version is enough to unlock all the remaining ones in Episode 2.
 
Dec 15, 2023
248
107
For those with the overlapping issue and no "gui.rpy" file: The gui.dialogue_ypos variable is located in the "screens.rpy" file instead, under the "say_dialogue" style variables (The variable name is also a few lines below this one, but that's not the one you want to change).

All I've done is change the line I'm referring to, to "ypos 65 #gui.dialogue_ypos" and that has fixed the overlapping issue for me.
This
 

tanginanto

New Member
Oct 6, 2022
11
5
Also someone please answer this
This fucking mod is full of problems
You can't put your custom name in the beginning of the game and also the problem with the overlapping and I bet there are more
here put it inside game folder,
to change the name edit the script.rpy change the Locas
 
  • Like
Reactions: Bigdick606

tyugsnf12345

New Member
Sep 21, 2022
4
5
Can't click on ask for help here, so basically stuck in the school forever (what a nightmare). View attachment 3878934
As far as I understand, you can only ask one person to help you with it. So I'm assuming that you have pressed "Ask for help" at one of the other characters before getting to this point. (The walkthrough mod is a buggy mess, so stuff like this happens in a playthrough with the mod installed)
 

sofakinhot

Newbie
Dec 9, 2018
39
23
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'unlock_gallery' is not a screen or a label.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'unlock_gallery' is not a screen or a label.

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
Life in Santa County 0.9.1
Mon Sep  2 01:28:35 2024