Search results

  1. T

    Lvl 12 Laquine Hunting me :(

    Triggers are 1 of: Defeat 20 Bored Jumpers OR Overseer Maike & the Forgehound OR Shock Hopper. She's weak to Corrosive/Poison (40%) and Burning (20%). She's resistant to Kinetic (85%), Freezing (50%) and Electric (25%). As usual, Stun weapons are extremely effective. If you're Ranged, Heavy...
  2. T

    Question: How to cheese the Nym-foe and Dollmaker fights early/mid game?

    Ranged Merc is really powerful, but you definitely want a Bonus Hit Rate weapon to make the most of it.
  3. T

    Is there a walkthrough somewhere?

    There isn't a consolidated walkthrough, that I know of. Builds mostly boil down to The game also gets a lot easier if you take full advantage of Stat training to max out all your stats.
  4. T

    Question: How to cheese the Nym-foe and Dollmaker fights early/mid game?

    What's your Willpower? It provides Lust defense.
  5. T

    [0.9.042] PUBLIC: Reaha evicting on New Texas bug

    You have to choose that option specifically. If you don't, she disappears permanently.
  6. T

    Map will not show up

    You may want to post your save for this one.
  7. T

    Bug or browser issue: saves not persisting for more than a couple days

    Use 'Save To File' and 'Load From File'.
  8. T

    Phoenix repair

    She's always refused when offered money. There's supposed to be more content for her, but Savin hasn't gotten around to writing it, so far as I know. Or maybe he has, and it's still in the enormous backlog.
  9. T

    Why is this closed?

    There's supposed to be a 'Pipe' blocking the Elevator to force you to go through the Foundry. It could then be removed from the other side once you got to the Scaffolding to provide a shortcut. In previous builds, it was intangible, but it recently got fixed. The room link seems to be one-way in...
  10. T

    How to submit to lund?

    pc.createPerk{"Ditz Speech", 0, 0, 0, 0, "Alters dialogue in certain scenes."): pc.removePerk("Ditz Speech");
  11. T

    Cheating/Save Modification (to recover lost progress)

    Cheat Menu. JS Save Editor. To avoid bugs, you're probably best off replaying the game, but using the above to set your level/appearance/equipment to what they were. It should be a lot faster the 2nd time, especially if you're max level. The JS Save Editor can't add Perks, If you want to add...
  12. T

    Equipped weps turned to rocks?

    You can give yourself items with the Cheat Menu. It uses the internal name, so some items may be hard to find. Are you sure you don't have the Disarmed Status from New Texas?
  13. T

    Was Flower Tail Cunts removed?

    I don't really use the Save Editor after I discovered Console commands. Just make sure you're using the correct one. The one in the Stickied thread only works on Flash. There's a JavaScript version in a different thread.
  14. T

    Was Flower Tail Cunts removed?

    Tail genitals went through a very buggy period. They don't convert properly because of it. It should be possible to add the flag again. You can open the Console with F12 and type: pc.tailCunt.type = GLOBAL.TYPE_FLOWER; pc.tailCunt.vaginaColor = 'color you want'; These should work, but I don't...
  15. T

    Question: How to cheese the Nym-foe and Dollmaker fights early/mid game?

    It used to be possible Stun-lock with EMP Grenades. At some point, they changed to only work on Robots with Shields. No idea why. Word is Fenoxo has claimed the bug, so nobody gets to fix it before he does. Whenever that happens. Power Potions are no longer automatically used, and have no...
  16. T

    console

    That actually means it worked. Check your Perks list.
  17. T

    console

    nFem is a placeholder for a number. The femininity you want. I think it's 40 in the original code?
  18. T

    console

    No, youi're not. I deleted the trailing ) because I thought I had copied too much. pc.createPerk("Perma-cute", nFem, nFem, 0, 0, "Your masculinity is permanently fixed to retain a cute, boyish appearance."); pc.createPerk("Bubble Butt", 0, 0, 0, 0, "Your ass is always soft, regardless of tone.");
  19. T

    console

    pc.createPerk("Perma-cute", nFem, nFem, 0, 0, "Your masculinity is permanently fixed to retain a cute, boyish appearance."; pc.createPerk("Bubble Butt", 0, 0, 0, 0, "Your ass is always soft, regardless of tone."; nFem is the Femininity you want.