Search results

  1. O

    [0.9.000-PUBLIC#1940] Rats Raiders bugs -- ratputation() error prevents reputation gain, wrong combat portraits

    I never had any trouble befriending the Rat Raiders in my saves. Looking at the code it seems that flags["RATPUTATION"] is actually set to 0 when the Rat Theives figure out you're Victor's Son (Or, after about 4 battles) so that after they know who you are you can increase your "Ratputation"...
  2. O

    [Game Version: 0.9.000-PUBLIC#1940] Inseminator Pro - Problems and Crashes

    The way in which I fix it is to just put the listed variables above and define them in the console. For example: I've just got a sticky note with the listed lines: pc.inseminatorProEnabled = 1; pc.inseminatorProCumQ = 0; pc.inseminatorProMaxCum = 13000; pc.inseminatorProRefractoryRateOrig = 4...
  3. O

    [Game Version: 0.9.000-PUBLIC#1940] Inseminator Pro - Problems and Crashes

    (Please let me know if you want me to post these as seperate bug reports) [EDIT] Lost Variables upon Load After testing a bit on some of my save files I realised that the Inseminator Pro works completely fine until you save and then load your file. For some reason after you load a save file...
  4. O

    i

    By chance do you have the 'Nuki Nuts perk on your charater? If so, inseminator pro doesn't work and will crash when you try to uninstall the inseminator pro. It sounds just like this bug report. EDIT: I don't think 'Nuki Nuts is the problem with this I think that it's the variables in which...
  5. O

    Anno's Uveto foursome

    Here: Open the console. Type: getAch().achievementData.[The index of the achievement you want to remove].isUnlocked = false; For example if I wanted to remove 'PROBE-U-LATER': getAch().achievementData.ACH_MHENGAPROBE.isUnlocked = false;
  6. O

    [0.69.420-PUBLIC#1814] totalVaginas() in creature.js doesn't take type argument

    I can say that totalVaginas() hasn't been changed yet. But, they is a function that does check if you have a certain vagina type: hasVaginaType(type = 0) I don't know what the reason was for changing it to this, though. I'm gonna assume that for the TFs mentioned don't currently use this...
  7. O

    [0.9.000-PUBLIC#1940] Olympia tailcock, wrong type descriptions

    I think this is because of a universal shift from defining the tailCock/tailCunt with: this.tailGenitalArg (Racial Type (e.g. Terran)) this.tailGenital (forget what this was used for honestly, I'm assuming if it's a tailCock or tailCunt) And this.tailGenitalColor (The colour of the tail...
  8. O

    Mitzis outfits

    If you recruited Mitzi on a game version before [Game Version: 0.69.420-PUBLIC#1890] (Before April 20th, I think) what probably happened is that she probably spawned with a full wardrobe but everytime she changed her outfit she deleted the last item in her inventory until she had nothing left...
  9. O

    [0.9.000-PUBLIC#1940] Sabrae Implants

    I might as well add that the cheat menu is a much better way to add items to your inventory than save editing.
  10. O

    Mitzis outfits

    That's strange, probably best if you provide a save. And, on a side note Mitzi's Wardrobe seems to be missing (If those 6 clothes shown on the photo are the only ones she currently has): Yoga Pants and Binki. (MitzisYogaBikini in the cheat menu) And the Pink Latex Dress (MitzisDress in the...
  11. O

    [0.69.420-PUBLIC#1921] Eligible achievements don't activate

    (Keep in mind that I don't currently know how the achievement code fully works.) It could possibly be that the achievements that don't show back up have a historicalUnlock and the ones that do show back up instead have a trackingFunctor in Achievements.js. trackingFunctor is just a stat which...
  12. O

    Mitzis outfits

    This sounds like a similar problem I had where Mitzi only had her Nun outfit in her wardrobe (and so she wouldn't change into anything else). The problem seemed to be that on a eariler version of the game everytime Mitzi changed her clothes it would delete the last item in her inventory. That...
  13. O

    moondust gruss just doesnt work

    What I think has happened to it is that the Cockpit just isn't showing up on the map. You can (thankfully) still access it from the entrance of the ship:
  14. O

    [Game Version: 0.69.420-PUBLIC#1921] Tuuva Shop Broken

    Tuuva's shop works a bit differently; you have to sell her chunks of savicite to gain her type of 'credits' (1 chunk equals 1 'credit' and you actually need to sell them to her first in the 'Sell' tab of the shop menu). Alternatively, you can talk to Ula and introduce the idea of credits to...
  15. O

    Erra not advancing

    To further advance Erra's content you have to access the her 'Walkies' sex scene in which you need an exhibitionism level of at least 33 (after which the 'You' talk becomes selectable, if my memory is correct). You can increase exhibitionism easily by just spamming Erra's Public pet (increases...
  16. O

    [FIXED] [Game Version: 0.69.420-PUBLIC#1911] Pleasure Palette Permapaint - Doesn't correctly change the colour of tail genitals

    I will also add if it does get changed from tailGentialColor you might also want to change the condictions on the button checking if the tail is the same colour as the colour you are selecting.
  17. O

    is their a way to undo flags that were triped in the Tits save editer?

    Heres a screenshot of me having the Amber Adol and a Zil Champion weapon:
  18. O

    is their a way to undo flags that were triped in the Tits save editer?

    flags["PQ_TOOK_AMBER"] = undefined; Worked for me. You can even try it on my save: To reproduce: Take the idol. Type flags["PQ_TOOK_AMBER"] = undefined; into the console (should be F12). You can even take it again for another amber idol if you want. As long as it is undefined as you challenge...
  19. O

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

    Given the comments above the function, the if statement checking if the tail is parasitic and the wiki. We can probably assume Siren's Bounty tail genital changes are only meant to work on parasitic tails and keep them parasitic (though it could be easily argued that it should work on...
  20. O

    [FIXED] [Game Version: 0.69.420-PUBLIC#1911] Pleasure Palette Permapaint - Doesn't correctly change the colour of tail genitals

    When using the Pleasure Palette Permapaint on your tail genitals it doesn't change the colour of your tail at all. The Pleasure Palette Permapaint tail changing scene. The Codex after using the Pleasure Palette Permapaint: I think this is because that the Pleasure Palette Permapaint...