2.80 star(s) 15 Votes

scooterman

Newbie
Nov 4, 2020
17
10
2 quests open
the rebecca stuff und cpt venna
where to find Venna, its said sho often robs people in the Park, there no Park on the map
Go to your computer and pick "Villain's list", there you can challenge her. Make sure you copied the right powers to defeat her.
 

Gabbagul

Newbie
Jul 12, 2021
41
45
Please have someone proofread the game, it is filled with 'he' and 'she' being used in the wrong places for each other over and over and over. Pretty much love the game otherwise, please keep up the good work and please be more careful with the pronouns. Thank you for your time and efforts!
 
  • Like
Reactions: IRebel

Eternamite

Newbie
Nov 8, 2024
52
242

MUTANT COLLEGE PATCH V.0.6.1


Dear supporters, I've released a new patch for Mutant College (v0.6.1)
- Patched a bug regarding the quest between Lavinia and Beth.
- Patched some graphical bugs.
- Patched some translations.
- Minor bugs fixes


 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
16,658
196,531
Mutant College [v0.6.1p] [Space Samurai Games] - Compressed

Win/Linux [638 MB]
- - - -

Mac [634 MB]
- - - -

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

Saint Blackmoor

Saint and Sinner
Donor
Oct 26, 2017
6,189
18,874
This is the worst replay gallery ever. The thumbnail shows one thing (sex), but you don't see it or very little in the replay.
Delete and ignore for me.
Another game with great renders and shit everything else.
 

blackmetal

Active Member
Nov 15, 2018
533
377
the wanted list is broken i already captured nova steel but the in game file say you have discover her location even though you have captured her already
 
  • Heart
Reactions: Toukebri

freddygonzo

Member
Apr 26, 2024
135
113
Here's a fix for the Nova Steel quest entry that keeps reappearing in v6.1:

lobby.rpy in 5.0
Code:
if arrayCattivi[3][3]==1 and arrayCattivi[9][3]==0:
  $ quest_log.add_task(questGeneric[18])
lobby.rpy in 6.1
Code:
if arrayCattivi[3][3]==1 and arrayCattivi[4][3]==0:
  $ quest_log.add_task(questGeneric[18])
Capturing Nova Steel sets variable: arrayCattivi[9][3]=1 in villain_novasteel_sc_01.rpy.
arrayCattivi[4][3] is nowhere used, hence always 0 thus adding the task/quest on every activity refresh.
I reverted the code to 5.0 where it still works.

My archive also includes map_buttons.rpy where I've fixed & prettified some city map button descriptions. These aren't translated anyway.
Pizza -> Pizzeria
Dangeros District -> Dangerous District
Rebbecca lab -> Rebecca's Lab
Lucy Home -> Lucy's Home
Lisa restaurant -> Lisa's Restaurant

Please note that these files are most likely changed in future game versions therefore should only be use for v6.1!
 
Last edited:
  • Like
Reactions: Beast0 and lynx73

Toukebri

Member
Jan 24, 2023
176
105
No clue yet how this quest log system works yet, but it's possible to remove the buggy Nova Steel entry by console command:
Place my ConsolesOn.rpy file into the game's game folder.
Run the game, load the last save and press shift+o to open the console. Enter or better copy (ctrl+c) & paste (ctrl+v) following line:
Code:
quest_log.complete_task(questGeneric[18])
Esc-key to return to the game.

For the patient ones: wait for the next update where it hopefully gets fixed although using the command above shouldn't cause any trouble either as long as the quest has been really done by capturing her before.

The command to make the quest appear again if someone wants this for whatever reason:
Code:
quest_log.add_task(questGeneric[18])
This alone won't trigger the actual quest event to capture her though, so this is only cosmetic for the quest log.
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?
 

freddygonzo

Member
Apr 26, 2024
135
113
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?
Yeah, crap, skip time makes it reappear either for me. Was already too late for me to test this further.
Need to take another look into the code and compare what's changed from 5.0, but I doubt I get smart of this array stuff and whatelse.
 
  • Like
Reactions: Toukebri
2.80 star(s) 15 Votes