Search results

  1. T

    Feruze Dhaal fight near impossible for me

    Can you give more details about your Steele? I just tried the fight and wasn't hit with anything near that powerful. Have you maxed out your Willpower? What equipment are you using? Do you have the 'Easy' perk? You could try using the Atma Armor or Ephemirobe/Hexweave Dress/Lumisuit. Edit: 3rd...
  2. T

    [9.024 PUBLIC] Sera stocks nothing but galomax

    Is your inventory full? And do you already have a GaloMax? I can confirm that Sera sells an unlimited number, until you've bought one. After the first transaction, they dissapear.
  3. T

    Error: Queen Preg

    Is there a reason you're posting these here, instead of the Bug Reports forum? I don't think any of the coders look for bugs here.
  4. T

    console

    Normally you'd use Pleasure Palette Permapaint. If the color you want isn't available: pc.cocks[0].cockColor = 'whatever'
  5. T

    Github save editor - Internal error

    The Save Editor has no connection to the developers of TiTS. You should probably post this in the Editor thread.
  6. T

    Stuck

    Update to 0.9.024.
  7. T

    Stuck with Bhakar (current public version, chrome)

    This should be fixed in 0.9.024, which just came out.
  8. T

    Weight/Mass as a game functionality

    While it could be a cool idea for a different game, I see some problems. 1. It likely falls under 'Transformatives shall not have combat effects'. 2. While some foods already increase Thickness, if you want to consider calories, you're essentially asking for a whole new dietary system that...
  9. T

    Need help

    You can open the console (F12) and type: pc.shiftCock (0, GLOBAL.TYPE_SHARK) for the first, and pc.shiftCock (1, GLOBAL.TYPE_SHARK) for the second.
  10. T

    I think there might be something wrong with my character...

    This looks like the Zil pregnancy. Does you Codex say anything? If it is, you can go to your apartment on Tavros and use the Maternity Wait function to skip to the end. Or you could use the Cheat Menu to give yourself an absurd number of Blue Eggs. Afterward, you can take Sterilex to prevent...
  11. T

    How to disminue a core stat?

    Most stat decreasing effects don't work right now. You'll probably need to use the Console to set the stat to the value you want.
  12. T

    storing items on ship (Mobile, Android)

    Items can only be stored when you have the relevant category selected. There should be icons under 'storage', near the top. Tap on them to swap categories.
  13. T

    Game freezes when equipping Siegwulfe.

    I can't reproduce. Post your save?
  14. T

    console

    In general, if you look at the source code, you can usually find a function that does what you want and copy-paste it into the Console. The syntax is usually identical (tail genitals work differently now, though). 'Target' usually becomes 'pc', assuming you want to affect Steele. If you have...
  15. T

    How to disminue a core stat?

    I have no idea what 'disminue' means, and neither does Dictionary.com. Rephrase?
  16. T

    Taivra's Guards Bribe

    It can also be traded for Kiro.
  17. T

    "Bear Man" on Tavros is broken

    It's a little unwieldy, but you can use the Cheat Menu to teleport past him. Cheat Menu: Load your save, then go to the title screen and click on the dot in the 'i' of TiTS 3 times. Cheats will appear as a new tab in the Options menu. There's probably a Flag you can set via the Console, but I...
  18. T

    Scale colors

    There was an attempt to write a dedicated scale-color changing Transformative, but it was rejected. I don't know why. Aside from finding a TF with the color you want and spamming it until you get the desired result, you can open the console with F12 and type pc.scaleColor = 'whatever'...
  19. T

    Get rid of drug fucked?

    Halved Intelligence gains just means you have to spam Syri twice as long. It also doesn't impact level up points. +40 Minimum Libido and 2x Libido increases isn't a problem if you're already doing a high Libido build. (Also, most stat decreases don't seem to actually work right now.) I'd be...
  20. T

    Resetting Kase

    The input after the '=' should be a number. Specifically, the current time passed value, which you can calculate via the formula. The game records the current time passed when you first speak to Kase in the bar, then stops him from appearing if it's more than 7 days afterward. This command lets...