Search results

  1. Jacques00

    Fixed Is this Normal??? (Negative Money/Debt) Game Version: 0.9.102-PUBLIC#5026

    Hopefully fixed for the next release. Details outlined here.
  2. Jacques00

    Fixed Anno minus credit

    Hopefully fixed for the next release. I think the main issue was that the scene was being filtered through the penisRouter() for topping them. Because of how that function works, it will take the index value of the penis you chose and use it for the scene's function being called--this screws up...
  3. Jacques00

    Fixed [0.9.156-BACKER-ELECTRON#6897] Jana can still get pregnant after becoming infertile

    I've also fixed this bug in relation to this bug report, so hopefully it should all be fixed for the next release and work as intended.
  4. Jacques00

    Fixed [0.9.156] Jana No Longer Impregnates Player

    Hopefully fixed for the next release. This one is an odd one, but I think I've ironed it out to work as intended. The bug was that right after she gave birth, Jana was supposed to go on Sterilex. In code, she would gain the "Infertile" perk, which makes her both not-fertile and not-virile...
  5. Jacques00

    Fixed [0.9.156-PUBLIC#6898] Shizuya Spar Doesn't Respect Combat Description Toggle

    Hopefully fixed for the next release. Her descriptions will only show only if: it's the first turn, she changes her combat mode (giving a different description), or the Combat Description Toggle option is enabled.
  6. Jacques00

    Fixed Doctor Po's Ship Installations aren't available in Cheat Menu 0.9.156

    Those two installations don't appear on the Item Cheat because they aren't actual inventory items. When you buy them from Po, they are flagged as installed on the ship, so the item isn't required for being carried around. I've made edits to the "Sexdoll Encounter" cheat and replaced it with an...
  7. Jacques00

    Fixed Chance inconsistency and minor typo

    Ah, okay, I see where the issue is stemming from. The parser that is being used didn't take the ship's location into account (so it thought the player character was on another planet). I've fixed this so that if the player is inside the ship, the location of the ship will be used instead of the...
  8. Jacques00

    Is there a way to change your gender/sex displayed in the combat screen?

    If I'm remembering correctly, early on in the game's development, there was a need to know the genital setup for the enemy you were facing so you can decide if you wanted to sex them after combat. It was this way in the Flash version and carried over to the JavaScript version, when the UI was...
  9. Jacques00

    Fixed Chance inconsistency and minor typo

    The typo should hopefully be fixed for the next release. As for Chance participating, you only have to be on Dhaal--whether or not you are in your ship shouldn't matter too much, it seems (that only changes the "lazing about" portion of the beginning sentence). But if you are indeed on Dhaal...
  10. Jacques00

    Fixed E.G.G.-related VR links should be accessible properly. (Jacques00)

    This might have been jumping the gun when skimming the changes I made. I did link up the scenes, but it was pending a look-over by Leek before being ungated. Leek did get to finish the review and unlocked the content, so you should see it actually appear in the next release (hopefully soon). As...
  11. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    Thanks, hopefully fixed for the next release. When in the VR version of the scene, the transformations should now be applied to a dummy clone of the player and parse the text from that, then everything should revert back after the scene is done.
  12. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    Yes, it seems like the VR variant doesn't actually carry over any transformations (even if the changes are supposed to be an illusion), so this is a more involved issue than a typo. I'll need a save file for testing, if possible.
  13. Jacques00

    Not A Bug [0.9.154-PUBLIC-ELECTRON#6825] Huskar treats refuse to give Huskar Tf's, even with all but 1 Ausar score point

    Not all furred arms will have fluffy support in their appearance descriptions. The property may appear as an adjective in parsed instances, but fluffy variants will need to be written, much like any variant for any other body part.
  14. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    Mostly fixed for the next release (not the current one, but the next). This one is fine as-is. The "debris" is plural and the sentence seems to be in present tense. Not sure who is speaking, so I've asked the author for clarity. This seems to be a specific word she uses for this one instance...
  15. Jacques00

    Not A Bug [0.9.154-PUBLIC-ELECTRON#6825] Huskar treats refuse to give Huskar Tf's, even with all but 1 Ausar score point

    Yes, the item is not bugged and is working as expected. The arms have to be of canine type (canine arms type can optionally be furred depending on how they were obtained), so the zil arms don't count despite being furred. If you use the Huskar Treats enough times, you will eventually become a...
  16. Jacques00

    Fixed [0.9.154-PUBLIC] Assorted typos

    It does, thanks. It seems that the panties' name shows up as expected. So if you don't see it on the current build, then it should appear in the next release.
  17. Jacques00

    Fixed [0.9.154-BACKER#6839] Josie called me a virgin and hurted my fragile chud ego

    The simplest solution is probably the best one. I've amended my edits so they don't look at genitals. I think one other event uses this method (Frostwyrm content), so I'm using the same for consistency. Though do note: not all scenes that check virginity status use this since it's highly based...
  18. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    All fixed for the next release, up to this point.
  19. Jacques00

    Fixed [0.9.154-BACKER#6839] Josie called me a virgin and hurted my fragile chud ego

    Yes, the edit I made should correct it from what I can see. For how the fixed virginity check works. First, it will decide if the player character is an anal virgin. If they are, check if they have a penis and see if they kept their penis virginity. Then if that's true, check if they have a...
  20. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    Mostly fixed for the next release, up to this point. I'll need to look further into this because it looks like not all instances where that value is parsed seems to be consistent. I didn't originally code the content, so it's a bit more difficult to know which ones are intended and which ones...