2.90 star(s) 20 Votes

jxd

Active Member
Jun 8, 2020
613
232
The settings and everything unlocked in the gallery are deleted every time I start the game... Does this happen to anyone else?
 

Ghost''

Well-Known Member
Mar 17, 2021
1,725
4,038
Mutant College [v0.7.0] Unofficial Android Port

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


- 705mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.

 
  • Like
Reactions: medgecko

freddygonzo

Member
Apr 26, 2024
185
182
how do you trigger the dark enchantress ?
If "Face this Villain" shows "You have no idea how to find this supervillain" then this villain isn't supported by the game yet.
Replacing the button with "Coming Soon" would make this more obvious but what can you do if authors ignore us bunch of pirate pervs here.
 
Last edited:

JoStark

New Member
Mar 28, 2020
12
6
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/scene/dating/kira/dating_kira.rpy", line 624, in script
    menu:
  File "game/script/scene/dating/kira/dating_kira.rpy", line 625, in <module>
    "Combattimenti" if  varKiraInterestsCombat2Date !=1:
NameError: name 'varKiraInterestsCombat2Date' is not defined

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

Full traceback:
  File "game/script/scene/dating/kira/dating_kira.rpy", line 624, in script
    menu:
  File "E:\hgame\Mutant College\renpy\ast.py", line 1625, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "E:\hgame\Mutant College\renpy\exports\menuexports.py", line 100, in menu
    condition = renpy.python.py_eval(condition)
  File "E:\hgame\Mutant College\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\hgame\Mutant College\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/scene/dating/kira/dating_kira.rpy", line 625, in <module>
    "Combattimenti" if  varKiraInterestsCombat2Date !=1:
NameError: name 'varKiraInterestsCombat2Date' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Mutant_College 0.7.0
Sat May 17 19:33:28 2025
 

freddygonzo

Member
Apr 26, 2024
185
182
I'm sorry, but an uncaught exception occurred.
I've fixed that issue. The author must have exchanged Climbing with Combat among Kira's interests sometime during development, so he messed up the variables.

script\scene\dating\kira\dating_kira.rpy
"Combattimenti" if varKiraInterestsCombat2Date !=1:
changed to:
"Combattimenti" if varKiraInterestsClimbing2Date !=1:

Check it out if it works now. It's possible that you have to restart the date but not sure.
This is a file replacement for v0.7.0, so better don't use it for the next updates. I'll check it then if this is was fixed or not.
Unzip and drop the script folder with subfolders included into the game's game folder and let the existing file be overwritten.
 
  • Like
Reactions: JoStark

sdadag

Newbie
Jan 29, 2018
59
37
Does any possibly have music list from this game? I love the guitar music but can't find it's name. I found it's folder and the track im looking for is ambient_post_rock_01
 
Last edited:

_Han

Newbie
Feb 28, 2022
62
147
I mean I understood everything but why do you developers make mcs a fucking hobbit? Of course, I'm not saying that they should be absurdly tall, but at least when we stand next to female characters, let's not stand next to them like their toys. Screenshot_9.png
 

Maccabbee

Well-Known Member
Mar 26, 2024
1,454
2,451
I mean I understood everything but why do you developers make mcs a fucking hobbit? Of course, I'm not saying that they should be absurdly tall, but at least when we stand next to female characters, let's not stand next to them like their toys. View attachment 4853629
She could be tall, plus she's wearing it looks like 4" heels. Get over your inferiority complex.
 

Y2kaos99

Member
Jun 13, 2018
374
224
She could be tall, plus she's wearing it looks like 4" heels. Get over your inferiority complex.
LOL. that's what i thought too!!! i even looked closely t the screenshot to see if she had on heels! short girls ALWAYS dwarf average sized dudes w/ their stupid heels! i'm 5'10" and i'll be looking up a few inches, til the heels come off, then i'm looking at top of head!
 

indio68

Forum Fanatic
Sep 26, 2020
4,283
3,690
THERE IS A STRANGE problem with ella quest ..when we go to molly.... i h3elped her many times and got her out and when ewe are in cemetery , when MC ask for a kiss to copy her power she answwer badly ,sayinf MC didn't treat her qwell wtf?? so no kiss and she speack with molly hand in hand with MC, after molly go away...seems the scene start over but this time MC didn't even see and hear molly ghost and scene replay the same only this time only Ellie can interact with molly...wtf is this bug?
 

Eternamite

Member
Nov 8, 2024
114
782

MUTANT COLLEGE PATCH V.0.7.1

Dear supporters, I've released a new patch for Mutant College (v0.7.1)
- Patched a bug regarding the quest of Ella.
- Patched some graphical bugs.
- Patched some translations.
- Minor bugs fixes


 

indio68

Forum Fanatic
Sep 26, 2020
4,283
3,690
an hero for the patch?? i got the ella bug playing so would be good to have the fix
 

95zuser99031

Member
Jan 28, 2020
107
359
Ella ghost thing doesnt even seem finished, the points check is backwards and both the power check and scene jump are commented out.
 
2.90 star(s) 20 Votes