Search results

  1. 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?
  2. 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...
  3. 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.
  4. 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).
  5. 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...
  6. Jacques00

    [0.9.098] Paige bug

    I may have this fixed for the next release, but I'll need a save file for testing.
  7. 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...
  8. 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...
  9. Jacques00

    Fixed Typos and Etc

    Hopefully fixed for the next release.
  10. Jacques00

    Typos and Grammar Issues

    Fixed for the next release.
  11. 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() *...
  12. Jacques00

    Critical Crash - Cyberpunk to Failed Dating

    Is this bug something you can still replicate or is it no longer an issue?
  13. 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...
  14. Jacques00

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

    Can you provide a save file for testing?
  15. 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...
  16. 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...
  17. Jacques00

    Typos and Grammar Issues

    Fixed for the next release.
  18. Jacques00

    [0.9.097] Gifts given to Kimber appear as "1 undefined" in the Encounters log

    Hopefully fixed for the next release.
  19. Jacques00

    Kara's Quest - in progress but completed?

    Hopefully fixed for the next release.
  20. Jacques00

    Unlimited Failures

    Hopefully fixed for the next release. Due to the lights out game not rendering exactly the same as the circuit minigame, some of the checks are a little delayed in where they are updated and checked.