• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

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

AslanBalaur

Newbie
Nov 16, 2020
61
102
Hello, new to the game and really enjoying it, but I am running into a lot of image, music and sound effect errors. Most of the sound ones, I've been able to fix, since it was just a spelling difference in the code, and the traceback gives me the info needed to change the sound file name to make it work (woosh sound set spelled "woosh" in file name but "whoosh" in the code.) Now I have an image error that doesn't have enough info to tell me which image file to correct. This is with the latest version of the game, with the walkthrough mod installed. Traceback is as such:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
call mod5_1
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in script
play sex_sfx img_17
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in <module>
play sex_sfx img_17
NameError: name 'img_17' 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/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in script
play sex_sfx img_17
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\python.py", line 1083, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\python.py", line 1076, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in <module>
play sex_sfx img_17
NameError: name 'img_17' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.2.22081402
0.7.8
Sat Jan 13 15:38:12 2024


If anyone can tell me how to fix this, I'd appreciate it. Thanks.

EDIT: I receive a similar error for almost every other image in the crypt scene. I can "ignore" to move past them, but I feel I am missing a lot of the story this way.
 

AslanBalaur

Newbie
Nov 16, 2020
61
102
Here's an idea..update the fuckin Android version once in awhile. Jesus Christ..you think everyone sits at a PC and plays. Android should be number 1 because most play on Android...get an idea!
Speak for yourself. Most people I know playing VN's are using a PC. Also, learn a little f*king courtesy instead of ranting like some self-entitled Karen.
 
  • Like
Reactions: Jakkios and zinacke

zinacke

Member
Modder
Feb 13, 2020
217
900
Hello, new to the game and really enjoying it, but I am running into a lot of image, music and sound effect errors. Most of the sound ones, I've been able to fix, since it was just a spelling difference in the code, and the traceback gives me the info needed to change the sound file name to make it work (woosh sound set spelled "woosh" in file name but "whoosh" in the code.) Now I have an image error that doesn't have enough info to tell me which image file to correct. This is with the latest version of the game, with the walkthrough mod installed. Traceback is as such:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
call mod5_1
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in script
play sex_sfx img_17
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in <module>
play sex_sfx img_17
NameError: name 'img_17' 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/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in script
play sex_sfx img_17
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\python.py", line 1083, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\python.py", line 1076, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in <module>
play sex_sfx img_17
NameError: name 'img_17' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.2.22081402
0.7.8
Sat Jan 13 15:38:12 2024


If anyone can tell me how to fix this, I'd appreciate it. Thanks.

EDIT: I receive a similar error for almost every other image in the crypt scene. I can "ignore" to move past them, but I feel I am missing a lot of the story this way.
I will check this out, pretty strange getting those errors as i didn't changed the game's code, except for adding things
 

Huisie

Newbie
May 9, 2018
45
24
I will check this out, pretty strange getting those errors as i didn't changed the game's code, except for adding things
Perhaps a spellcheck error? "Whoosh" is the typical spelling for that sound effect but the file name is "woosh".
 

AslanBalaur

Newbie
Nov 16, 2020
61
102
Perhaps a spellcheck error? "Whoosh" is the typical spelling for that sound effect but the file name is "woosh".
Except that the woosh issue isn't the only ones. Some of the music and images seem to have suffered name changes in the code. I am wondering if some of this is left over from previous versions, and didn't keep up with updates that changed things. I know I see in a lot of games devs "fixing" things prior inexperience left subpar in early scenes.
 
  • Like
Reactions: Belly97

Nibbletib

New Member
Jun 3, 2021
3
4
Except that the woosh issue isn't the only ones. Some of the music and images seem to have suffered name changes in the code. I am wondering if some of this is left over from previous versions, and didn't keep up with updates that changed things. I know I see in a lot of games devs "fixing" things prior inexperience left subpar in early scenes.
Yep. I ran into an error at the start of the latest update when it tries to play a sound effect. The file from the mod calls for "walkingtotherlight" where the right file is actually "walkingtothelight", without the extra R. I did a multi-file search and replace and this error appeared in several other files in the mod. The game files themselves are correct, until they are overwritten by the modded files.
 

zinacke

Member
Modder
Feb 13, 2020
217
900
Yep. I ran into an error at the start of the latest update when it tries to play a sound effect. The file from the mod calls for "walkingtotherlight" where the right file is actually "walkingtothelight", without the extra R. I did a multi-file search and replace and this error appeared in several other files in the mod. The game files themselves are correct, until they are overwritten by the modded files.
I think the dev must have fixed or changed his code, and as I used the previous one already modded, it must made things difficult
 

Belly97

Well Known Lurker
Donor
Aug 2, 2017
160
300
I think the dev must have fixed or changed his code, and as I used the previous one already modded, it must made things difficult
So will you be able to update the mod with the new code or is that asking too much?
 
  • Angry
Reactions: Asuna.is

zinacke

Member
Modder
Feb 13, 2020
217
900
So will you be able to update the mod with the new code or is that asking too much?
Well it would be with pleasure if i had find the answer of the problem, however, thats not the case and im pretty busy in my life rn so i can't really affrod to spend many times of this
 

kino4ka

Member
Aug 6, 2018
348
224


Overview:
A walkthrough mod that show variables in choices and advice the best one, and a gallery unlocker to see all the scenes​

Updated: 09/01/2023
Game/Creator: Monster College /
Modder: zinacke
Mod Version: v0.7.8
Game Version: v0.7.8
Language: English/Italian

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.


Edit: Will update today
Download: -

View attachment 2980271 View attachment 2980273 View attachment 2980279
somehow a few replays like the last one gives me an error.
 

indio68

Engaged Member
Sep 26, 2020
3,074
2,400
Well it would be with pleasure if i had find the answer of the problem, however, thats not the case and im pretty busy in my life rn so i can't really affrod to spend many times of this
someone pointed it to some sound naming that were fixed..see 3 post above...maybe is an easy fix
 

zinacke

Member
Modder
Feb 13, 2020
217
900


Overview:
A walkthrough mod that show variables in choices and advice the best one, and a gallery unlocker to see all the scenes​

Updated: 29/01/2023
Game/Creator: Monster College /
Modder: zinacke
Mod Version: v0.7.10
Game Version: v0.7.10
Language: English/Italian

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.


Download: -

View attachment 2980271 View attachment 2980273 View attachment 2980279
Updated to v0.7.10!
 

StingerWolf

Well-Known Member
Sep 5, 2017
1,190
1,634
I get an error when trying to access last scene by Unlocked Scenes. Also getting other errors as well during the game, seems to be all mod related.
 

zinacke

Member
Modder
Feb 13, 2020
217
900
I get an error when trying to access last scene by Unlocked Scenes. Also getting other errors as well during the game, seems to be all mod related.
could you give me the saves where some error occur, i will probably do a fix tomorrow
 

StingerWolf

Well-Known Member
Sep 5, 2017
1,190
1,634
This is my final save for this version. Did you mean it like this? So I encountered 3 errors and one when trying to open the not unlocked Olga scene.
 
  • Like
Reactions: zinacke
Sep 13, 2021
26
34
I started the game with a fresh play through for the first time, with this mod. Most of the errors that come up seem to be about sound effects or music.

eg, name 'resofunkloop' is not defined

clicking "ignore" moves forwards ok.

----------------------------

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
    call mod5_1
  File "game/script/cap_05/cap_05_sc_05 - MMC.rpy", line 2, in script
    play music resofunkloop fadein 2.0 volume 0.25
  File "renpy/common/000statements.rpy", line 123, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script/cap_05/cap_05_sc_05 - MMC.rpy", line 2, in <module>
    play music resofunkloop fadein 2.0 volume 0.25
NameError: name 'resofunkloop' 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/script/cap_05/cap_05_sc_05 - MMC.rpy", line 2, in script
    play music resofunkloop fadein 2.0 volume 0.25
  File "E:\Downloads\MonsterCollege-0.7.10-pc-compressed\MonsterCollege-0.7.10-pc-compressed\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "E:\Downloads\MonsterCollege-0.7.10-pc-compressed\MonsterCollege-0.7.10-pc-compressed\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Downloads\MonsterCollege-0.7.10-pc-compressed\MonsterCollege-0.7.10-pc-compressed\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 123, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "E:\Downloads\MonsterCollege-0.7.10-pc-compressed\MonsterCollege-0.7.10-pc-compressed\renpy\python.py", line 1083, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Downloads\MonsterCollege-0.7.10-pc-compressed\MonsterCollege-0.7.10-pc-compressed\renpy\python.py", line 1076, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/cap_05/cap_05_sc_05 - MMC.rpy", line 2, in <module>
    play music resofunkloop fadein 2.0 volume 0.25
NameError: name 'resofunkloop' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.2.22081402
 0.7.10
Tue Jan 30 09:13:18 2024