Search results

  1. alkeiser

    TiTsEd - A save editor

    I fixed the ballFullness error of that existing Javascript save editor: https://github.com/algoRhythm99/TiTS.JS-Save-Editor https://algorhythm99.github.io/TiTS.JS-Save-Editor/ Though I haven't done any actual testing other than loading a save I just created. I don't actually play the game much...
  2. alkeiser

    TiTsEd - A save editor

    No progress, supporting the json save files would be a massive change to almost everything.
  3. alkeiser

    TiTsEd - A save editor

    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.
  4. alkeiser

    TiTsEd - A save editor

    No, I haven't even looked at it, been busy with work.
  5. alkeiser

    TiTsEd - A save editor

    What errors are you getting? There should be a log file at %LOCALAPPDATA%\TiTsEd\TiTsEd.log
  6. alkeiser

    TiTsEd - A save editor

    https://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
  7. alkeiser

    TiTsEd - A save editor

    The editor doesn't "know" about any character other than the PC; it simply accesses the save file's "characters" object.
  8. alkeiser

    TiTsEd - A save editor

    I released an update 2 days ago https://github.com/algoRhythm99/TiTsEd/releases/tag/v0.34.6
  9. alkeiser

    TiTsEd - A save editor

    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...
  10. alkeiser

    TiTsEd - A save editor

    Yes, saves with that item will fail to load
  11. alkeiser

    TiTsEd - A save editor

    Versions older than that targeted .NET runtime 4.0, which only supports TLS 1.1 or earlier (1.2 is required now for the Github servers) without changing registry settings.
  12. alkeiser

    TiTsEd - A save editor

    You're probably using a version older than 0.34.1. Github's servers stopped supporting older TLS versions which breaks the WebRequest calls to the Github servers. https://github.com/algoRhythm99/TiTsEd/releases
  13. alkeiser

    TiTsEd - A save editor

    In next release
  14. alkeiser

    TiTsEd - A save editor

    In next release
  15. alkeiser

    TiTsEd - A save editor

    user@desktop MINGW64 /d/GitHub/TiTS/scripts/classes $ find -name '*.as' -exec grep -Hn 'Custom Appearance' {} \; ./Characters/Lorelei.as:80: this.createPerk("Custom Appearance"); user@desktop MINGW64 /d/GitHub/TiTS/scripts/classes So, it seems it actually is not even used at all currently.
  16. alkeiser

    TiTsEd - A save editor

    Only for some NPCs in some situations.
  17. alkeiser

    TiTsEd - A save editor

    You're switching characters right? Its a display bug, fixed in the next version.
  18. alkeiser

    TiTsEd - A save editor

    In the latest release
  19. alkeiser

    TiTsEd - A save editor

    Minerva still works: https://github.com/gmariani/minerva https://mariani.life/projects/minerva/ Though TiTs won't recognize a Minerva edited file if you try to use a different slot by just renaming the file. To get around that you can load it in TiTsEd then you can then save it to the slot you...
  20. alkeiser

    TiTsEd - A save editor

    No, that is read only Those fields are currently made read only for non-PCs, but won't be in the next release.