Search results

  1. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Fixed for next release
  2. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Can you explain this more? Looks like that item was removed in the latest versions.
  3. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    At the bottom of each of the Open menu locations you'll see a 'Open Directory' that will open an explorer window to where the save is located.
  4. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Yeah, my scripts weren't picking them up from my decompiled copy for some reason.
  5. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Does anyone know what these two codex entries are?
  6. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    This will actually be in the next release.
  7. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    That is actually a single value/line. Can't really split it, I can try to force that column to be larger, though. Yeah, I noticed the discrepancy when testing, but couldn't figure out where it was coming from. I'm using the exact same calculations as the actionscript code is using. Edit...
  8. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    I guess I can put the calculated volume/capacity in the editor, true.
  9. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Penis volume is a calculated value. public function volume():Number { var r:Number = thickness()/2; //Abstract size as a cylinder + half sphere for the tip. var cylinder:Number = Math.PI * Math.pow(r, 2) * (cLength() - r); var tip:Number = (4/3 *...
  10. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    For Windows XP, 7 or 8: https://www.microsoft.com/en-us/download/details.aspx?id=17718 or https://www.microsoft.com/en-us/download/details.aspx?id=30135 For Windows 10: The .NET Framework is built into Windows, so would mean Windows itself was broken. You could try to do use SFC...
  11. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Your .NET Framework is broken in some way. You need the *full* .NET 4.0, not just the "client".
  12. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Double click on the value area next to the flag name to begin editing:
  13. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Taint is on the first page, under Combat stats (I should probably move that)
  14. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    You'll need to yell at your virus scanner vendor: https://www.virustotal.com/gui/url/a48fa018218dff0492f48384de64a633db7d1fc168ac756a30ac94421152b45b/details
  15. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    The answer to that is yes *AND* no. The perk's description is stored in the save file. If a character has that perk already, the editor will show that perk's description from the save. For characters that don't have the perk, the perk list will show the value as defined in the...
  16. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Do you mean the editor? No, it just uses what is in the TiTsEd.Data.xml for the description. The latest private build still has this as the description: advancedShielding.perkDescription = "Grants a defense bonus to your shields equal to 25% of your intelligence."; The actual effect is just...
  17. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Fixed for next release. The perk doesn't have any adjustable values as far as the editor is concerned, meaning, the number there is just a pure text label.
  18. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    The data file changes aren't actually in that zip. They include changes that are not in the public build, so haven't officially released it.
  19. alkeiser

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Mine too, pretty hilarious. Rebuild with just a version change = nothing found. yay for false positives Try this one https://github.com/algoRhythm99/TiTsEd/releases/tag/v0.31.0 Virus Total says its clean...