Maccabbee
Well-Known Member
- Mar 26, 2024
- 1,466
- 2,470
Steam updated to 6.1 today.the steam people didn´t get the update this time.![]()
Steam updated to 6.1 today.the steam people didn´t get the update this time.![]()
Great news to bad my pc is brokenSteam updated to 6.1 today.
if arrayCattivi[3][3]==1 and arrayCattivi[9][3]==0:
$ quest_log.add_task(questGeneric[18])
if arrayCattivi[3][3]==1 and arrayCattivi[4][3]==0:
$ quest_log.add_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?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:
Esc-key to return to the game.Code:quest_log.complete_task(questGeneric[18])
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:
This alone won't trigger the actual quest event to capture her though, so this is only cosmetic for the quest log.Code:quest_log.add_task(questGeneric[18])
Yeah, crap, skip time makes it reappear either for me. Was already too late for me to test this further.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?
what is this forehead
You're a genius! I'll test your fix and get back to you.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.