Search results

  1. T

    A list of unrelated questions

    You don't even get them if you kill her. SHIZZY KIRO TALK is linked to a scene in Shizuya's room on the Great Majin. SHIZZY MET ANNO determines if Shizuya refers to Anno by first name in once scene.
  2. T

    A list of unrelated questions

    It took some digging, but I found it: Sohpora's unique Ranged weapon. She also has a unique Melee weapon (M7Cryosword), because she's a special snowflake like that.
  3. T

    What Content Would You Like Added?

    Write it yourself. A specialty TF like that is one of the easiest things to write. The system already properly supports 'Taurs of races that can't normally be one, and there's an item that is just +tail count. The hardest part is probably coming up with a punny name. There's a thread...
  4. T

    Disarming and how not to be in TiTS

    Smuggler can be functionally immune via Quickdraw. If un-equipping/re-equipping a weapon is the intended counter, I think it could probably be better signposted. Which enemies can disarm? Sexbots (ranged only), Cyberpunks (Energy Weapons), Hyrax Alpha. Tainted Cultist has not-a-disarm. Who...
  5. T

    A list of unrelated questions

    As far as I know, it's just the pussy. I found it in the code. It seems to be intended to allow Feathered Wings to have a separate color from the main Feathers/Fur. But it's not hooked up (properly? yet?). Incidentally, you can have a different Scrotum color, but it doesn't use the "Ceria Dye...
  6. T

    Pitching a Plan: Class Change Options

    Technically, it does. "occupation" and "characterClass" are separate. You'd probably have to go through the game and find all the "characterClass" checks and change them when appropriate.
  7. T

    Pitching a Plan: Class Change Options

    It probably would be technically possible. It can be fairly easily done with Save-Editing. 1. Remove all Class Perks. (You can already refund your choices via Level Up menu if Cheats are enabled.) 2. Change Class. ("characterClass") Kineticist would be kind of weird, from a lore standpoint...
  8. T

    How do you design and pilot your ships?

    1. I was including them for completeness. (Teyaal is specifically geared to negate the Sidewinder's 'weaknesses'.) 2. I first got a Shield Vampire when testing Teyaal (in the period where she'd attack you even if you weren't flying the Sidewinder) and felt like being cheeky. I liked it enough to...
  9. T

    How do you design and pilot your ships?

    You're forgetting about enemy Accuracy.
  10. T

    How do you design and pilot your ships?

    Thrust Vectoring System adds Agility, which is separate from Evasion and stacks. I think. It can be hard to read the code. Shield Vampire, Shield Disruptor & Capacitor Vampire automatically hit. They force a Systems vs Systems check instead.
  11. T

    Airtight Armor Should Counter Liferoot

    Because Captain Steele is an idiot. (More to the point, apparently Skom didn't want Airtight to interfere with the intro. Which is annoying. I'm wearing Airtight armor for a reason!)
  12. T

    Dreadscale Behemoth Pregnancy Percentage

    Minimum & Maximum are both set to 1. For comparison, Milodan maximum is set to 5, but I did a quick test and got 15. Did another quick test ┕ Type: Behemoth ┕ Offspring Count: 2 High Fertility increases the chance of multiple. (Test had 1,100%. And is not a Behemoth.)
  13. T

    How do you design and pilot your ships?

    Basically. You could have different weapons for Shields and Armor, enabling them depending on the stage of the battle, OR just use Missiles, since they're reasonably effective against both, Turrets need Crew to operate, but I assume you have enough.
  14. T

    More colors for Behemoth's Crystal Ridgeback?

    That's not actually true. Perks also have 4 fields to store data in, though they probably can't be Strings. Dumb4Cum uses 2, Heat/Rut Cycle uses 3. Status Effects have a Minutes Remaining and Icon field, but I don't see anywhere but the Tooltip to store Strings. You could theoretically have...
  15. T

    How do you design and pilot your ships?

    Missile Turrets are very Energy efficient, and their Accuracy bonus stacks, as far as I can tell. They're also good vs both Shields and Armor. Currently, Modules/Gadgets don't take Crew space. They did in Flash, so it might be a bug. Weapons are independent, too. I use either the Sidewinder or...
  16. T

    More colors for Behemoth's Crystal Ridgeback?

    That's why the original design allowed for the player to choose from a variety of colors. I don't know, I'm speculating. Cerespirin might have been coded by someone else.
  17. T

    Dom-Siegwulfe

    Have you tried looking at the flags in one of the Save Editors?
  18. T

    Should i steal the sidewinder?

    Might be Bimbo only? Trying to find the code for it. Edit: I can't find it. I'm not sure if I'm misremembering, or it got changed.
  19. T

    Should i steal the sidewinder?

    1. You will be unable to revisit Zheng Shi with it without a fight. (It's winnable, but the Sidewinder doesn't have weapons installed by default). 2. You will lose the ship you arrived in, but not the things stored in it, or devices installed inside (Sleep Fapnia, Dong Designer, ect.). 3. You...
  20. T

    A list of unrelated questions

    The code can be viewed directly by opening the Developer Console with F12. It's very messy, but if you have some text from one of the scenes you're looking for, you can try Searching for it. The others will probably be nearby.