If you mean her initial encounter, set the flag BEEN_TO_MYRELLION_BAR to undefined; if you don't want to risk breaking something, do the same for all flags with KARA or SHADE in them. If you mean the one where you raid a Black Void base with her (which is actually her second quest), do it for the flags KQ2_QUEST_DETAILED, KQ2_QUEST_BEGIN and everything that starts with KQ2_ and ends with _TALK.Question! Which flags or code-stuff do I have to mess with to reset Kara asking Steele to go on her first quest? I was clicking too fast and accidentally declined Kara's quest offer.
The editor doesn't "know" about any character other than the PC; it simply accesses the save file's "characters" object.thanks. any chance you can add roxy to the list of editable characters?
Oof, that really helps in reading the JSON savefile. No one deserves to go through minified JSON files.Pro tip -- python 2.6 or better is available on most modern operating systems so you can use the default JSON pretty printer to help read any JSON file:
Bash:python -m json.tool < oldfile > newfile
Which means that if ROXY doesn't show up in the list of characters, that the game doesn't care to save her data when the game is saved. Which probably means that it's immaterial and recreated when the game's loaded.The editor doesn't "know" about any character other than the PC; it simply accesses the save file's "characters" object.
I somehow doubt that the cheats in the Java version will allow for an as in depth character editor as TiTSed. Total flag manipulation also seems like quite a bit of a stretch. Maybe personal stats like money and items and some more broader flags like ones for the main quest or whether or not you were on a planet already might be available. Putting all the other possibilities behind cheat codes would be a LOT of work and I highly doubt that's possible.I had not seen anything that really required an update in awhile.
I think the latest releases do have some new items now though, so I'll get a release out in a bit.
There might not be a need for the editor in the Javascript port, since it supposedly has cheats built in, and the save files are just json.
Would require some major changes to work with the new format.
That would work, but the CoC2 Save editor is nowhere as good or as polished as TiTsEDhttps://github.com/end5/CoC2-Save-Editor/ this could fairly easily be modified to work with TiTS. I was actually thinking of maybe doing that. but I hate javascript lol
If you use the cheat beshineforever, you can mess with the state of Dr Badger specifically.Had a question for you flagbeards, any of you know which flags are responsible for the arrest of Badger? Cause i arrested Badger (regretably) and messed around with badger's and pennys' flags but couldn't revert the doc to pre arrest status, always Lash in the place of Badger.
Yup worked like a charm, many thanks.If you use the cheat beshineforever, you can mess with the state of Dr Badger specifically.
Yes, there is a javascript version of TiTs. So far it's backers only as they are working like crazy on it but it shouldn't be too long until they have a public release.There is a Java version of TiTs?
Trying to run TitsEd on a Windows 11 ARM virtual machine, but no luck - does anyone know why this might be going wrong / how I might be able to fix it?
Thanks in advance!
No, I haven't even looked at it, been busy with work.@alkeiser Any progress on updating TiTsEd or CoC2Ed to work with the Java version of TiTs? All good if not.
All good. I would appreciate you looking at it when you get a chance.No, I haven't even looked at it, been busy with work.
Wish I had some information to give but have been unable to gleam any from anywhere.Has there been any progress on making a Java version of TiTSEd yet? All good if not, but I figured I'd ask anyways.
I think the Save editor people are just gonna wait for the game to be completely ported over and the majority of bugs to be ironed out. It's too unstable currently to be allowing people to edit, which would probably lead to serious problems to a persons save-file.Has there been any progress on making a Java version of TiTSEd yet? All good if not, but I figured I'd ask anyways.
CSV files with the types, part flags and fluid typesIs there a list somewhere of what numbers stand for what body types/flags?
No progress, supporting the json save files would be a massive change to almost everything.Has there been any progress on making a Java version of TiTSEd yet? All good if not, but I figured I'd ask anyways.
I converted those for ease of reading.CSV files with the types, part flags and fluid types
Note, this is based on the last build of the flash version that I decompiled but afaik those values haven't changed in the Javascript version.