Search results

  1. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That was added in 0.27.11
  2. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    The flag names aren't useful (unless they are existing flags), I need their integer values. I normally can't add new functionality till it gets into a public build (and I can get the source code).
  3. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Delete this directory: %UserProfile%\AppData\Local\TiTsEd
  4. alkeiser

    Any way to get rid of pregnancy?

    *cough* https://forum.fenoxo.com/threads/titsed-a-save-editor.2809/ The pregnancy editing is experimental, though. Backup your saves. Also, if you do run into issues, *PLEASE* document them via an issue in GitHub :D
  5. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Right, I just can't resist being super anal when discussing technical details sometimes >>
  6. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That doesn't set it to "default".. it deletes the flag entry from the save.
  7. alkeiser

    Save editing on Chromebook??

    From the first post in the editor thread:
  8. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Those items are in the TiTS source, but they currently cannot be obtained in-game. If it isn't in the Raw tab, then it is not in the save, or is not a 'Flag', in which case the editor doesn't support it yet.
  9. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Read the game's source code >.>
  10. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Yeah.. it would feel like a job if I took any money for it. I'd rather not.
  11. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Turns out, Paige is marked as "neverSerialize", so she is never stored in the save, her state is stored purely in flags and stats. https://github.com/OXOIndustries/TiTS-Public/blob/master/classes/Characters/Paige.as
  12. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Will be in the next release, or you can use this version of the TiTsEd.Data.xml: https://github.com/Chase-san/TiTsEd/blob/a9190b1222f2ed9f3eff108faf27a73bccbd821b/TiTsEd/TiTsEd.Data.xml
  13. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    The list of characters is based on the specific save you are editing. If a particular character is not in the list, that means that save does not know about that character.
  14. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    I don't actually look at the changelog, I look at the source. I run a diff from previous to new for specific changes like new/changed items/statuses/etc.
  15. alkeiser

    Give Drones a separate equip slot

    My entire point was that everyone else can use the slot for "whatever", but drone techs cannot.
  16. alkeiser

    Give Drones a separate equip slot

    The drone-specialized Tech is at a disadvantage compared to everyone else. Everyone else can use the accessory slot for such as the thermal belt. The drone tech cannot without giving up their lone advantage.
  17. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Link a process monitor output for a new attempt
  18. alkeiser

    Mysterious Gil flags

    Can always look at the source code to see what they do, if anything. If you do, feel free to open a pull request in TiTsEd for updates :D
  19. alkeiser

    Mysterious Gil flags

    I wouldn't take every flag listed in TiTsEd as useful, either, especially if they don't have comments about them. I don't normally "fact check" them. I run a diff from previous source to new, to find new stuff. I don't really go looking at each individual one to see if they're actually used...