Search results

  1. T

    A list of unrelated questions

    Smugglers have some experience:
  2. T

    What Content Would You Like Added?

    You can expand the map by clicking on it, which will also move it so it doesn't cover your stats.
  3. T

    How do i equip my ship with a weapon or a module

    They're installed automatically when you buy them.
  4. T

    Please help, found bug in downloaded game from offical page

    Again, check your statuses. That will tell you. If it is oversized testicles, a Hoverboard will help. https://forum.fenoxo.com/threads/titsedjs-a-game-state-editor-for-javascript-version.32419/
  5. T

    Please help, found bug in downloaded game from offical page

    1. That's very strange. What does your Stats tab look like? Did you start as half Kui-Tan/do you have the 'Nuki Nuts perk? That can lead to immobilization via oversized testicles. 2. Which TiTS Editor are you trying to use? The Pinned thread is for Flash. There should be one for the JavaScript...
  6. T

    Is there any reason to beat Sophora?

    The first encounter on any of the three floors with hostile tiles.
  7. T

    TiTsEdJS - A game state editor (for javascript version)

    Only if Steele is also pregnant by Mirrin, if I'm reading the Flash code right. The Father bonus is factored in: (Mother + Father)/2, but it's always 100%, so it effectively just halves the Mother's effective value (+50%).
  8. T

    Is there any reason to beat Sophora?

    Since the first encounter has to be on Zheng Shi, she can be avoided indefinitely, if you leave before meeting her. If you want to stick around for a while, I've found the chance of meeting her is fairly low, so you should be able to save-scum. I've found a Stun Weapon fairly useful, especially...
  9. T

    Stat max?

    Ramis strikes me as deliberately playing against type: Tall, heavily muscled, heavy drinker? Must be a butch lesbian! Nope. In fact, she prefers masculine males. Deciding where to put your limited stat points is Min-Maxing. Stat Training is just Maxing. The game is designed to be beatable with...
  10. T

    Inventory Button Gone?

    I edited my post, while you were posting, to include it. Does 'C' not open the inventory?
  11. T

    Inventory Button Gone?

    This report says the hotkey (C) still works. Gedan was looking at it earlier, so maybe this will be fixed in the next version, whenever that comes out.
  12. T

    The Halloween event where someone shows up at your ship

    Do you have Halloween enabled via Cheats? IIRC, it has a 30-day cooldown.
  13. T

    A list of unrelated questions

    Just started a new game in 0.9.028-PUBLIC#2721 and successfully enabled the Cheat Menu. If the usual way doesn't work, try opening the Console with F12 and typing flags['CHEATS_ENABLED'] = 1
  14. T

    Is the plain text for the bad ends stored anywhere?

    There isn't really a 'plain text' anything in the code, because they use parsers to dynamically reflect your Steele. If you want to go looking, though, the public Source Code has everything up to 0.8.065. Unfortunately, they stopped updating after that. You might be able to see more recent code...
  15. T

    [0.9.028-PUBLIC#2721] Inventory & Shop Hotkeys Don't Work

    As title. F1-F7, 1-5 and Q & E don't work. W & S do.
  16. T

    Kase never heals

    For future reference, KASE_TIMER is set to your current time (Days * 1440 + Hours * 60 + Minutes) when you talk to him at the Mead Hall. He disappears if it's been more than seven days since then. To make him appear, the timer needs to be more than your current time - 10,080
  17. T

    Kase never heals

    It's a Console command. Open the Console with F12 (or Control + Shift + I in the Electron, I think). It's the code that would be called if the proper line of dialog had been activated. Unchanged flags aren't included in Saves, probably to keep the size down. That time seems way too big. Divided...
  18. T

    Kase never heals

    It's supposed to take 8 days from when you meet him in Burt's Badass Mead Hall for him to heal completely. You do have to ask him about his arm before he'll remove the sling. How does his timer compare with your Time Passed? You can force him to heal with flags["KASE_HEALED"] = 1
  19. T

    Unburdened?

    It's impossible to know. There are some workarounds, depending on specifically what you're dealing with. Immobilization: Right now, only oversized Testicles can immobilize Steele. The Hoverboard and Hardlight Anti-Grav Jock negate the status. If Breasts could Immobilize, I expect the Hardlight...