Samhill

Active Member
Nov 2, 2020
550
291
there was a huge script rewrite of ep7...as it was pointed out multiple times.
old saves arent fully compatible because of that - so either start from the beginning or prior to ep7.
#readingishard_writingiseasy
I've never played this game before.
 

Abhai

Devoted Member
Sep 12, 2018
8,739
36,370
I've never played this game before.
if you are playing it for the first time and without any mods/modded saves (via console or anything else), sorry, that is a proper bug. for resolving it do provide more info or at least some traceback.

for the record ive played the game from the very start myself (after the harem/non-harem changes) and didnt get any errors, even less some game-breaking bug as the one you (and a few "modders) mentioned.
 

Samhill

Active Member
Nov 2, 2020
550
291
if you are playing it for the first time and without any mods/modded saves (via console or anything else), sorry, that is a proper bug. for resolving it do provide more info or at least some traceback.

for the record ive played the game from the very start myself (after the harem/non-harem changes) and didnt get any errors, even less some game-breaking bug as the one you (and a few "modders) mentioned.
I am using the walkthrough mod, which is why I quoted the post and said that it was giving me errors.

The traceback log I have says:

Python:
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_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in script
    play music planetearth_edit volume 0.3
  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_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in <module>
    play music planetearth_edit volume 0.3
NameError: name 'planetearth_edit' 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_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in script
    play music planetearth_edit volume 0.3
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\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\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\python.py", line 1083, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\python.py", line 1076, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/cap_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in <module>
    play music planetearth_edit volume 0.3
NameError: name 'planetearth_edit' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.2.22081402
 0.8.0.1p
Sun Mar 31 13:33:12 2024
 
Last edited:

Abhai

Devoted Member
Sep 12, 2018
8,739
36,370
I am using the walkthrough mod, which is why I quoted the post and said that it was giving me errors.

The traceback log I have says:

Python:
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_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in script
    play music planetearth_edit volume 0.3
  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_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in <module>
    play music planetearth_edit volume 0.3
NameError: name 'planetearth_edit' 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_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in script
    play music planetearth_edit volume 0.3
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\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\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\python.py", line 1083, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\[redacted]\Games\MonsterCollege-0.8.0.1p-win\renpy\python.py", line 1076, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/cap_03/cap_03_sc_05 - MMC_Maxine.rpy", line 209, in <module>
    play music planetearth_edit volume 0.3
NameError: name 'planetearth_edit' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.2.22081402
0.8.0.1p
Sun Mar 31 13:33:12 2024
that error is mod-related and has nothing to do with the game itself.
try and search/ask for the answer in the mod thread
 

Sngo

Active Member
May 9, 2020
516
3,361
Does it now have harem route ? If yes then it's nice, now I can start playing this game again. But now I see the NTR tag it's just a mistake or did dev added it ? If yes then no point to pick the game again . Ty in advance
 

UrFriend

Member
Aug 30, 2022
173
1,334
Does it now have harem route ? If yes then it's nice, now I can start playing this game again. But now I see the NTR tag it's just a mistake or did dev added it ? If yes then no point to pick the game again . Ty in advance
There is one scene where depending on your own conscious choice you can be put into a cuck position. All the characters in the scene are still women, but it technically counts as ntr. Hope I have eased your mind.
 

JMINATL

Member
Aug 25, 2018
175
371
The 0.8.0.1 download is a Windows only generation, not Linux (MonsterCollege-0.8.0.1p-win.zip)
 

Krysis_here

Well-Known Member
Apr 19, 2023
1,501
9,558
I was wondering...where does her piercing go when she transforms? Wouldn't it be impossible for werewolves to have any body modifications? (piercing, tattoos, implants, etc.)
Good Question :unsure:
Now you made her Confused...Nina might grow them Back again :LOL::LOL:

NoShaveNovemberThinkingAboutShavingGIF.gif Werewolfs can do Hair Modifications not Body Tattoos though :KEK::KEK:(Just Hair Gel needed) :ROFLMAO::ROFLMAO:

We don't question things like that around here ;)
Hopefully we get the Answer till then We believe

You don't have permission to view the spoiler content. Log in or register now.
 
Nov 22, 2018
157
121
So I've finished the game so far, but I'm really enjoying what I've played so far. The main things to complain about so far are the random glitch screens that pop up (thankfully I could just ignore them, but there were a lot of them) and a few lines that were still in Italian on the English language setting, as well as some grammar problems, mainly with the pronouns like when male pronouns are used for female characters. Other than that, good so far.
I have a couple of questions.
1. Since you can come inside the girls (and even gets the options to, like Mrs Felvia and Dremilla), will you have the ability to get any and all of your LIs pregnant?
2. Will we hopefully get the option to have sex with the girls Lenny mentions in the cafteria, Clara, Lizhrteween, Amalthea and A?
3. Can there be a future LI that's a centaur, horse or otherwise? Imagine a future LI that's a wolf centaur.
4. Will there be any harem options?
 
Last edited:
  • Haha
Reactions: Ass prefer
4.50 star(s) 70 Votes