Search results

  1. Jacques00

    Small question about Syri's coat

    Hopefully fixed for the next release. I think follower Syri was had the coat fixed, but the regular Syri didn't. In any case, if there are certain scenes where the coat should be visible and is not, feel free to mention the scene specifically and I'll see if it's possible to change.
  2. Jacques00

    Zheng Shi Blackjack Cards

    I vaguely recall that as a post too, but I may have been mistaken. Digging back into the chat logs, I found one message in relation to download of the card art: (Fenoxo — 01/19/2023 2:41 PM) So if you are a Patreon/SubscribeStar supporter, I assume you can find the download for the set there.
  3. Jacques00

    Doubts about tainted rusher

    Yes, she can be encountered at least once per probe-related planet (except for Zheng Shi Station). If you have already collected the probe for that planet, then she will move on to the next planet, if available--though she will not move on until she has been encountered at least once on the...
  4. Jacques00

    Any way to Assign multiple custom images to character bust to replicate the 'reactive image' bust?

    At the moment, setting a custom image will only apply to one image ID at a time. So far, the player character only has two image IDs: "PC" and "PC_NUDE", for default and nude variants, respectively; so you can only replace those with custom images. There are no reactive image overrides and the...
  5. Jacques00

    Sidewinder Storage Problem (Version 0.9.063)

    On testing your save file, I cannot replicate your issue with the current version of the game (v0.9.067). Are you sure you are playing on the latest version of the game?
  6. Jacques00

    busts not working

    Hopefully fixed for the next release. Giala's image ID wasn't set to match properly. As for Lieve, ManiacPaint's Lieve's bust is only visible for her nude variant, otherwise her clothed variant uses other artist. I am aware that the old Flash version of the game used the same image for both...
  7. Jacques00

    Cow girl pc no longer have their unique hand milking scene

    Hopefully fixed for the next release. The cow score checking for some masturbation scenes were inconsistent with one another, so I made a creature function that should hopefully make that a non-issue. The isCow() check should check if the character is a bovine race, has a non-bovine cow score...
  8. Jacques00

    Amazon race overriding secondary race for specific dialogue

    Hopefully fixed for the next release. I think the dialogue is supposed to refer to Steele as "human" if their race is "frostwyrm". Of so, the race name should now be stripped down before being compared, so "amazonian frostwrym" will be considered as "frostwyrm". If there is a specific part of...
  9. Jacques00

    Bess naming bug

    Hopefully corrected for the next release. The title changes for Bess's normal name was not being treated like her other title changes. The correction will now allow Bess's name and her title to be separate values. This will require you to rename Bess through her menu though, but the titling...
  10. Jacques00

    TentaOrgy Masturbation option not appearing/working (Pub Build)

    Yea, I looked over the scene (and its involuntary variant) and it heavily implies the tentacles' want to breed a wet hole, so it would require some rewriting if it were to be adapted for purely male characters. So for now, it's specifically for vagina-having characters. Nonesuch is the original...
  11. Jacques00

    TiTs Wiki Thread

    While the trivia tid-bit is technically correct, there is no mention of such characters or relations in the game content itself. I have rephrased the information to be more relevant.
  12. Jacques00

    Custom busts HOWTO/FAQ

    Yea, the custom images is something totally separate from the combat's button text. I've made an edit for the next release that should allow changing the bust art for ships. It should also work for ships without bust art (like the ships you mentioned), though the underlying system of how this...
  13. Jacques00

    [0.9.062-PUBLIC#3602] 'Sense' Lust Resists Shows Physical Resists

    Hopefully fixed for the next release. The index for the information was just improperly set, so it was using the wrong index values.
  14. Jacques00

    Weird bust bug in milker fivesome

    Okay, this bust should be fixed for the next release.
  15. Jacques00

    Ovalasting egg count is always stuck at 4

    From what I can tell, it should work. For the Ovalasting training level, you'll need to actually train it with the egg trainer for the level to increase. However, to clarify, the egg number will always be 4 for the womb since when it was impregnated, the Ovalasting training level was undefined...
  16. Jacques00

    Weird bust bug in milker fivesome

    Hopefully fixed for the next release. The busts seem to have a different name since the transition to JavaScript.
  17. Jacques00

    Curious race description problem

    Thanks. I have made an edit for the next release that should make a high amazon score (80% or more and one of the top two scores) no longer influence the race determination; but will now just add an "amazon" prefix to the race instead (unless the next highest score is human, then it'll just be...
  18. Jacques00

    Curious race description problem

    Can you provide a save file for testing?
  19. Jacques00

    TypeError: Cannot read properties of undefined (reading 'isDefeated')

    At the moment, I don't think there is a way to become a Milodan. It may be possible to get milodan children, but the character can't obtain milodan anatomy and become a milodan, as of yet.
  20. Jacques00

    Game crashing Lost all credits aswell.

    Alright, well, if you are able to track it down again, I may be able to correct it so it doesn't affect other players. For the moment, if you are able to access the browser's console and want a quick fix, you can type "pc.credits = 500" (it can be whatever integer value you want) and hit Enter...