Search results

  1. Jacques00

    [0.9.090-PUBLIC#4586] Shoulder Grunch & Kor'diiak Do Not Display Properly in Combat

    Hopefully fixed for the next release. I think some output calls were overlooked for combat actions, but these should be up-to-date now. In Flash, the output() function was multipurpose being used in both combat and normal gameplay. However, the JavaScript version of the game uses a...
  2. Jacques00

    TiTS shows up running in Task Manager; but does not show up on desktop or in taskbar

    No problem. The browser version should also support full screen as well (there should be a button for it on the main menu as well as a keyboard keybind). Basically, the browser version should be able to do whatever the application version can do, unless of course the browser or device is...
  3. Jacques00

    [Game Version: 0.9.090-PUBLIC#4586] Implants stop existing when installed

    It depends on the implant. The Codex's Extra menu only displays any extra apps or other features that require the Codex to interface with. Not all implants need codex functionality to use/adjust. Installed implants will be listed in the stats however (under Cybernetics), and item information can...
  4. Jacques00

    Browser Specific Saves

    As far as an in-game way to recover data, there isn't one, sorry. You'll have to find a way that is specific to the device and/or browser you use since that is not something the game is in control of. For the future, I highly recommend using the Save To File feature, if possible, every so often...
  5. Jacques00

    TiTS shows up running in Task Manager; but does not show up on desktop or in taskbar

    While I am not sure what platform you are running and how compatible it is for the chosen application version of the game, I can say that using the browser version is not as limiting as you assume it is. For the layout, at least in the latest release, there should be a number of options in both...
  6. Jacques00

    Game Version: 0.9.090-PUBLIC#4586 Gray Goo Armor & Deep Research Facility

    Thanks. After some testing, I can confirm that the defense value won't change until after you change her back into the normal form. This is intended since the stat values rely on certain checks before they are re-calculated, and being in a swimwear or exposed form will have the defense values...
  7. Jacques00

    Jill Minor Event Clash

    Hopefully fixed for the next release.
  8. Jacques00

    [0.9.090-PUBLIC#4586] Relly: missing bad end warning

    Hopefully fixed for the next release.
  9. Jacques00

    [0.9.090-PUBLIC-ANDROID#4586] A persisting -4 modifier to physique and aim.

    While this isn't the exact bug to this, I suspect it is related to the same combat status effect issue where passing time is making the combat status effect expire prematurely, not taking the stat changes with it. This should hopefully be fixed already for the next release, but there's nothing...
  10. Jacques00

    Game Version: 0.9.090-PUBLIC#4586 Gray Goo Armor & Deep Research Facility

    I believe this is intentional--if you've gained the upgrade, you should still have it. The upgrade only applies if the goo armor is in a configuration that supplies enough defense. So having the form changed to a swimsuit or any exposed variant will ignore any defense/resistance values for that...
  11. Jacques00

    [0.9.090-PUBLIC#4586] Shalin Shaman Bugs

    Hopefully fixed for the next release.
  12. Jacques00

    [0.9.090-PUBLIC#4586] Hyrax Bike Raider Shock Collar Duration Discrepancy

    Hopefully fixed for the next release. it should use the right value for the countdown and the tooltip should refresh per turn.
  13. Jacques00

    [0.9.090-PUBLIC#4586] able to invite Eitan to sleep with you before recruitment

    Hopefully fixed for the next release. Those options should only appear when Eitan is a crewmember.
  14. Jacques00

    [0.9.090-PUBLIC#4586] Vaginaless error in Bizzy/Mitzi pussy hypnosis scene

    Hopefully fixed for the next release. It was missing and else statement.
  15. Jacques00

    Zaika tail not working for everyone.

    Yes, the scenes should require having a parasitic cunt tail. Some scenes don't check for parasitic varieties, so be mindful of that.
  16. Jacques00

    [0.9.090-PUBLIC#4586] Shalin Shaman Bugs

    I've passed the information along, so we'll see what happens.
  17. Jacques00

    [0.9.090-BACKER-ELECTRON#4585] Kiro Quest Twins injection debuff not properly removed at end of battle

    Ah, I think I know why this bug happens, and it most likely links to other mysteriously sticky Mod-value-related bugs that have been popping up recently. It's due to combat status effects being removed by time rather by the end-of-combat cleanup procedure. I had made an update where combat...
  18. Jacques00

    [0.9.090-PUBLIC#4586] Shalin Shaman Bugs

    I do agree, but there's also an actual budget calculator on the dev-side to weigh whether or not an equipment item is overpowered depending on the item's level and various other factors. At the moment, with this change, the weapon is over budget by 15 "points", which isn't huge, relatively...
  19. Jacques00

    [0.9.090-PUBLIC#4586] Shalin Shaman Bugs

    Okay, added for the next release. Not sure if it'll require a nerf or revert due to budgeting, but that can be decided upon later review. It's fine--most body parts don't affect the gameplay mechanically, so you can take that description more as flavor text by the author. Using the bow...
  20. Jacques00

    [0.9.090-PUBLIC#4586] Shalin Shaman Bugs

    This is actually just the wrong setup for the attack. At first, the action calculates if the ranged attack misses. It uses this result to output the text, which is what you see. But if the attack is marked as a hit it just triggers a "simple ranged attack" action, which recalculates the miss...