Search results

  1. O

    Editing perks in TiTs.JS save editor

    For all current perks you get to choose from creation: Virile: Perk value1 is how much it increases your virility by (e.g. a perk value of 2 increases Virility by 200%) Fertility: Same as Virile (But, of course increases Fertility instead) Potent: Perk value1 increases Cum, Quantity Modifier...
  2. O

    Editing perks in TiTs.JS save editor

    It depends on the perk. Most perks will work fine if you just enable them and don't touch the perk values. The values will affect some perks though. For example: The "Inhuman Desire" perk increases max lust by the value that's in Value 1. The general guideline to follow is that you don't need...
  3. O

    Forever in heat

    The easy way to get an eternal cycle of heat that never ends is to just get the Heat status normally and then open the console (F12) and then put this code in: pc.extendHeat(undefined);. This will make it so that heat will last forever until it's directly removed (Usually, by getting pregnant or...
  4. O

    A list of unrelated questions

    Ah right yeah, I kinda forgot about the divide by 2 bit when doing my calculations. It seems like the calculation is the exact same for both Trip and Stagger chance.
  5. O

    A list of unrelated questions

    This is the current code for calculating a stun with weapons with CHANCE_APPLY_STUN: So, to stun your enemy your Physique (Or Aim when ranged) is put up against the enemy's Physique + 15. To get a guaranteed stun your Aim/Physique must be 14 points higher than your enemy's Physique. And for...
  6. O

    TiTsEd - A save editor (FLASH VERSION ONLY)

    Here is the code for the gloryhole scene to trigger: All triggers are fine on your save except kiroKallyThreesomeUnlockPoints() which actually returns 2. This is the code for kiroKallyThreesomeUnlockPoints(): So, all you have to do on your save is to increase any of those flags (I choose to...
  7. O

    Goo Armor Cold Immunity Not Working

    Just for clarification, Does your Goo Armor have the 'Heat Generator' Item Flag when inspected? If she has that item flag when inspected then you should take no cold damage. The reason why I ask is because the menu in Nova's menu is quite confusing if you don't read the tooltips: Because the...
  8. O

    [Version:TiTS-backer-0.9.007-win] error:cannot read properties of undefined (reading 'locations')

    I think I know what's happening. After some testing with converting some save files the only ones which actually come up with this location error are saves which don't have anything in their ship storage. E.g. If the save has nothing in the ship storage before converting it will crash. I think...
  9. O

    The Bizzare Bazaar (TiTSEd for MAC/Android Users)

    Here you go. These load correctly for me (It's just like everyone else's save your location storage will now be empty (But you can just cheat menu in those items you're now missing.)
  10. O

    The Bizzare Bazaar (TiTSEd for MAC/Android Users)

    It seems like this location storage error is more common than I thought. I've got your save file working but the side effect of it is that whatever was stored in any location storage (either in Ship, nursery or Queen Tavira's Palace) will be lost. (So I'd recommend trying to get the items back...
  11. O

    The Bizzare Bazaar (TiTSEd for MAC/Android Users)

    This is the same problem that Chroma's save had. For some reason the convertor isn't adding some save's locationStorage to the file. You can fix it by adding: to the end of the file and it will then load correctly. But, whatever was in any location storage (either in ship, nursery, or Queen...
  12. O

    What are your gripes/criticism of TiTs?

    It seems like intelligence does give a boost to your chances of winning: [/SPOILER] So, at max intelligence you have about a 60% chance of winning the bet. And at 0 intelligence you have about a 10% chance of winning the bet.
  13. O

    Lots of 'processEdanPregEvents is not defined' errors

    It's now been fixed in the latest hotfix (Version: #2194). Just refresh your game and it shouldn't crash now.
  14. O

    The Differences Between Legacy and Javascript Version

    Updated for [Game Version: 0.9.008-PUBLIC#2187] (Or TiTS 0.9.008) Main changes this update are: Backers get a lover expansion for Verusha’s. Backer Downloaded builds now have an option for larger resolution images. Public gets the 'Dating Teyaal’s daughter' Pregnancy expansion (Selarith's...
  15. O

    Lots of 'processEdanPregEvents is not defined' errors

    I think that the problem is that processEdanPregEvents() is currently in edan.js (line: 1756) instead of in time_handlers.js because that's the file which calls it and therefore cannot access it which causes this error. So, I think either time_handlers.js has to import edan.js or...
  16. O

    Overcharge: Dmg and Stun formular?

    Looking into the code it seems to be a 55% chance of hitting. Also, you can stun enemies with shields there's nothing in its code that checks for shields and I've stunned countless shielded enemies. It's worth mentioning Overcharge's stun-lock potential; you can just keep spamming Overcharge...
  17. O

    [0.9.007-PUBLIC#2173] Vending machine shares Seras Inventory.

    This is what happens when you exit a shop menu in an unexpected way. This happens when you either exit a shop menu using the 'G' button (or any hotkey). Or, load a save file while currently in a shop menu. This happens with every shop not just Sera's and Vending machines.
  18. O

    Save questions

    I don't really know the answer. My guess is that when the JS port was first released some planets weren't done yet and would crash if you went there so they just put you at Tarvos' ship port so that it wouldn't crash for being in an area which the JS version didn't have. You should probably...
  19. O

    [Not a bug] [0.5.3] Lupine Warrior - Immune to Crits?

    Ah, thats probably the problem then. I only thought shields prevent critical hits against physical attacks but looking at the description it's all criticals it defends from. And looking into the code the Treant has a Wicker Shield equipped. So this isn't a bug.
  20. O

    [Not a bug] [0.5.3] Lupine Warrior - Immune to Crits?

    So I was making a crit build and I wanted to try it out on some enemies. Then I noticed that for some enemies I wasn't critting against some enemies as much as I should of (I just thought that it was just bad luck). One of those enemies that I couldn't crit against was the Lupine Warrior (Other...