Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for GP course effects #262

Merged
merged 3 commits into from
Apr 21, 2024

Commits on Apr 20, 2024

  1. feat: Add support for GP course effects

    Added support for GP course effects which are configurable by the new
    file GpCourseInfo.json. Extracted 15 course entries from the packet
    captures and encoded them into this file. Also added a new custom course
    called "Arrowgene QOL Course" (quality of life). This is an example of
    how to create new course effects which were not present when the game
    was live.
    pacampbell committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f6b0209 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. feedback: Address code review comments

    - Removed unused packet req.
    - Added icon_path, description and url keys to the json definition.
    pacampbell committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    50cf8a7 View commit details
    Browse the repository at this point in the history
  2. feedback: Address code review comments

    - Support hot reload of JSON file.
    - Add known enum names to comment field of effect list.
    pacampbell committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    8dfe5c9 View commit details
    Browse the repository at this point in the history