Search results

  1. T

    Sera Save Edit

    No. If you did, I would have specified.
  2. T

    Sera Save Edit

    Probably sera.makeBallsInternal(); sera.removeCocks(); It's also possible to modify NPCs with the raw Save-to-File JSON, but a Save Editor is a lot easier.
  3. T

    Fixed [0.9.141-PUBLIC#6448] Transparent Flag And Exhibitionism

    Character is a Bimbo, so nudity in an underwear slot prevents Exhibitionism loss, but Transparent underwear does not. Transparent armor/clothing (Chameleon) + Transparent underwear does increase Exhibitionism. Save is set up 1 minute before midnight, so just take a step. Base Exhibitionism is 14.
  4. T

    Fixed [0.9.141-PUBLIC#6448] Lithium Flower Doesn't Use Her Lust Reset

    She never seems to use Lust Discharge. I'm guessing it's because the fight is over once she has 100 Lust, so she doesn't get a turn.
  5. T

    Fixed "Give Clothes" button/action/menu doesn't partition items

    Technically still an issue in 0.9.141-PUBLIC#6448. Bonus test save.
  6. T

    Fixed (0.9.141-BACKER-ELECTRON#6447) Carrie/Cora Swimming Hole Broken on Repeat

    I think I see the issue. The first time does not require Steele to have swimwear, but the repeat button does. The greyed out tooltip says you need to wait longer, even if that's not actually what's preventing you from repeating the scene.
  7. T

    Fixed (0.9.141-BACKER-ELECTRON#6447) Carrie/Cora Swimming Hole Broken on Repeat

    Let me rephrase. You expected X to happen, but it 'broke', and Y happened instead, yes? Or didn't happen. What are X and Y? You shouldn't need swimwear, you just get fined 100 Credits In my testing, I've found the Swimming Hole scene to be frustratingly rare. It seems to often be superseded...
  8. T

    Fixed [0.9.134-PUBLIC#6197] Medical Milkers and Busty Bulwark don't increase breast size

    Medical Milkers used to affect all rows, but Fenoxo noticed a potential bug and restricted it to the top row. See 0.9.132 Changelog. Did that potential bug get fixed?
  9. T

    Fixed Canine Tail Turns Into Cunt Tail

    Stil an issue in 0.9.141-PUBLIC#6448. Specifically, this sentence.
  10. T

    Is there no goat tail?

    And 'lamb' is probably specific enough you can use the target replacement tech. You're not Demon enough to get the option to force it with Species Preference? Do you have Demon Tongue or Eyes? Might be worth petitioning Goat face to count for Demon.
  11. T

    Is there no goat tail?

    Sheep (New Ewe) is probably closest.
  12. T

    Fixed [0.9.141-PUBLIC#6440] Velika at Crash Landing

    She has a Flirt button embedded in her Talk menu that kicks you out of the conversation with no warning or text. Zaika-Allegiance-Myr-Relationship-Flirt Also, telling her you love her after the fight drops you off at Dhaal, even if you haven't done Zheng Shi yet. The favor e-mail is...
  13. T

    Fixed [0.9.141-BACKER] Hardlight Custom weapon return after sell bug

    Arite, Colenso and Vulriks won't take them, either. They can be dropped.
  14. T

    Fixed Game Version 0.9.141-Backers - Crash on changing to probe location tab

    If flying is impossible, you can use the Cheat Menu to teleport.
  15. T

    How do you design and pilot your ships?

    It's certainly true for all Player ships (and most NPC ships are based on models the PC can have). Seems to be true for Guardian of Flame, too. (Ship blocking Phaedra.) If the enemy has more than 2500 Shields, shoot it until it has about that much, then steal them to heal. Technically, Gadgets...
  16. T

    How do you design and pilot your ships?

    The bigger difference is probably damage type. Take the Star Viper Spearhead (because that's what I ran into first). Shield: 20 Defense, 50% Kinetic, -50% Electric Coil Cannon: 500*1.5 - 20 = 730 Machine Gun Turret: (190/5 -20) * 4 = 300 Armor: 55 Defense, 0% Kinetic, 25% Electric Coil Cannon...
  17. T

    Fixed Can't sell fish

    When I 'cheated' in all 4 fish, the Spotted Grout was the only one that couldn't be sold.
  18. T

    Fixed Can't sell fish

    It's a typo in the Shop code. See the edit to my above post. Additionally 1 The menu that repeats the event is only available once you've taken a walk with Carrie. 'Swimming Hole' only appears if you chose 'Build It' (i.e. started the Bad End). 2. The appearance of the menu is random and is...
  19. T

    Fixed Can't sell fish

    It seems to be Spotted Grout, specifically, that cannot be sold. showShop({ items: [], shopkeeper: smee, saleableFilter: function(e) { return ["SpottegGrout", "BlueSteerpike", "PaleAlito"...