Search results

  1. Jacques00

    Critical Crash - Cyberpunk to Failed Dating

    Thanks, hopefully addressed for the next release.
  2. Jacques00

    Can't Leave Canadia Station

    Yes a save file would help. Made an edit for the next release that should double check if The Great Majin and the player's ship are indeed on the same planet before exiting. The failsafe will have the player be dropped off on at their ship's room instead of Majin's room if the Majin is...
  3. Jacques00

    Need to search the tessa quest bedroom twice to find the last keycard

    If you can provide a save file when in the room, that may be helpful.
  4. Jacques00

    No Italics in many Tessa quest scenes

    Is this still an issue? If so, can you provide some sample text where the issue occurs?
  5. Jacques00

    kaede uveto spawn help

    As far as I am aware of, it should work (in the code, I don't think there is a difference in code between the public and backer/dev versions for the event's check). Basically, I loaded the save file you posted, used the Fly menu to travel to Uveto Station, re-entered the ship, then re-exited the...
  6. Jacques00

    [0.9.098-PUBLIC#4902] Myrellion's Deep Caves Hotkeys

    Hopefully fixed for the next release. Those tiles should have their up/down paths locked from traversal, so the player will need to use the menu buttons to properly cross.
  7. Jacques00

    [0.9.098] Roo's Encounter win/lose counter

    Hopefully fixed for the next release. After playing a game (however many hands doesn't matter) if the flag value is defined but isn't an actual number, it'll reset the value to 0, then it'll add whatever score was earned from the game (if it is also an actual number, otherwise it'll just add 0).
  8. Jacques00

    kaede uveto spawn help

    I think your save file is fine. I did go through to double check the code and fix some things but they aren't related to this issue in particular. Due to how entering and exiting the ship works (it is now checked on movement rather than on returning to the main text, I think), when you load your...
  9. Jacques00

    [0.9.098] Paige bug

    I may have this fixed for the next release, but I'll need a save file for testing.
  10. Jacques00

    [0.9.098] Kelly buggy

    From what I can see, Kelly will only start selling Ovilium only if your character actually helped Shelly lay her eggs. As for the Honey-related items, if you refused Haswell's quest, the assumption is that the Zil research is ongoing and that the quest is you take is something to contribute to...
  11. Jacques00

    Gallery didn't unlock most images from old saves

    Unfortunately, the tracking for character busts only extends up to to when bust tracking was first implemented, so older saves may be missing unlocked entries. So to unlock the entries, you may need to revisit the characters on your current game, or start a new game to visit them for unlocking...
  12. Jacques00

    Fixed Typos and Etc

    Hopefully fixed for the next release.
  13. Jacques00

    Typos and Grammar Issues

    Fixed for the next release.
  14. Jacques00

    power surge not regenerating shields?

    From what I can see in the code, the energy gain is a guaranteed 33 points, but the shield regen is highly variable depending on your setup. The actual equation for the shield gain is: let amount = Math.ceil((attacker.bimboIntelligence() * 1.5 + rand(attacker.level) + attacker.shieldsMax() *...
  15. Jacques00

    Critical Crash - Cyberpunk to Failed Dating

    Is this bug something you can still replicate or is it no longer an issue?
  16. Jacques00

    Frostwyrm TFs resulting in Zaika-morph race.

    I'm not sure how far back, but the current version of the game (v0.9.097) shows Frostwyrm-morph for me. I suppose, since both scores are at 5/12, they are essentially of equal weighting, so it'll come down to how your game sorts the scores, maybe? Computational sorting may be based on your...
  17. Jacques00

    [0.9.097] Kiona can't count (much numbers, wow)

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

    Frostwyrm TFs resulting in Zaika-morph race.

    When I loaded your save on my end, it also showed Frostwyrm-morph by default so I don't see how you're getting Zaika by default unless maybe you are playing an older version of the game that is missing out on some of the race score refinements a couple builds back. To show the race scores, if...
  19. Jacques00

    Frostwyrm TFs resulting in Zaika-morph race.

    Unfortunately, this is one of those edge cases when mixing properties from each race (because of your desired look), so there is a tendency for this to happen. Though you always have the option to set your Preferred Race in the character's appearance screen if your score is high enough. If the...
  20. Jacques00

    Typos and Grammar Issues

    Fixed for the next release.