Search results

  1. Jacques00

    Oversized balls, and no way to relive them

    Hopefully fixed for the next release. If the character cannot move due to immobilization, if the event doesn't automatically happen, accessing the Appearance screen will allow you to press a button to call for help. This should activate the testicle remedy scene (without the hazard bad end).
  2. Jacques00

    Ball Fullness / Cum Capacity Issue

    Have you altered other variables in your save file? Having the status effect "Cum Paused" or the flag "NURSERY_MATERNITY_WAIT_ACTIVE" will prevent the cum fluid production to pause for the character. Otherwise, check your cum production stats and see if any of the numbers are 0 or negative as...
  3. Jacques00

    Trap vs Trans?

    Fixed for the next release. Shade should say:
  4. Jacques00

    Tech Specialist on Gastigoth

    There was a hotfix that fixes the flag being raised if your character beat her and completed the quest. Just go back to Saendra and talk to her about it. No save editing necessary.
  5. Jacques00

    Cum Color TF

    That should be fine--overwriting the cum type would work as well.
  6. Jacques00

    Cum Color TF

    The cum color is tied to the cum type, so long as any call to the cum color is done through the character property parser (like "[pc.cumColor]" or "pc.cumColor()"), it should be okay functionally to "overwrite" the color with a perk, status effect or flag in the game code. One issue is if there...
  7. Jacques00

    What Content Would You Like Added?

    Fixed for the next release. Edan and Lieve should now take in physical femininity into account. Edan still requires a vagina present though and Lieve should ignore custom gender preferences.
  8. Jacques00

    How to remove gills?

    I've made an edit to Terran Treats to be able to remove gills for the next release.
  9. Jacques00

    A list of unrelated questions

    As far as I know, there are only instances of shaft thickness checks. I don't recall any scene that actually checks for the knot thickness, even though there are variables that can calculate for it. Most scenes that check for a knot only check for the existing knot itself but not the knot's...
  10. Jacques00

    Goo Body Transformations

    It should be possible to use any transformation that changes leg type, then use the goo menu to revert them to goo legs (retaining leg count and other certain properties)--this assuming the character is a "gel"-morph type goo, otherwise, the legs will turn to an amorphous blob.
  11. Jacques00

    Getting to Gastigoth when you've already completed quests to send prisoners?

    Gastigoth should unlock after reading the letter that is sent 5 days after one day has passed in game.
  12. Jacques00

    Lapinara - Bug?

    Okay, I've limited the egg additions for the next release. The max limit is dependent on similar factors to the Breedwell eggs (they both share the same conditions with few exceptions retained for their unique checks) and if there are too many lapinara eggs, the excess eggs being injected will...
  13. Jacques00

    Lapinara - Bug?

    It seems the only loss scenes are the ones being impregnated by the lapinara, so there are no alternatives written at the moment. So I would say it is intentional unless there are alternate scenes written for being overly full.
  14. Jacques00

    Tamed varmint and accessory slot

    The leash only brings the varmint into combat if the varmint has actually been tamed. Attempting to equip the leash without a tamed varmint should do nothing. The possibility of the tamed varmint running away is dependent on unleashing the varmint (it is leashed by default), and letting it run...
  15. Jacques00

    Tamed varmint and accessory slot

    The only difference that Natalie has is that taming a varmint with her will make the varmint stay permanently as taming it without Natalie may give the chance for the varmint to run away when not leashed while on the ship (if this happens, the process for getting a stowaway and taming another...
  16. Jacques00

    Breedwell induction

    5 or more total births should unlock the breeder portion of the area.
  17. Jacques00

    Where do you find Savicite?

    I will look into it. I think male korgonne have random drops of savicite, but I'll double-check.
  18. Jacques00

    Why can't Herms be prostitutes?

    When Beth's whoring scenes were first introduced, where there were only scenes for females, I had coded it to where any vagina-haver could participate and didn't realize that the requirements were supposed to have been a lot more strict. After the trap expansion was included, I had to fix the...
  19. Jacques00

    Highlighted choices, what do they mean?

    The are just to denote the hotkeys W,S,A,D, primarily for movement if the player decides to play the game with the keyboard.