dab620 Posted February 14, 2021 Share Posted February 14, 2021 I have Blistering love (sq031) and Gig: A Lack of Empathy (sts_cct_dtn_03) bugged and incompletable. I tried editing the save files using the file save load editor mod but it doesn't do anything to the quests. Link to comment Share on other sites More sharing options...
jorgejekyll Posted February 16, 2021 Share Posted February 16, 2021 Select the quest to the tracker and with command console use:journalManager = Game.GetJournalManager() trackedEntry = journalManager:GetTrackedEntry() questEntry = journalManager:GetParentEntry(journalManager:GetParentEntry(trackedEntry)) questEntryHash = journalManager:GetEntryHash(questEntry) journalManager:ChangeEntryStateByHash(questEntryHash, "Succeeded", "Notify") It will finish the quest with succeed, but if have anything who trigger fails avoid the area becouse it will fail.ex: i didnt saw the grave of the turtle for Barry suicide quest, tryed the command, the quest finished with succeed, but if i go to the Barry's door the cops keep there crying and the quest fails. Link to comment Share on other sites More sharing options...
dab620 Posted February 16, 2021 Author Share Posted February 16, 2021 (edited) Edit: So that command removes the quest from your quest list but does not actually complete the quest. The game still asks me to "get in the car" every time I try to pick up rogue. Also, I am not getting the achievement for the finishing all the gigs by using that command. Edited February 16, 2021 by dab620 Link to comment Share on other sites More sharing options...
Recommended Posts