Search results

  1. O

    Encounters menu bug: Can't find Roxy

    I can tell you that I can find Roxy in the encounters menu on my save file. I did want to check your file but as soon as I hit the 'Stats' button on your codex it gives me the error: findRoomByName(...) is null so I can't actually check it. But, I think this crash is because you're on the...
  2. O

    Crash when accessing crew

    How to fix: Take the save file into a json editor (I use VS code). Find Mitzi's Inventory. Replace her "armor" with any suitable armor: For example: To: Here I've done it for your save file (It seems to be working fine for me):
  3. O

    Crash when accessing crew

    By testing a bit I can confirm that giving Mitzi the Omnisuit in the Legacy version of the game then exporting that save causes the problems you've been having. This is most likely because the Omnisuit's collar is coded differently in the JS version: What I did: On the Legacy version of TiTs...
  4. O

    [ID10T Error] Sleep Fapnea not implemented or is it broken?

    I think it's just because on that save file you don't qualify for any current dreams. For example the "Angels...?" dream you need to read Kiro's "You're in to stuff like this, right?" email to qualify to see the dream. I got Kiro's Trust to 70 on your file by just spamming 'Wingman' into 'Play...
  5. O

    Crash when accessing crew

    Did you give Mitzi the Strange Metal collar/Omnisuit on that save file? Because mitzi.inventory.armor brings back "omnisuit’s metal storage collar" which is technically an accessory and any attempt to unequip it in the console (I used mitzi.inventory.unequipItem(mitzi.inventory.armor) and...
  6. O

    [Pretty Sure It's Fixed] [Game Version: 0.69.420-PUBLIC#1890] Mitzi - Only has Nun costume in inventory

    It seems that when changing her outfit it erased the last item in her wardrobe because loading back some of my old save files I noticed that her wardrobe kept reducing in size as time went by (and it was always the outfit in her last slot that went missing). This might have been already fixed...
  7. O

    FIXED

    My theme is just me modifying the theme: 'Silence'. I changed background colour to: #484848 (A darker grey). And highlight colour to: #EC5012 (Orioles Orange). I'll try to attach the .titz file of the theme to this post but it says that the file type isn't supported for attachments (hopefully...
  8. O

    FIXED

    I might as well add:
  9. O

    FIXED

  10. O

    What's the difference between Energy Weapon (Item flag) and Energy Weaponry (Damage Flag)?

    While I know that Energy Weaponry is used for certain abilities (like: Overcharge, Linked Emitters, etc.) and Energy Weapon seems to be just a cosmetic flag. Are they different checks for the item flag over the damage flag (like how the item flag 'Pistol' determines the small icon in the...
  11. O

    Critical Error when talking to Mitzi on Tavros

    I might as well post a save file for this encounter. Attached save: Tarvos 'Gabilani' encounter. (I save to file a lot that's why I still have this.)
  12. O

    [Pretty Sure It's Fixed] [Game Version: 0.69.420-PUBLIC#1890] Mitzi - Only has Nun costume in inventory

    Ah, that makes sense. Then I think the problem is that currently mitzi.inventory.storage is an empty array (tested in the console on the save in the above post) so that mitziCurrentDress() can't get any valid argument for mitziEquip() I don't really know how much of this code works but I can...
  13. O

    [Pretty Sure It's Fixed] [Game Version: 0.69.420-PUBLIC#1890] Mitzi - Only has Nun costume in inventory

    In Mitzi's costume menu ('Wear Item') she only has 'Nun Fetish Costume' in her wardrobe. (this might just be her last costume before the update) I can confirm that she doesn't switch outfits over time like she usually does (I've skipped over 10 days to see). This might has something to do with...
  14. O

    Sera - Selling Items disabled

    I can confirm this bug also is affecting me: Attached Saves: Before selling 20 spunkrooms to Sera. After selling 20 spunkrooms to Sera.
  15. O

    [0.69.420-PUBLIC#1890] pc.removeTailFlags() is not a function

    Yeah, last patch when trying to bond with a cockvine seedling it didn't fully get rid of all tail flags so this was added this patch. I think they meant to put pc.clearTailFlags() instead. Original Code: cockvineseedling.js, line: 253 function applyTailCockStats(sCockType = 4) {...
  16. O

    Myr venom withdrawal never goes away, and addiction levels don't fall

    Still bugged in [Game Version: 0.69.420-PUBLIC#1890].
  17. O

    How to upgrade ship in JS build?

    Currently, her shop menu is bugged because it doesn't actually give you anything upon checkout. This is most likely going to be patched on the next release.
  18. O

    olympia outfit

    Yeah, it's currently bugged because the if statement that's meant to check if she's naked actually checks if she's got any clothes on.
  19. O

    Cannot load converted Flash file to Java

    Usually, I just use VS code to edit and save JSON files. Here, I've done it for you: The save file does load correctly (for me at least).