Search results

  1. Jacques00

    Ramis extra training not happening

    I'll need a save file to test with and some sample text of the problematic scene, but I do remember changing some of the workout buttons to account for energy costs and soreness. If your character has enough energy to "Carry On", then that option should be possible. If that isn't the scene you...
  2. Jacques00

    [0.9.084-PUBLIC#4334] Minimum Lust Perks Causing Excessive Min Lust

    Ah, okay, I see it now. I assume that doubling was due to a typo in the lust() function. There were new lines added for a piercing effect, but it wasn't wrapped around brackets, so lust was being set twice. Hopefully fixed for the next release.
  3. Jacques00

    Arbetz Pool

    Applied a fix that should hopefully make backing out of the inventory trigger refreshing the room (similar to how it worked in Flash), though only after using or equipping/un-equipping items--just browsing through the inventory shouldn't trigger any refreshes, as intended. Again, a save file...
  4. Jacques00

    [0.9.084-PUBLIC#4334] Minimum Lust Perks Causing Excessive Min Lust

    It seems there isn't any wrong with any perks or status effects that contribute to minimum lust. I think the issue is with the final lustMin() value, where right before it outputs the minimum lust value, it now converts the the value with a minLustCalc() filter. That function changes the final...
  5. Jacques00

    [0.9.042-PUBLIC-ANDROID#3004] inv / shop, selling milk error, also dupe bug.

    Gedan got this covered. I did some testing and it looks like this should be fixed for the next release, hopefully.
  6. Jacques00

    Arbetz Pool

    I'll need a save file to test with to be sure on the right solution. I know this issue is primarily due to how the current inventory seems to work compared to how it worked in the Flash version of the game.
  7. Jacques00

    [0.9.042-PUBLIC-ANDROID#3004] inv / shop, selling milk error, also dupe bug.

    If you have a save file I can test with, that would be helpful. I'll revert some changes I made to the milk bag item (assuming it worked correctly before the last patch), so hopefully new milk bags won't be bugged.
  8. Jacques00

    [0.9.082-Backer] Racial scores still a bit scuffed

    There was an overlooked condition in the latter part of the race calculations (a result of an edit to address a different bug). I've fixed it so it should hopefully solve this issue for the next release.
  9. Jacques00

    [0.984-BACKER#4322] Clicking on Goo Armor when in inventory triggers crash - "Interactable items must override interactAvailable()"

    There was a new feature added for items with a specific interaction, but it seems all items that could be interacted with also needed an update to match some function structure. Because those function structures didn't match, it causes a crash. So all affected items needed to also be updated to...
  10. Jacques00

    Fixed Typos and Etc

    Fixed for the next release.
  11. Jacques00

    Error while shopping

    No problem. I would avoid playing on a save file with the credit value being corrupted like that (it may be possible to repair and reset the credits in the console if you play on a browser though). We may need to add in a safety function to help reset that value to a valid number, but for the...
  12. Jacques00

    Sand-worm

    Yes, please make sure you are playing in the latest version, if at all possible.
  13. Jacques00

    Fazian

    I'll need a save to test with and make sure, but yes, this issue seems to be for an outdated build of the game. Please use the latest build of the game and see if you have the same issue.
  14. Jacques00

    Error while shopping

    I see. This might have been a side effect of lowercase_donkey's recent revamp to the Halloween costume functions. Though I couldn't recreate the bug on my end ( I assume it might have been fixed since the last patch), I will make some edits for the next release that should hopefully prevent the...
  15. Jacques00

    Error while shopping

    I can check if you remember what costume it was. The planet shouldn't use a different currency. The only other place I can think of is the shops on Uveto. In any case, your initial error was because the number of credits on your character (alternate currency or otherwise) that was being fed...
  16. Jacques00

    Can't call IncrementFlag because value is "undefined"

    Ah, I think the Android build wasn't updated when the hotfix was released, so that might be the issue. In any case, the next release should have this fixed, so you might need to avoid any exploration in the wilds, if it can be helped. Next release may come in a day or two depending on when all...
  17. Jacques00

    [0.9.083-PUBLIC#4280] Dong Designer incorrect flags on Kaithrit cock.

    Hopefully fixed for the next release.
  18. Jacques00

    Error while shopping

    I may need a save file assuming this issue is reliably repeatable for you. Otherwise, I found where the issue could possibly occur and put in some safety checks for the next release. I assume you had recently left a shop that had non-standard currency (like Savicite, or Tuuva's credits), then...