Search results

  1. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Delete this folder: %LOCALAPPDATA%\TiTsEd (example C:\Users\Chris\AppData\Local\TiTsEd) And then try to run it again
  2. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Run this: https://docs.microsoft.com/en-us/sysinternals/downloads/procmon On the filter selection, set 'Process Name' is 'TiTsEd.exe' Run TiTsEd You should get some entries in Process Monitor Save that to a file and attach or link somewhere
  3. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    yeah, you really should never do that. but if you've done it once it can mess with the permissions on certain cached files, causing issues in the future. anti-viruses and windows defender are the other biggies, because the exe isn't signed (would have to pay money to get a private key signed)
  4. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    https://forum.fenoxo.com/threads/titsed-a-save-editor.2809/page-32#post-211189
  5. alkeiser

    Can I get the rundown on Steph Irson?

    Why was that stuff removed?
  6. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Yes, the game has that in some cases, like "Maike’s Keycard"
  7. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That is part of the "StatTracking", not gonna touch that any time soon. Feel free to open a pull request with it though :)
  8. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    You can remove/edit any flag (by that I mean in the flags object) on a save without the editor having explicit support for it.
  9. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Yes, I thought you meant upbringing. You can use this: https://raw.githubusercontent.com/Chase-san/TiTsEd/master/TiTsEd/TiTsEd.Data.xml Will be in the next version.
  10. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That isn't a valid option.
  11. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That is one of the debug items, you cannot save-edit it into your character. (yet again, I really should remove those from the editor, or at least give a warning..)
  12. alkeiser

    "Big Green Potion" Does it still exist?

    one up, one left from the elevator
  13. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    2/3 days is too long? o_O
  14. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Probably requires both flag changes and character info changes.
  15. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Messing around with most NPCs is normally pointless, as most of them have hardcoded descriptions for things. Generally only those that are designed to have malleable parts, ie that you can give items or change via events are affected by changes to their saved info. Those are special items, as...
  16. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    I wasn't planning on doing so anytime soon. Can't speak to Chase.
  17. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That is just adding items like TiTSEd does. Let me try to explain it more clearly. The only thing that gets saved in the saves is basically the "identifier" for the item. The actual properties are hard-coded in the the game code.
  18. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    You don't understand. You have to change the source code and recompile the game to do what you are asking. That is not something that is going to have a GUI "editor" for, probably ever.
  19. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    You would have to edit the game itself.