TiTsEd - A save editor (FLASH VERSION ONLY)

Theron

Well-Known Member
Nov 8, 2018
4,036
1,511
45
I find it to be only slightly better than the JSON editor. Body parts are pretty straightforward, but adding perks is a PITA.
The trick is to look in the Flash Source Code to find the code you want, then just copy-paste. 'target' should be replaced with 'pc', but that's it. I suppose the source code is a bit tricky to navigate, but that's what the Search function is for.
 

Unicornzombie

Well-Known Member
Mar 5, 2016
47
24
The trick is to look in the Flash Source Code to find the code you want, then just copy-paste. 'target' should be replaced with 'pc', but that's it. I suppose the source code is a bit tricky to navigate, but that's what the Search function is for.
So when you say Flash Source Code, are you referring to the list that pops up after I type pc.
 

JakeFromStateFarm

Well-Known Member
Jan 15, 2016
368
36
Still a wee bit bugged.

Opened one of my saves and the editor said all of my dongs had the Goo Legs flag. Which they did not.
well, it is one guy doing this for the love of the game. gonna be unpolished for a bit. but trust me when i say a lot of content has been added in a VERY short amount of time.
 
  • Like
Reactions: Unicornzombie

JakeFromStateFarm

Well-Known Member
Jan 15, 2016
368
36
yeah it was the same issue with breast size. Turns out the game breaks when trying to read strings (text) as numbers ,


Not yet
oh, by the way, posture check and hail hydrate. and make sure youre getting enough sleep. you're doing good work
 

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
An update, it seems even using the console code doesn't work if you have cuntsnake tail. I did the whole "clear flags, etc etc" from the siren's bounty tf (which has a chunk dedicated to parasitic tails) but the game is bugged and doesn't recognize the genitailia as suula, defaulting to human. Gonna submit this as a bug but figured I'd let y'all know that tails are broken atm.
 

mikethor007

Well-Known Member
Jun 26, 2021
1,185
810
53
well, it is one guy doing this for the love of the game. gonna be unpolished for a bit. but trust me when i say a lot of content has been added in a VERY short amount of time.
It's just a small heads up to the point that if someone uses the editor and saves the file, said save may end up with "extra" stuff that may end up causing bugs in the game.
 

JakeFromStateFarm

Well-Known Member
Jan 15, 2016
368
36
It's just a small heads up to the point that if someone uses the editor and saves the file, said save may end up with "extra" stuff that may end up causing bugs in the game.
what kinds of extra stuff?
 

Belly97

Well-Known Member
May 13, 2016
127
124
what kinds of extra stuff?
Well until it is more finalised, every time you use this/he updates it, you have a chance of adding, removing or changing perks, tags, flags .etc. It's not a guarantee anything will happen, but that's why it is at your own risk to use editors like these and the reason you can't submit an edited save as a bug report on the game. (It's also why I a happy to wait longer until it is more feature complete and closer to TiTsED.)
 

TechWitch666

Member
Apr 15, 2019
13
0
33
Well until it is more finalised, every time you use this/he updates it, you have a chance of adding, removing or changing perks, tags, flags .etc. It's not a guarantee anything will happen, but that's why it is at your own risk to use editors like these and the reason you can't submit an edited save as a bug report on the game. (It's also why I a happy to wait longer until it is more feature complete and closer to TiTsED.)
That's why you always keep a clean back-up save everyone.
 

Unicornzombie

Well-Known Member
Mar 5, 2016
47
24
Well until it is more finalised, every time you use this/he updates it, you have a chance of adding, removing or changing perks, tags, flags .etc. It's not a guarantee anything will happen, but that's why it is at your own risk to use editors like these and the reason you can't submit an edited save as a bug report on the game. (It's also why I a happy to wait longer until it is more feature complete and closer to TiTsED.)
I've been using save editors since CoC. The best editors offer enough options that breaking a save is possible, so absolutely back up saves and make sure to familiarize yourself with the functions you want to use so that you can go back and undo the edits if you need to (in the old Flash TiTs........:oops:, I broke my saves with the ship editor but was able to fix them manually by reverting the changes).
 
  • Like
Reactions: Torsten015

IraMorti

Well-Known Member
Dec 5, 2017
883
1,264
38
The WIP json editor that was linked a page back seems to work fine so far with the current backer build, as long as your doing small changes. Though if I end up getting bugs I'll mention it, but the changes I use are mostly for changes to my character and not any actual gamebreaking benefits so if that's what you want to editor for too, you should be fine.
 

Shura

Well-Known Member
Apr 15, 2018
774
583
31
I am giving myself a headache trying to figure out why I can’t get the KiroxKally gloryhole scene to proc. I had to save edit the incest unlock route in after accidentally screwing up at the picardine reveal,and it went smoothly until gloryholes, where it refused to show up despite me hitting the requirements (i.e. seeing Kally fap, sending the dickpics from Kiro’s codex). I used the json editor, if that helps. Now I just want to figure this out and I have no idea where to ask since it’s a save-edit result.
 

Attachments

  • Shura (H) - 6Hrs 32Mins, 400 Days - Canadia Station, Liberteria.json
    3.2 MB · Views: 9

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
I am giving myself a headache trying to figure out why I can’t get the KiroxKally gloryhole scene to proc. I had to save edit the incest unlock route in after accidentally screwing up at the picardine reveal,and it went smoothly until gloryholes, where it refused to show up despite me hitting the requirements (i.e. seeing Kally fap, sending the dickpics from Kiro’s codex). I used the json editor, if that helps. Now I just want to figure this out and I have no idea where to ask since it’s a save-edit result.
Here is the code for the gloryhole scene to trigger:
JavaScript:
function gloryholeWait()
{
    if(kiroKallyThreesomeUnlockPoints() >= 3 && flags["KIRO_KALLY_PICARDINE_QUEST"] == 3 && flags["KALLY_FAP_2_KIRO"] != undefined && kiroKallyThreesomes() == 0)
        window.kallyAndKiroGloryholeThreesomeMeeting();
All triggers are fine on your save except kiroKallyThreesomeUnlockPoints() which actually returns 2.
This is the code for kiroKallyThreesomeUnlockPoints():
JavaScript:
function kiroKallyThreesomeUnlockPoints()
{
    let counter = 0;
    if(flags["KIRO_HOT_SIS"] == 1) counter++;
    if(flags["KALLY_KISSED_KIRO"] == 1) counter++;
    if(flags["KIRO_INCEST_TEASED"] == 1) counter++;
    if(flags["KALLY_FAP_2_KIRO"] != undefined) counter++;
    if(flags["KIRO_PHONE_EVENT"] == 2) counter++;
    return counter;
}
// On your save you have KALLY_FAP_2_KIRO and KIRO_PHONE_EVENT (which returns 2)
So, all you have to do on your save is to increase any of those flags (I choose to change KIRO_HOT_SIS to 1 because that doesn't change any other scenes (I think))

Here, I've attached the file so all you have to do is wait at the gloryholes and then the scene will trigger.
 

Attachments

  • Shura - Kiro & Kally - Gloryhole Scene.json
    3.2 MB · Views: 6
  • Like
Reactions: Shura

Shura

Well-Known Member
Apr 15, 2018
774
583
31
Here is the code for the gloryhole scene to trigger:
JavaScript:
function gloryholeWait()
{
    if(kiroKallyThreesomeUnlockPoints() >= 3 && flags["KIRO_KALLY_PICARDINE_QUEST"] == 3 && flags["KALLY_FAP_2_KIRO"] != undefined && kiroKallyThreesomes() == 0)
        window.kallyAndKiroGloryholeThreesomeMeeting();
All triggers are fine on your save except kiroKallyThreesomeUnlockPoints() which actually returns 2.
This is the code for kiroKallyThreesomeUnlockPoints():
JavaScript:
function kiroKallyThreesomeUnlockPoints()
{
    let counter = 0;
    if(flags["KIRO_HOT_SIS"] == 1) counter++;
    if(flags["KALLY_KISSED_KIRO"] == 1) counter++;
    if(flags["KIRO_INCEST_TEASED"] == 1) counter++;
    if(flags["KALLY_FAP_2_KIRO"] != undefined) counter++;
    if(flags["KIRO_PHONE_EVENT"] == 2) counter++;
    return counter;
}
// On your save you have KALLY_FAP_2_KIRO and KIRO_PHONE_EVENT (which returns 2)
So, all you have to do on your save is to increase any of those flags (I choose to change KIRO_HOT_SIS to 1 because that doesn't change any other scenes (I think))

Here, I've attached the file so all you have to do is wait at the gloryholes and then the scene will trigger.
Thanks a bunch! You’re a lifesaver!
 

PanzerGuitar00

Well-Known Member
Oct 18, 2016
5,216
1,492
Sorry if im being a retard by asking this here, but is there a save editor for the java edition of the game?
 

JakeFromStateFarm

Well-Known Member
Jan 15, 2016
368
36
Or learn to use the Browser Console. Which is surprisingly easy, especially since the syntax in the Flash Source Code is still valid.
unfortunately, it seems that using the browser console is a bit fucky right now. every time i want to edit something, the game crashes.
 

Theron

Well-Known Member
Nov 8, 2018
4,036
1,511
45
unfortunately, it seems that using the browser console is a bit fucky right now. every time i want to edit something, the game crashes.
What browser are you using? Edge (and Chromium based browsers?) were crashing a while ago, but Edge seems to be fixed now. Firefox never crashed, for me, at least.
 

JakeFromStateFarm

Well-Known Member
Jan 15, 2016
368
36
What browser are you using? Edge (and Chromium based browsers?) were crashing a while ago, but Edge seems to be fixed now. Firefox never crashed, for me, at least.
opera gx. iirc, its a chromium browser. i actually ditched chrome for opera after the russian badger kept getting sponsorship deals. figured i'd try it, honestly, havent looked back
 

JakeFromStateFarm

Well-Known Member
Jan 15, 2016
368
36
What browser are you using? Edge (and Chromium based browsers?) were crashing a while ago, but Edge seems to be fixed now. Firefox never crashed, for me, at least.
speaking of browsers, you having a problem getting the start-5 save editor to apply changes? tried to edit bonus capacity for characters, but somewhere between saving the edited file and loading the game from the file, the changes get reverted. i dont want to deal with having to use condensol just to fit my favorite characters, so i tend to edit their bonus capacity, but for some reason, its not sticking. honestly, wish there was a toggle in the cheat menu that let it so that you always fit, no matter the size, or that you could apply condensol, yibb-stil lube, or peggy's elasticizing oil, in the middle of dialogue, so that, theoretically, you could access scenes locked behind max size reqs. because until i develop prescience, i am gonna have to get annoyed.
 

Theron

Well-Known Member
Nov 8, 2018
4,036
1,511
45
opera gx. iirc, its a chromium browser.
You may want to think about downloading Firefox (or another browser, but I know this works), loading a Save to File, doing your console commands/edits, then Saving to File to load in your usual browser. Or just switching over for TiTS. Awkward, but it should work.
speaking of browsers, you having a problem getting the start-5 save editor to apply changes?
I haven't been using it, so I can't say one way or the other. To be clear, this worked with the Flash Editor?
tried to edit bonus capacity for characters, but somewhere between saving the edited file and loading the game from the file, the changes get reverted. i dont want to deal with having to use condensol just to fit my favorite characters, so i tend to edit their bonus capacity, but for some reason, its not sticking.
How big is your penis? And what it it's shape? Penis Volume takes 'Flared' and 'Tapered' into consideration.
 

Chase

Well-Known Member
May 13, 2016
159
139
I have no idea if anything exists yet that is any good. Whipped this up in an hour. It's really bad. But I think I could make some good progress with it.


Save editor for the JS version that lives inside the game itself. Super early, really not all that useful proof of concept version. Main issue is finding a good easy user friendly way to load it (I have one that's slightly more friendly, but that's still fairly useless).