Search results

  1. Jacques00

    0.9.088-PUBLIC-ELECTRON#4514 "Recruiting" Sam - typo and inconsistency

    Hopefully fixed for the next release.
  2. Jacques00

    Fixed Typos and Etc

    Typos should be fixed for the next release. It's not the profile image, it's actually Gwen's nude bust, I think. That image's source was not linked, so shows up missing, but it should be back in the next release. This should be fixed for the next release. There is now a check to disable it if...
  3. Jacques00

    Stuck Loading Save File

    If possible, if you can retrieve and provide the save file, it may be helpful. Without an error message, it'll be difficult to know what is causing the issue.
  4. Jacques00

    Reaha stuff

    Hopefully fixed for the next release.
  5. Jacques00

    Typos and stuff

    Hopefully fixed for the next release.
  6. Jacques00

    0.9.088-PUBLIC-ELECTRON#4514 Gwen & Eimeer mail triggers multiple times

    Hopefully fixed for the next release. If already seen, the event should no longer trigger. There is a flag that marks it as seen so you can revisit it as video porn, but it wasn't being checked for the one-time event, so that's why it keeps re-triggering.
  7. Jacques00

    [0.9.088-PUBLIC#4514] Power Boner description does not match its effects

    Hopefully fixed for the next release.
  8. Jacques00

    [0.9.087-PUBLIC#4457] Tail-Cock Length

    Adjusted for the next release. Just added a modified version of the cock growth scene and fitted it for tail cocks. Also noticed some typos and non-calculated values (like for dick nipple thickness) so those should also be fixed. Stats should also show a little more information for dick nipples...
  9. Jacques00

    [0.9.087] Bimbo-Domme Siegwulfe is confused

    This is true, but once egganancy is enabled, it is permanent. There is no option to turn it off via a toggle. I think that is what is being asked from the initial post. So hopefully the rebuying of Siegwulfe (and re-programming her to be Dom) can help with this if the player doesn't want the egg...
  10. Jacques00

    0.9.087-PUBLIC#4457 Earnings from TamaniCorp Read as numToText(): inNum is not defined!

    Hopefully fixed for the next release. It seems there aren't any issues with the values themselves, but there was a check put in the numToText() function that was catching the value "0" and returning it as an error. This should be fixed now to what was originally intended. Though again, the mail...
  11. Jacques00

    [Game Version: 0.69.420-PUBLIC#1814] Dicksprout not working for Goo-Morphs

    Hopefully fixed for the next release. There was a typo in how the scene ends. It does cut off as it does now, but there should be a visible blurb of the item not working, i.e.: "(Locked bodypart blurb) What a ripoff.", and then a "Next" button to return to the main text.
  12. Jacques00

    [0.9.087] Bimbo-Domme Siegwulfe is confused

    The attack selection isn't quite random as there are calculations involved. While she doesn't attack based on your previous attack at all, she tries to forecast what attack to use based primarily on the target's health+shield ratio vs the target's lust ratio, so whichever ratio is closer to the...
  13. Jacques00

    [0.9.087-PUBLIC#4457] MilkMultiplier is NaN

    If this is the case, then it may be due to the "processTime(0)" that I've inserted into the code, which triggers around those places noted (it was mainly put into place to help with refreshing some time-dependent tooltips). This may (most likely) be a result of the awkward JavaScript math issues...
  14. Jacques00

    [0.9.087] Grey Goo Armor things

    Aside from the pending bust changes, the rest should be fixed for the next release.
  15. Jacques00

    Kara Bug

    If you can share any extra details (like specifically what you were doing before the crash), that may be helpful. For the "selectedItem" variable, I've made it so it will properly clear after exiting a shop or starting a new game (or loading a save file). Hopefully this will help with any...
  16. Jacques00

    [0.9.087-BACKER-ELECTRON#4446] Ball size is NaN

    Ah, I see. I reviewed the goo menu and added in the function used that properly removes balls (if the character no longer has any testicles). This should properly reset the ballSizeMod to 0 as well as remove and clear any extra related data. There were also some typos related to nipple length...
  17. Jacques00

    [0.9.087-PUBLIC#4457] MilkMultiplier is NaN

    Alright, I'll add in an extra check (around the part where the player selects a "Sexual Gift" perk) to reset the milkMultiplier if it is ever off. Again, this shouldn't happen, but that seems to be the case for some reason. By default the player character should have the milkMultiplier at 0...
  18. Jacques00

    [0.9.087-BACKER-ELECTRON#4446] Ball size is NaN

    Using your save file, it seems to display fine for me: The NaN value is the ballSizeMod value. Not many parts of the game touch this value besides the "'Nuki Nuts" perk (both permanent or race-derived) or Mimbranes and I don't think I see any of those on your character. So unless you fiddled...
  19. Jacques00

    [0.9.087-PUBLIC#4457] MilkMultiplier is NaN

    Hopefully fixed for the next release. I'm not exactly sure what causes milkMultiplier to become null (even if it is boostLactation() I don't see any signs of it being used with a corrupted variable), but I added in some safety checks that should reset any related values that manipulate fluid...