is their a way to undo flags that were triped in the Tits save editer?

Glenndale

New Member
Apr 18, 2022
1
0
30
i have made a large amount of progress in Tits, and noticed that i interacted with Aina and accidently messed up her interaction early on my save due to my phone double tapping, i was curious if their was a good way to fix that mistake using the save editor, or am i cursed to live without aina in my current game
 

Theron

Well-Known Member
Nov 8, 2018
3,669
1,392
44
Flags can be changed, yes. Are you playing on JavaScript or the old Flash? The Editor in the first post of the Editor thread can only read Flash saves and only runs on PC.
start-5 is working on a JS Save Editor, but I don't know if it can do what you want, yet.

If you can't run the appropriate Editor or the JS Editor doesn't do what you want and you're impatient, post your save here. Someone might be able to use Console commands to fix things.
 

BlazeAize

Member
Mar 20, 2022
11
5
35
Same thing has happened to me with a quest..I took an idol accidently and now I can't resolve it peacefully but I have no idea how to put it back in my save.
 

Theron

Well-Known Member
Nov 8, 2018
3,669
1,392
44
Same thing has happened to me with a quest..I took an idol accidently and now I can't resolve it peacefully but I have no idea how to put it back in my save.
You need to set PQ_TOOK_AMBER to Undefined, but I don't know how to do that via console. You might have to wait until the JS Save Editor can do it.
You can try
flags["PQ_TOOK_AMBER"] = undefined
but I don't think it will work.
 
Last edited:

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
flags["PQ_TOOK_AMBER"] = undefined; Worked for me.

You can even try it on my save:

To reproduce:
  • Take the idol.
  • Type flags["PQ_TOOK_AMBER"] = undefined; into the console (should be F12).
  • You can even take it again for another amber idol if you want.
  • As long as it is undefined as you challenge Lah, you should be fine.
 

Attachments

  • Plantation Quest - Taking Idol Test.json
    712.3 KB · Views: 3

Theron

Well-Known Member
Nov 8, 2018
3,669
1,392
44
I'm fairly certain I suggested trying something like that, and it was reported as not working. Maybe we did it wrong.