Search results

  1. O

    Source Code Access

    I believe the problem is that the source maps are currently broken. Everytime I boot up the debugger I get this source map error: Source map error: Error: request failed with status 404 Resource URL: https://www.fenoxo.com/play/TiTS/release/main.f124043a.js Source Map URL: main.f124043a.js.map
  2. O

    Lust build

    Techs also have access to Paralyzing Shock from level 1 which can paralyze for up to 3 turns (Depending on Intelligence) and it gives +25% to base tease damage. Arguably not the most effective use of your energy given that Overcharge and the Heavy Slut Ray both stun but always an option. Might...
  3. O

    Crit. Error after clicking next after the second time choice with Sophora

    I don't really know for sure, but I'm assuming that Sophora is the amazonian laquine that was just added for backers in the lastest patch.
  4. O

    Sylvie Motherhood?

    I believe the condictions you must fulfill to be able to talk about Motherhood are: You have to have sex with Sylvie at least 6 times. You have to have Rut Sex with her at least 2 times. Sylvie's drunkLevel() must be exactly 1 (I'm assuming this means just 1 drink). Heres the actual code for...
  5. O

    What Content Would You Like Added?

    Thankfully, you can do it in the console. Just copy and paste this to have it alphabetically: function perkSort(a, b){ if (a.storageName < b.storageName) { return -1; } if (a.storageName > b.storageName) { return 1; } return 0; }; pc.perks.sort(perkSort);
  6. O

    [Game Version: 0.9.016-PUBLIC#2419] Racial Scoring System "Half-Human"

    Reguarding the very recent changes to the racial scoring system. Is 'Half-Human' a new race that's been added? Because before the big changes to the scoring system one of my characters was just a Half-Gryvain. After the big scoring changes (TiTS 0.9.015) they ended up as a full Gryvain (Which...
  7. O

    How to transfer saves

    The lastest flash/Legacy version of TiTS is: TiTS 0.8.160. (Admittly, that link goes to TiTS 0.8.159's patch notes but the only difference between them is that the save converter was fixed) You can download it on the Play page. It's under: Legacy Versions. I usually download the Zip install. I...
  8. O

    After attending the party, what do you have to do?

    If you are on the browser version you can just press F12 to bring up the javascript console. If you are playing on the downloadable versions you have to press Ctrl+Shift+I to bring up the electron console (Ctrl+Shift+I also works on the browser version) Firstly, you need to set her leave timer...
  9. O

    What Happened to Jasvalla?

    Unsure if this is a bug or not but Jasvalla actually appears in Mhen'ga when the PC is level 2-3. This is the code to determine if Jasvalla is at Mhen'ga if (jasvalla.met() && !jasvalla.atTavros() && !jasvalla.imprisioned() && pc.level >= 2 && pc.level <= 3 && (!flags.JASVALLA_ENCOUNTER_TS ||...
  10. O

    Jasvalla Bad End

    Yeah, It's definitely bugged since finishing the Butt Training always makes you at least 25 short of what you need to access Hard Assfuck. Basically, when butt training ends it checks for: (if {pc.analCapacity < 250}) if that's true it then increases pc.ass.bonusCapacity by 25. This is all fine...
  11. O

    Jasvalla Bad End

    I'm pretty sure the check is jasvalla.dom() > 100 I found this in her code: Basically if jasvalla.dom() is less than 100 then it will send you to the normal leave. If it is higher than 100 then you get bad ended. You can force this bad end by putting this code in the console (Accessed by...
  12. O

    Is it possible to break Dzaan cum addiction?

    If anyone would want to reset her addiction to 0 you can do it with these commands in the console (accessed by Ctrl+Shift+I): Just copy and paste this into the console to reset addiction to 0: Alternately, you can just change jasvalla.addictionScore to whatever value you want with the console...
  13. O

    Minimum Lust issues

    My advice if you don't want any permanent changes to your character would be to just equip both the Savicite Cockring and the Savicite-Lace Panties from Mitzi. This gives you a total min-lust of about 46. (If you want the code of min-lust, here it is: So if you want a total min-lust of 33 you...
  14. O

    amber location?

    Amber can be found in Mhen'ga's Encounter Tiles as a random encounter. I think she spawns more often on the Darker Green areas (But I do not think she can be encountered in the Vanae area). You can increase her encounter rate (by up to x3) by getting the 'Mare Musk' status effect. You can...
  15. O

    equipment stats

    I'm assuming this is refering to equipment that also have 'Shield Defense' as well? (Shield Aug Bracers, for example) If so, I'm pretty sure it's bugged right now and 'Energy Use' actually does nothing. If I were to guess what the intented effect was, I would think it would be to increase the...
  16. O

    Do tail genitals lock you out of any content?

    Parasitic Tail Genitals (Cunksnake or Cockvine) block you from both Bianca's and Kimber's Sex menus. However, Tail Genitals (Non-parasitic) don't block you from any content. Non-parasitic tails can be gotten in two ways (In current version): Easy way: Get the parasitic version of the...
  17. O

    If you turn your Cunt snake tail into a non-parasitic variant, does it still lay eggs or will it just give access to the scenes

    A non-parasitic tail-cunt does not lay eggs (and it cannot get 'fed' either). Even if you turn your parasitic tail into a non-parasitic one it no longer lays eggs (Even more on that if you use Catnip while your cunt-tail is pregnant with eggs it will just straight remove the pregnancy). Yes...
  18. O

    [Being fixed!] Savicite Cockring disappears when used

    If you do want to get rid of it the way I've been taking the cockring off is with the javascript/electon console. How to remove: Open the console with Ctrl+Shift+I. (This works for both the browser version or the downloadable version) Make sure your in the "Console" section. Copy and paste...
  19. O

    Manual Save Editing

    Thankfully, in the lastest TiTS download you can access the electon console by pressing Ctrl+Shift+i. The console allows you to change almost everything about your character without having to edit your save manually (it instead just uses the game's in-built functions instead). You can add a...
  20. O

    My Poor Choices and Abundance of Saves

    I've figured out on the lastest Flash Version of TiTs (0.8.160) you can actually get the Old Nykke content back. You just need to open your save in the TiTsEd editor and change these flags to 1: NYKKE_VERSION and NYKKE_VERSION_TOGGLE (Quite obviously, this also removes the new Nykke content...