CoC2 Save Editor

Oct 14, 2015
14
7
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.
 
  • Like
Reactions: ThatOddCervine

SirZyBoi

New Member
Oct 16, 2020
4
1
33
I want to redo the Drifa Quest so I can see the corrupt options. I've tried using the save editor to do so, but the flags aren't showing up. What do I need to change or delete to redo the Drifa Quest?

I've also uploaded my file.
 

Attachments

  • CoC2_Marina_2715.coc2
    130.2 KB · Views: 11

Ilovekatz19

New Member
Dec 10, 2023
3
5
what flags do i need to edit to get both Olivia the bard and the gender bent lupine guards?
If you're still in the dungeon and have done Olivia's route then you need to set KQ_THARSUS_TASK to 1.

This is for after you complete the dungeon.

If you went down the Olivia route then you need to set KQ_EPILOGUE to 4.

If you went down the Tharsus route I think you need to set 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.
 

That_Guy98

Active Member
Oct 4, 2018
40
9
26
If you're still in the dungeon and have done Olivia's route then you need to set KQ_THARSUS_TASK to 1.

This is for after you complete the dungeon.

If you went down the Olivia route then you need to set KQ_EPILOGUE to 4.

If you went down the Tharsus route I think you need to set 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 assistance
 

TheMischiefMaker

New Member
May 21, 2025
1
0
35
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.
 

Tarnakus

Well-Known Member
Oct 31, 2020
353
129
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.
General instruction how to do reset any quest with console:
If 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()
Ofc above only touches quest array I would need a save to check it out and find if any flag is blocking starting the quest