Search results

  1. Jacques00

    [0.9.009] Charge weapon increases drone damage

    At the moment, I don't have any information on that, but I do recall that was a desired feature. If that happens, this change shouldn't effect it too much. I can't do it myself as that would require reworking a number of parts in the combat code to handle that, not to mention the extra...
  2. Jacques00

    [0.9.009] Charge weapon increases drone damage

    Hopefully fixed for the next release. Attacks from drones should now have a "drone" tag. "Charged Weapon" should no longer affect "drone" tagged melee attacks, so those attacks won't gain the electric bonus damage.
  3. Jacques00

    [0.9.082-PUBLIC#4205] Is Extra Ardor Supposed to Be Hard Mode?

    Went over this with Fenoxo and it was agreed to have the perk now also add a bonus 10 to maximum lust and decrease any potential energy loss from orgasms from -5 to -2. Changes may appear for the next release.
  4. Jacques00

    Fixed Typos and Etc

    All fixed, up to this point, for the next release.
  5. Jacques00

    Lund soft lock

    Hopefully fixed for the next release. The combat interface wasn't being aborted properly.
  6. Jacques00

    [0.9.082-PUBLIC#4205] Incorrect Glowing Hyrax Raider Router

    Hopefully fixed for the next release. It wasn't taking in the index value of the anatomy chosen, so it was always using the default vagina index.
  7. Jacques00

    [0.9.082-PUBLIC#4205] Slyveren Slavebreaker Shield Siphon Does Not Damage Steele's Shields

    Hopefully fixed for the next release. Because of a typo for the "attacker" parameter, the attacker wasn't defined, so the damage value could not be calculated (defaults to 0). I found a couple other instances of this on other characters, so hopefully those are fixed as well.
  8. Jacques00

    [0.9.082-Backer] Racial scores still a bit scuffed

    Okay, adjusted for the next release. The main reason why none of the cow/bovine species appeared is because your score ratio in both were at 50%, and to get a selectable species option, they need to be over 50%. In any case, I've adjusted the scoring for both species so they are now separate...
  9. Jacques00

    0.9.081-PUBLIC#4166Steel Will no longer adding +5 to Steele's Will

    Thanks. I've reverted my changes (except for having "Steel Will" affect max raw willpower, since that is essential). Instead, if that perk is set to be earned, it will be visually updated on the stats screen, so you can spend stat points up to the max without losing points or being behind. I'll...
  10. Jacques00

    Frostwym pregnancy reset

    Yes, *Flurry. Sorry, too many similar names...
  11. Jacques00

    0.9.081-PUBLIC#4166Steel Will no longer adding +5 to Steele's Will

    When the perk is earned, it also adds +5 to willpowerRaw. The perk's effect will add a bonus +5 to willpowerMax, so if the character was at max willpower before, they will continue to be maxed without needing to spend points. This may be reverted after the team reviews before the next release...
  12. Jacques00

    Typo in Sterkerhus scene

    Fixed for the next release.
  13. Jacques00

    mailbox bug

    At first glance, I thought it was missing as well, but if you look closely, you can see the letter further down in the list (as it was supposedly sent on Day 91, 14:29). If this is not correct, do let me know, since I'm not sure if it's supposed to be a message that has to be resent and wasn't...
  14. Jacques00

    Frostwym pregnancy reset

    Thanks. I can confirm the fix for the next release should correct the issue. Frosty should be able to get pregnant and no longer reset Frostwyrm's pregnancy (so you'll want toe use your Before file, ideally).
  15. Jacques00

    Frostwym pregnancy reset

    Both are fine--I guess preferably before sexing either of them, just to make sure. Do note that the fix won't revert Frostwyrm's incubation timer (since it will be impossible to determine the original value of the timer because it was overwritten), it will just enable Flurry's incubation timer...
  16. Jacques00

    Wetraxxel Brawler Submission Bug

    Yea, implementing a codex entry isn't hard at all. It's the writing part that's usually the issue. If there isn't a write-up for certain topics, they just won't be displayed in the codex (like how there's a chunky portion for The Scarlet Federation and nothing for The Gilden Republic). Sometimes...
  17. Jacques00

    Reaha stuff

    Thanks. I've enabled Reaha to be able to simulate fluid so her milk gains over time as intended. That is what used to happen, but at some point the flag for that function was removed from her character script. And yes, the Milk TF items do change her milkStorageMultiplier (enabling her to store...
  18. Jacques00

    Reaha stuff

    I think it's because Reaha's character script lacks actual milk production (via milkFullness), so she's actually dispensing 0 mLs of milk when suckled. I'll force her milkFullness as well as her overall milk output for the next release. If you have a save file for testing, that would be helpful...
  19. Jacques00

    Shalin Shaman pregnancy reset

    Yes, this seems to be intentional until content is written for it. I'll add a condition to not reset the timestamp if it has already been set.
  20. Jacques00

    Frostwym pregnancy reset

    Thanks, I think I found the problem. Steele having sex with and impregnating Flurry will set Frostwyrms pregnancy timer (or reset it in your case), instead of setting Flurry's pregnancy timer. If you can provide a save file, I might be able to take a closer look and confirm, but I think this is...