What flags do I need to change to undo/restart the centaur village? Apparently in my corrupt playthrough I saved the centaurs but I want demon Ahmri for the biggest bastard playthrough.
If you're still in the dungeon and have done Olivia's route then you need to setwhat flags do i need to edit to get both Olivia the bard and the gender bent lupine guards?
KQ_THARSUS_TASK
to 1
.KQ_EPILOGUE
to 4
.KQ_OLIVIA_TASK
to 2
, OLIVIA_WF
to 1
, and remove KQ_OLIVIA_DEF
. I'm a little uncertain on this one because right now Olivia has no post dungeon content meaning I have no way of see for a fact this works.Thank you for your assistanceIf you're still in the dungeon and have done Olivia's route then you need to setKQ_THARSUS_TASK
to1
.
This is for after you complete the dungeon.
If you went down the Olivia route then you need to setKQ_EPILOGUE
to4
.
If you went down the Tharsus route I think you need to setKQ_OLIVIA_TASK
to2
,OLIVIA_WF
to1
, and removeKQ_OLIVIA_DEF
. I'm a little uncertain on this one because right now Olivia has no post dungeon content meaning I have no way of see for a fact this works.
General instruction how to do reset any quest with console:Anobody know how to reset the Winter Wolf quest, or possibly just complete the Abyss dungeon? My primary save was in that dungeon and then when I loaded it up it put me back in Hawkethorn because of the optional bard quest, and now I can't get back into the dungeon to finish the Winter Wolf quest and progress the Glacial Rift.
Ofc above only touches quest array I would need a save to check it out and find if any flag is blocking starting the questIf someone want to reset the quest in console you can use this:
GLOBALS.QUEST_KALYSEA_OFFERINGS -> should show 62
QuestManager.quests[62].currStates.pop()
QuestManager.quests[62].currStates -> this alone should show you how many numbers are in array (states of quest) and then pop will take one value -> use pop to moment you dont have any value there anymore.
This only changes journal so previous magic with flags is also important.
If you use pc version of game go to CoC2\resources\app -> there is file index.html -> opens game in browser and you have console.
Bonus command (all in one):
QuestManager.quests[GLOBALS.QUEST_KALYSEA_OFFERINGS].currStates.pop()