Search results

  1. O

    Obtain money

    Seems like they is currently a max of 4 horse cocks (6 if you do the UGC christmas party or talked to Lorelei about going futa) This is reflected in the code: And, this code which decides if you can pick up another HorseCock in Tarkus is: BUT, the part which is intresting is the...
  2. O

    Uveto survival

    Yeah, you can. I completely forgot about Shade giving you the coordinates to Uveto after defeating Queen Taivra. I wanted to try to speedrun to Uveto but sadly I can't due to a bug with defeating Taivra. (I made it there as lvl 5.)
  3. O

    Game Crashes When Subjugating Taivara

    It definitely has something to do with the achivements because in the console let ach = Achievements.achievementData[index]; brings back the error: TypeError: o is undefined The problem is that there's a typo when creating the Myrellion achivement it's spelt "AHC_MYRELLIONPROBE" in the code...
  4. O

    Uveto survival

    To get the heat generator flag for the Grey Goo Armor all you have to do is: Get a Thermal Pack from either Tlako's welcome basket or the Essyra Trading Post (or the cheat menu) and keep it in your inventory (you only need 1). Go back to your ship and access the Grey Goo Armor in the crew menu...
  5. O

    [Game Version: 0.69.420-PUBLIC#1907] shiftAnyVagina - Incorrect Suula/Siren flags

    I mainly just took those flags from the Siren's Bounty when it's turning a tailcunt into a Suula tailcunt. And given that when Siren's Bounty turns your vagina into a Suula one it definitely mentions the vagina having tendrils and nothing about a stinger. It just seems weird to me that a...
  6. O

    Cheat Menu?

    Here a picture description: When you're in the options menu select the 'Cheats' tab. What the 'Cheats' menu can currently do (Current Game Version #1907): Teleport you to rooms. Add pretty much any item to the inventory. Toggle Hoilday events. (See more here). Infinite item use (for items...
  7. O

    [Game Version: 0.69.420-PUBLIC#1907] shiftAnyVagina - Incorrect Suula/Siren flags

    When trying to change a vagina to a Suula one (either through GooShiftMenu or Siren's Bounty) it gives it the flags you would think to give to a Suula penis. creature.js, line: 12318: shiftAnyVagina(disVag, type = 0) { case GLOBAL.TYPE_SIREN: disVag.vaginaColor =...
  8. O

    [0.69.420-BACKER#1898] Genitailia and Siren's Bounty issues

    After looking into this a bit more it seems that Siren's Bounty not only removes the parasitic flag it also completely removes cunt-tail functionally from your tail. And so, it doesn't let you access any tailcunt scenes (like the Zil, male tailsuck scene): I'm assuming it's because they is...
  9. O

    how would i add the perk disarm immune using either the browser console or a json editor?

    You can have my save just before the fight if you want (I save to file way to much so I've pretty much got most of the encounters): You will have to give my pc "Disarm Immune" before you fight her though.
  10. O

    [Game Version: 0.69.420-PUBLIC#1897] Personal Stats - 'horns' is not capitalised

    Pretty basic typo that just bugs me a bit. Horns isn't capitalised in the Codex.
  11. O

    Obtain money

    An easy way to get 100% defense against burning is the Jeweled outfit (50%) + Salamander Longcoat. (50%) If you haven't completed Siege of the Korg'll Hold to get the Jeweled outfit: Gray Goo Armor (25%) + Thermal Underwear (10%) + Salamander Longcoat (50%) = 85% Thermal resistance. Doing this...
  12. O

    Evasion cap? [0.69.420-BACKER#1898]

    Just so we've got some actual numbers about what evasion itself mainly does; here's the code for calculating a miss: Some Calculations For the calculation hitThreshold is always 10 when the enemy is attacking the player (meaning that the player gets an extra 5 dodge over all other NPCs). The...
  13. O

    Occupation Related Story Events/Best Role Play Value

    The only one I can really think of right now is the change in Rivet's 'Her' talk scene (But that's on Dhaal, you can only access it on the Backer's build currently).
  14. O

    [0.69.420-BACKER#1898] Genitailia and Siren's Bounty issues

    It seems like all exported tail genitals default to human, this might be because the genti-tail flags got changed (possibly in this fix, idk)? But in Siren's Bounty's code they is currently a missing pc.addTailFlag(GLOBAL.FLAG_PARASITIC) in the TF: If you do want your cunt-tail to be...
  15. O

    Evasion cap? [0.69.420-BACKER#1898]

    Looking a bit more into it, It only seems to effect actual base health and not shields (probably why I didn't see a difference). (I'll start putting code within a spoiler so that my posts aren't unnecessary longer)
  16. O

    Evasion cap? [0.69.420-BACKER#1898]

    Accuracy appears to not be capped in the code: creature.js, line: 4921: attack(melee = true) // I don't know why but Attack is just accuracy in the code. { // As you can see there's no cap here. let temp = 0; if (melee) temp += this.inventory.meleeWeapon.attack; else temp +=...
  17. O

    Evasion cap? [0.69.420-BACKER#1898]

    It seems that they is an evasion cap of 50: creature.js, line: 5182: evasion() { let cap = 50; // Looks like a hard cap of 50 to me. let ev = [ this.inventory.meleeWeapon.evasion, this.inventory.rangedWeapon.evasion, this.inventory.armor.evasion...
  18. O

    Uveto survival

    This is the code for removing Icy Veins: playercharacter.js, line: 2542: if (this.hasPerk("Icy Veins") && this.perkv1("Icy Veins") > 0 && (!this.hasSkinFlag(GLOBAL.FLAG_FLUFFY) || ([GLOBAL.SKIN_TYPE_FUR, GLOBAL.SKIN_TYPE_FEATHERS].includes(this.skinType) === false))) { // removal of Icy Veins...
  19. O

    Uveto survival

    I might as well add this just in case: you also need to be wearing the Suit of grey goo armor when talking to her with the thermal pack. Because I was wondering for a few minutes why it wasn't working for me since the Goo Armor was just in my inventory but it worked after I actually equipped the...
  20. O

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

    No problem, If you're want to know what dreams have which requirements they is currently a wiki page on dreams listing all their requirements with a brief description.