This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

  1. Nov 11, 2021
  2. Nov 09, 2021
  3. Aug 28, 2021
    • David Greeson's avatar
      Major refactor to support other FE games · 39844d2d
      David Greeson authored
      While making the config for FE7, I noticed how much easier it is to randomize for FE6 and FE7 so I decided to organize the code in such a way that FE8 configurations are subclasses and all have weird quirks that FE6 and FE7 do not have.
      39844d2d
  4. Aug 27, 2021
    • David Greeson's avatar
      Bug fix for banned classes getting weird randoms · b379acd8
      David Greeson authored
      So the previous logic was assuming that if the character's class was in the `promoted` list, then set to `promoted`, otherwise set to `unpromoted`. Well, if the class is banned like the Demon King's, it'll fall under `unpromoted`. So I've created a banned promoted list so we can set banned characters to promotes this way, or unpromotes the other way.
      b379acd8
  5. Aug 26, 2021
  6. Aug 19, 2021
  7. Aug 18, 2021
    • David Greeson's avatar
      Added ability to potentially randomize other games · 98e960d4
      David Greeson authored
          - It will autodetect your FE game but prompt you to try randomizing with a different one should it be unrecognized
          - Although you can _try_ to randomize with FE6 or FE7, I haven't built spec's for them yet so it won't work
          - Additionally fixed bug where Valter is unable to move through the mountains in Chapter12 which causes the game to freeze
      98e960d4
  8. May 23, 2021
  9. May 22, 2021
    • David Greeson's avatar
      Manakete Bug Fix · ebab183c
      David Greeson authored
       - Fixed a bug where if a character randomizes to a manakete, they are properly given dragonstones
       - Also moved manakete to the `other` classes to prevent potential soft locks
      ebab183c
    • David Greeson's avatar
      04eda845
    • David Greeson's avatar
      Minor Bug Fixes · 849fdeea
      David Greeson authored
          - On Chapter 10, 2 of Duessel's knights didn't get their weapons randomized
          - Beran's first weapon was not correct for his class. He had an "Axereaver"
          - Demon King weapons cause soft locks if the user is not ranged
          - Myrrh's weapon and weapon lvl were randomized, but her class was not (Ephraim's route)
          - One of the River Folk in chapter 17 was not randomized
      849fdeea
  10. May 15, 2021
  11. May 14, 2021