Search results

  1. Jacques00

    [0.9.047-PUBLIC#3201] Transparent flag not working

    Okay, I see what's going on. It seems when the code was ported over to Javascript, the original code might have been misinterpreted and the exposure clothing checks were combined and the transparent clothing checks were combined for the visibility function, messing up the calculations when it...
  2. Jacques00

    Crash when checking on children

    Hopefully fixed for the next release. The computer was trying to access Aina as a character object and she doesn't have one so it was crashing. The check should be corrected to properly detect if a character object is defined or not before trying to grab the character's name.
  3. Jacques00

    Broken Tease Damage

    Thank you for the save and determining it was "Innocent Allure" perk. It's not really the perk itself that's the issue but the effect it applies in combat that causes the crash. When using a tease, if the opponent is hit by the lust damage, the perk will apply a "Lust Staggered" effect, which...
  4. Jacques00

    [0.9.046-PUBLIC#3154] Blackjack Custom Bets

    Thanks. I made some more adjustments for the next release that should hopefully fix these issues. After backing out of a game, returning should properly reset the bet back to the default value (500 credits). It should only ever show the player's credits value if the current number of credits is...
  5. Jacques00

    [0.9.047-PUBLIC#3201] Transparent flag not working

    I'll need a save file for testing, but from what I'm seeing so far, transparency only contributes to visibility, not exposure. You may want to be more particular in what part of the game is not mentioning the clothing transparency. In the game, there are three kinds of states to genitals when...
  6. Jacques00

    [0.9.046-PUBLIC#3154] Blackjack Custom Bets

    I've made some changes that may fix this for the next release, but I may need a save file to test with just in case.
  7. Jacques00

    Gray Goo Armor Interactions broken

    I wasn't able to recreate this issue myself but let me know if the latest release corrects it for you.
  8. Jacques00

    Nova talk dialog exit not properly, need to click crew to exit proper.

    This should hopefully be fixed on the latest release.
  9. Jacques00

    [0.9.045-PUBLIC-ANDROID#3105] naked Busts

    Zaalt's busts had been recently renamed due to finding that the wrong busts were used. So it might be a caching issue on your end.
  10. Jacques00

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

    Since this is for the Milodan Priestess, this should already be fixed for the next release.
  11. Jacques00

    [0.9.045-PUBLIC#3105] Player Bust Grows/Recalculates When Changing Appearance Tabs

    Hopefully fixed for the next release. Technical details: I had to refactor several parts of the bust mannequin rendering code. It should fix multiple render-updating issues. Outside of the image viewer and mannequin edit screens, the bust should ping itself every second or so and if the...
  12. Jacques00

    Gene from genes mods caused a random critical error

    There was a recent edit that should hopefully fix this for the next release.
  13. Jacques00

    [0.9.045] Bovine Unnecessarily Difficult to Qualify For

    Yes, canLactate() should be the more correct check. This should be fixed for the next release. Yes, it is unfortunate that the new scoring system overwrites the race like that. I did start to add the amazonian prefix and proper amazon variants to race, but I soon realized that the game has...
  14. Jacques00

    Buying items bug

    I was unable to recreate the bug, but I've edited a check that should hopefully fix this issue in the next release.
  15. Jacques00

    Cargo hold bug

    Hopefully fixed for the next release.
  16. Jacques00

    Query

    Enabling it and exiting the Options menu should apply a video to the backdrop of your game. If the video does not appear or shows up as a broken link, then your browser/device might be blocking embedded video.
  17. Jacques00

    Genital tail issue

    After reviewing this, I'm pretty sure this is more of a quirk than it is a bug. Some tail types are locked from transformation and they are any tails with a combat implant, nine-tail fox variations, cunt snake tails and cockvine tails. If there is a check for whether or not they can be...
  18. Jacques00

    Critical error upon leaving the robot in the starting area's shop

    I couldn't reproduce this issue, but I made an edit that should check if the shopkeeper exists before trying to trigger their onLeaveBuyMenu() function. Hopefully this fixes the issue for the next release.
  19. Jacques00

    [0.9.045] Bovine Unnecessarily Difficult to Qualify For

    I think the reasoning for having so many parts is to make sure the points add up to 10 and there weren't many parts to weigh in on that. I've made some changes to meet the minimum of 8 points, I think. I've removed the hooves, digitigrade and muzzle counts and made the bovine head count for 2...
  20. Jacques00

    Racial score bug?

    Thanks. The edits I made for the next release should hopefully fix this issue for you.