Mod Ren'Py Monster College Walkthrough Mod + Gallery Unlocker [v0.8.5] [zinacke]

Samhill

Active Member
Nov 2, 2020
557
320
Yes you can it would be helpful
Clicking certain names in the menu gives me an error every time.

Python:
  File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
    call mod5_1
  File "game/tl/ENG/script/cap_08/cap_08_sc_01A - Ben Maxine Nina Oliver MMC.rpy", line 115, in script
    Nina "...is it really necessary for him to be here?"
  File "game/script/option_menu.rpy", line 927, in execute
    screen option_menu_Maxine(): # Maxine
  File "game/script/option_menu.rpy", line 927, in execute
    screen option_menu_Maxine(): # Maxine
  File "game/script/option_menu.rpy", line 962, in execute
    side "c r":
  File "game/script/option_menu.rpy", line 969, in execute
    viewport id "vp":
  File "game/script/option_menu.rpy", line 973, in execute
    vbox:
  File "game/script/option_menu.rpy", line 974, in execute
    for CharacterInfosText in arrayMaxine:
  File "game/script/option_menu.rpy", line 975, in execute
    text ("{color=#000000}{size=24}" + "* " + CharacterInfosText + "{/size}{/color}")
NameError: Name 'arrayMaxine07_sc_14' is not defined.

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

Full traceback:
  File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
    call mod5_1
  File "game/tl/ENG/script/cap_08/cap_08_sc_01A - Ben Maxine Nina Oliver MMC.rpy", line 115, in script
    Nina "...is it really necessary for him to be here?"
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\ast.py", line 2557, in execute
    Say.execute(self)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\exports.py", line 1493, in say
    who(what, *args, **kwargs)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\character.py", line 1394, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\character.py", line 1045, in do_display
    display_say(who,
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\character.py", line 741, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/script/option_menu.rpy", line 927, in execute
    screen option_menu_Maxine(): # Maxine
  File "game/script/option_menu.rpy", line 927, in execute
    screen option_menu_Maxine(): # Maxine
  File "game/script/option_menu.rpy", line 962, in execute
    side "c r":
  File "game/script/option_menu.rpy", line 969, in execute
    viewport id "vp":
  File "game/script/option_menu.rpy", line 973, in execute
    vbox:
  File "game/script/option_menu.rpy", line 974, in execute
    for CharacterInfosText in arrayMaxine:
  File "game/script/option_menu.rpy", line 975, in execute
    text ("{color=#000000}{size=24}" + "* " + CharacterInfosText + "{/size}{/color}")
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\text\text.py", line 1832, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\text\text.py", line 1868, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.5-pc\renpy\substitutions.py", line 310, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'arrayMaxine07_sc_14' is not defined.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
 0.8.5
Fri Jun 14 08:22:26 2024
I thought that I had gotten errors during regular gameplay, but the other errors I get are after the fight in the arena and the game loops back to various previous encounters.
 

mtaco

New Member
Jul 14, 2019
10
5
There've been a handful of errors (one off the top of my head was where you meet dragomira for the first time with alex), but I've been able to get by ignoring them so far. It also seems like the "do both" option for the emily/shosha tutor choice isn't working properly, as I got this locked choice later on.
 

CrowXM

New Member
Mar 19, 2019
12
18
Bro,your mod just broke the game,there's to many error, i even try a new game and got error after 1 minute playing, hopefully u got it fixed soon