Search results

  1. Jacques00

    [0.9.102-PUBLIC#5026] Tika Bugs/Comments

    Okay, I think I see what is going on. If you have the "Compact Log Display" option enabled, that was what was causing the issue. The flags["EVENT_BUFFER_OVERRIDE"] wasn't working as intended (something got disconnected during the code migration, and when I re-implemented the option I never...
  2. Jacques00

    Tessa weapons check bugged

    Hopefully fixed for the next release. I'm not too familiar with the quest line, but I made it so the pathway in should be locked unless the character has both key items ("Weapons Chip" and "Weapons Pass") or is disarmed. I assume that is the original intent? If not, I can try to review it again.
  3. Jacques00

    [0.9.102-PUBLIC#5026] Tika Bugs/Comments

    Is this from the same save file you posted or are there different conditions? Your posted save worked fine for me with the log (the log appears after the landing scene). The rest should hopefully be fixed for the next release.
  4. Jacques00

    [0.9.103-PUBLIC-ELECTRON#5054] Mindstream "wrong hole" issues

    Hopefully fixed for the next release.
  5. Jacques00

    0.9.103 Wrong Carmelita cup sizes

    Hopefully fixed for the next release.
  6. Jacques00

    Fixed Typos and Etc

    Hopefully all fixed for the next release.
  7. Jacques00

    Tika join crew

    Please post your save file for testing. Also, if you can elaborate on how you obtained her, that might also be helpful.
  8. Jacques00

    [0.9.103-PUBLIC#5054] Puzzle Hotkey

    Hopefully fixed for the next release. The pop-up buttons should now have button ids that actually connect to keybinds.
  9. 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.
  10. 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...
  11. 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...
  12. Jacques00

    Various Text Bugs

    All fixed for the next release.
  13. 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...
  14. 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...
  15. 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.
  16. 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...
  17. 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...
  18. Jacques00

    [0.9.101-BACKER] Zaibatsu After Party Button Not Showing

    I may need a save file to properly review this issue, if possible.
  19. 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...