Search results

  1. Jacques00

    Sylvie bug

    I think this one should be fixed for the next release. lowercase_donkey had converted some character-specific functions and overlooked that one.
  2. Jacques00

    [0.9.102-BACKER#5025] Crash when leaving the showers during SyriQuest.

    Not exactly sure how that happened--the character is supposed to have moved to the south room, from "AKD E9" to "AKD E11", but for some reason your character is in room "AKD E13" when the error occurred. Did you hit the button multiple times by any chance? In any case, this should hopefully be...
  3. Jacques00

    [9.099] Dizzy Bizzy Tentacle Feature

    Hopefully fixed for the next release. I've updated the check to look for the hasBackGenitals (wingCount at least 4) and at least one penis (doesn't have to be tentacle necessarily). I believe this was the original intent, as it is a Nonesuch writing and there usually is a consistency there. The...
  4. Jacques00

    Various Text Bugs

    All fixed for the next release.
  5. Jacques00

    Fixed Typos and Etc

    Hopefully mostly fixed for the next release. I will need to look over the appearance screen to see what needs to be added and where. It may take some time to fully acknowledge all piercings though, but so far nothing is yet written for them. As far as ballsack piercings, that is up to the...
  6. Jacques00

    [ Every Version After 2024 ] Sidebar buttons resize values wrong in android, realme 2

    Unfortunately, I think this is more of a device issue. For the game's Cascading Style Sheet (.css), the main unit of measurement is in "em" as well as "%". If the device is universally scaling "em" to be larger than the default value, this would change the size of most of the elements on the...
  7. Jacques00

    So, how come I never got the Tika email?

    The e-mail event log should be corrected for the next release. You can still get the e-mail itself in the current build however, it just doesn't show up in the log due to how its code was originally formatted. If it still is an issue after the next release, feel free to report it again.
  8. Jacques00

    [0.9.101-PUBLIC#4994] Hand Milk Issues

    Hopefully fixed for the next release. When actively making the choice to Hand Milk (or Milk Anyway), the hand milking scene should now register under the Repeat option. For the lust, I made it check for the adjusted lust value (pc.lust() < pc.minLustCalc(33)) to better match the intended...
  9. Jacques00

    [0.9.101]Frosty preg unaffected by preg speed

    This is intentional as most pregnancies use the default method of pregnancy determination, which upon successful impregnation, will issue out the number of offspring and the time it will take for those offspring to incubate for. For the Frostwyrm pregnancy, the offspring quantity and incubation...
  10. Jacques00

    [0.9.101-BACKER] Zaibatsu After Party Button Not Showing

    I may need a save file to properly review this issue, if possible.
  11. Jacques00

    [0.9.102-PUBLIC#5026] Tika Bugs/Comments

    Hopefully all addressed for the next release. For Tika's e-mail, while it generated the string for the message, the function didn't actually return the string, so the event logging for the message probably saw that as an undefined value and didn't bother logging it as an actual received...
  12. Jacques00

    [0.9.102-PUBLIC#5026] Tika Bugs/Comments

    From what I can see from the code, if you didn't save her and then you physically landed on Tarkus, there should be a 7-day counter before she sends the message. The log notice should appear when the message is sent. I'll need a save file with the object and I'll see what can be done...
  13. Jacques00

    [0.9.101-PUBLIC#4994] Sheep Ears

    Hopefully fixed for the next release. This isn't a retroactive fix, so the ears need to be re-obtained to get the flag. Do note that the floppy flag is not necessarily essential to the descriptors. There used to be a "hasFloppyEars" function (to complement "hasEmoteEars"), but it seems that has...
  14. Jacques00

    Desperation & Die Another Day Anti-Synergy

    Hopefully adjusted for the next release. I spoke with Fenoxo about this and it was agreed to give the "Desperation" perk a buff. Now, after hitting below 50% HP, the perk will activate and become persistent until the end of combat (instead of only taking effect while under 50% HP). This should...
  15. Jacques00

    Can't move after asking Siegewulfe to stay.

    No problem and thanks for verifying.
  16. Jacques00

    Jerynn bugged(?)

    Because most of Jerynn's content is Dom/sub-related, those options are not available due to your character being considered a submissive. This is in relation to specific perks or stats your character may have, such as being a bimbo, buttslut, etc. This seems to be a mistake and was primarily...
  17. Jacques00

    Initiating Kaede's Myrellion encounter

    Hopefully fixed for the next release. It seems the scene was accessible if the New Texas encounter was never triggered. So if you did find her there, she would never appear on Myrellion. This has been corrected to if she hasn't been encountered on Myrellion before, as intended.
  18. Jacques00

    edan anal scene not wanting to unlock?

    Looks like a minor bug. Hopefully fixed for the next release. From what I can see, and if I'm not mistaken, the option is available if your character does not have a vagina or is physically masculine. So if your character does not have a vagina, it should be possible to access the scene with a...
  19. Jacques00

    Anno Anal Training

    Correct. You'll have to have had anal sex with her at least three times, then the training options will be available when attempting to have Anal with her again. She is missing the last-most variation (when her training level is at 6 or higher) until it is written and implemented.