Search results

  1. O

    [0.9.005-PUBLIC#2156] Suma cream not working?

    Might also want to see this thread about Suma Cream.
  2. O

    [Not a bug] Acid flask skill is gone and can't be stolen

    I haven't tried stealing the skill in this current patch; I've still got the skill on my save which had stolen it on a previous patch..
  3. O

    [0.5.2] Codex - Gameplay - Incorrect/Missing Information

    I'm not really sure if this belongs to bug reports or not. Given the new changes to the combat system I noticed that some of the Gameplay information in the Codex is now incorrect and that some bits are missing. Incorrect Information Threat should be no longer random; the AI always targets the...
  4. O

    Why do some choices increase your personality score?

    Actually a 0-32 personality score is Kind, 33-65 personality score is Mischievous and 65-100 is Hard. So if you want to be kind you would want to lower this score.
  5. O

    0.9.005-BACKER#2155 Saves disappeared

    Do you know if your moblie browser clears cookies from time to time? because that's where the game stores your save files. I don't think there is a way to 'Save to File' on iOS but on android Ingore that it seems like there is a pinned thread about it (I haven't confirmed if it works though...
  6. O

    Storage Crash Still Existing - [0.9.001-BACKER#2090]

    I might as well link this bug report about it.
  7. O

    The Differences Between Legacy and Javascript Version

    Updated for Game Version: 0.9.005-PUBLIC#2156 (Or TiTS 0.9.005). The big thing this update is the fact that we can download the game locally on Windows.
  8. O

    A list of unrelated questions

    I think it's a bug because it seems like it was meant for ship equipment. This is weird as well because the only ship item (with my knowledge) that increases Shield Defense is the Tuned Emitters and despite them saying +20 energy use I've tested it and it doesn't even take extra ship energy...
  9. O

    Enemies Disarming a Disarmed PC

    Have you tried using Equilibrium to make you immune to prone/disarm to see how well that goes? I don't know how much is this going to help in this situation given that Tranquility seems quite important in this fight as well.
  10. O

    trying to change cum type

    Ah for that case: Here's the output for GLOBAL.FLUID_TYPE_NAMES;
  11. O

    trying to change cum type

    Actually an easier way to find the corresponding number is to type: GLOBAL.FLUID_TYPE_NAMES; into the console and read which position in the array the fluid is in.
  12. O

    trying to change cum type

    If you are using the JS console you can easily find the number with GLOBAL.FLUID_TYPE_[WHAT YOU WANT]; So if you want to change cum type to normal via the console you could just type: pc.cumType = GLOBAL.FLUID_TYPE_CUM; (Which is 2).
  13. O

    How can i Revert myself from being goo back to human

    From my current playthrough even after taking 5 galomax pills the only actual body parts that are forced to be goo are your hair and crotch (And therefore all your genitals). Everything else can be changed back to human via Terran Treats (Or really any other TFs will work). I thought Goo Cum...
  14. O

    How do/did I increase semen count without items?

    Honestly, I don't know a way to decrease pc.cumMultiplierRaw via legit means. I only know how to decrease it via using the console to set pc.cumMultiplierRaw to a lower value (or just pc.cumMultiplierRaw = 1; if you want to go back to normal).
  15. O

    How are the non-combat encounters that normally give/take resolve handled now?

    Given that resolve is now fusion dancing with health to create just one stat. I just want to know what happens now to those events that usually would either give or take resolve from the player. For example: Would events like Hatsumomo's "Just Wash" scene just set health to 100 now? This might...
  16. O

    How do/did I increase semen count without items?

    Fucking the tainted witch doesn't give the Messy Orgasm Perk it actually just increases pc.cumMultiplerRaw by 0.5. You can get the Messy Orgasm Perk with Incubus Cum + Musky Sap.
  17. O

    [Game Version: 0.9.003-BACKER#2132] Gray Goo Armor Not Receiving Shields Upgrade

    While this is a bug you can fix her by talking to the Grey Goo Armor while in crew and press the "Repair" button and it should give her the shields.
  18. O

    How do/did I increase semen count without items?

    If you want to change Cum Capacity without affecting ball size you would want to increase pc.cumMultiplierRaw. One of the best ways to do this is with Vaush's Virility Booster which can boost it by 10 up to 25 (The wiki says it can boost it up to 50 but I could only get it to 25). Be careful...
  19. O

    Combat and QoL Feedback Thread

    I know I've already posted this to "What would you like added" but I feel like this thread is more suitable for the suggestion given it's focus on Combat and QoL:
  20. O

    Is it possible to save a local copy of the Javascript version of TiTS?

    Oh, currently they isn't a way to officially download the game but it's in the works. Here's a quote from the most recent update: Other than that they seems to be a thread currently sharing a downloadable version. It seems that thread's most recent update is #2104 when the actual game is in #2132