i agree with the others that says MC could be more cool...his face sometimes is really cartoonish... so as some expressions he makes
The problem is that after performing the manipulation "quest_log.complete_task(questGeneric[18])"I tried a similar approach to yours already and now the quest has vanished from the log but it kinda comes back after I do an activity or skip time so this'll probably need to be fixed by the dev.Although, is there a follow-up quest to it like reporting to the principal or something? Or is it just like any regular bounty hunt quest in the game, you get the scenes with the villain and a bunch of rep points and that's it?
Thanks for the suggestion but I believe that fix is also temporary especially if you switch saves. Have you tried this:The problem is that after performing the manipulation "quest_log.complete_task(questGeneric[18])"
, she still remains to be captured.
View attachment 4768408
So, if the quest to capture her must have been completed :
using X52_URM
type catt Then click "list (20)
View attachment 4768409
Then [9] list (5)
View attachment 4768416
And change [3] 0 to 1
View attachment 4768418
And now
View attachment 4768421
Alright, I found the culprit in lobby.rpy responsible for re-adding the Nova Steel quest.
See my changed post here: https://f95zone.to/threads/mutant-college-v0-6-1p-space-samurai-games.234103/post-16693032
Maybe someone can give the author a hint wherever he lurks, so it doesn't have to be fixed oneself for each future version.
No. If you look at the low-contrast numbers, it costs 1 DNA point for the first one, 2 for the second. The next level, whether power up (30) or 1 slot, each cost 4.I finally received an evolution point, and the only option I have is the "30".
I dont have to earn 30 evolution points do I?
since I will have 29 more to go if that was the case.
It was incredibly difficult to even get this 1.
At least not to the MC. Jean, on the other hand, seems to experience a little bit.Nope.
You should be able to get enough points to advance a few levels, but don't grind too hard because the game is just beginning and the levels at the moment are only useful for fighting the villains. Since most of them have no content at the moment, there really isn't a reason to worry about it yet.I finally received an evolution point, and the only option I have is the "30".
I dont have to earn 30 evolution points do I?
since I will have 29 more to go if that was the case.
It was incredibly difficult to even get this 1.
That definitely confused me for a while. If I remember correctly, I answered the question by looking at the college map and seeing an exclamation point on the Dean's office.where is this office of the retreat located?
Correct me if I'm wrong, but I was wondering how those points affect game play. I don't see an actual in-game difference, so I expect the MC's power is compared to the villain's and that determines whether the encounter will happen.You should be able to get enough points to advance a few levels, but don't grind too hard because the game is just beginning and the levels at the moment are only useful for fighting the villains. Since most of them have no content at the moment, there really isn't a reason to worry about it yet.
Speaking of Lisa, given what we saw in that last encounter with Lisa's husband, then to find the diner closed indefinitely, I really want to call the police to do a wellness check on Lisa.There seems to be issues,
The quest log says i need to bring angelina to see the doctor, but there is no option to do so.
And the restaurant lady is stuck in a loop during the oven scene. I complete that scene and then go back and it's that same scene over again
Unfortunately no gigolo jobs in town yet.You don't have permission to view the spoiler content. Log in or register now.
Lucy Carter: Show us on the doll where the free sandbox game hurt you.Don't speak for all of us.
Given his ability, he should have cloned the ability and Riker (and perhaps a few others) should have popped out. Unfortunately, a certain segment would consider that NTR.yes.the lesbian event is not a lesbian classic event is more like an orgy with someone who can clone herself![]()
I don't care if you don't want to study, I need those MD points!Raising KI and ST are pretty easy given the town activities for them. There needs to be another way to raise MD, as the two college activities can't be done often enough.
This right here. There's plenty of story and the sandbox interface is the doorway. Frankly I get tired of linear stories, this is refreshing.Lucy Carter: Show us on the doll where the free sandbox game hurt you.
Had the same issue. Make sure game is closed.No clue if i did anything wrong but i got this
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/map.rpy", line 11, in script call screen map_screen File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/script/map.rpy", line 26, in execute screen map_screen(): File "game/script/map.rpy", line 26, in execute screen map_screen(): File "game/script/map.rpy", line 58, in execute if time==0: File "game/script/map.rpy", line 124, in execute if varQuestStepLucy == 5: File "game/script/map.rpy", line 135, in execute if highlight_quest_lucyhouse == 1: File "game/script/map.rpy", line 135, in <module> if highlight_quest_lucyhouse == 1: NameError: name 'highlight_quest_lucyhouse' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script/map.rpy", line 11, in script call screen map_screen File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\ast.py", line 1980, in execute self.call("execute") File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\ast.py", line 1959, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\statements.py", line 374, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\exports\statementexports.py", line 345, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\core.py", line 2215, 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 "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\core.py", line 2745, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\screen.py", line 480, in visit_all callback(self) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\core.py", line 2745, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\screen.py", line 491, in per_interact self.update() File "F:\Adult Games\Mutant_College-0.6.1p-pc\renpy\display\screen.py", line 697, in update self.screen.function(**self.scope) File "game/script/map.rpy", line 26, in execute screen map_screen(): File "game/script/map.rpy", line 26, in execute screen map_screen(): File "game/script/map.rpy", line 58, in execute if time==0: File "game/script/map.rpy", line 124, in execute if varQuestStepLucy == 5: File "game/script/map.rpy", line 135, in execute if highlight_quest_lucyhouse == 1: File "game/script/map.rpy", line 135, in <module> if highlight_quest_lucyhouse == 1: NameError: name 'highlight_quest_lucyhouse' is not defined Windows-10-10.0.26100 AMD64 Ren'Py 8.3.4.24120703 Mutant_College 0.6.1p Mon Apr 14 09:04:42 2025