Go to your computer and pick "Villain's list", there you can challenge her. Make sure you copied the right powers to defeat her.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
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?