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

unit role icon expansion #2

Open
indig0fox opened this issue Jun 25, 2021 · 0 comments
Open

unit role icon expansion #2

indig0fox opened this issue Jun 25, 2021 · 0 comments
Labels
component:web Affects web component enhancement New feature or request
Milestone

Comments

@indig0fox
Copy link
Member

pass through requirement to record in-game > extension (player info logged w OCAP ID) > Leaflet support for unique icons by role

in-game:

  • record via unit type > primary weapon > launcher schema that A3 uses to identify roles of players in their UI
  • possibly expensive to throw in every loop of captureLoop, so offload to every 10th loop using global var to track instances (similar to Debug log)

extension:

  • record this "role" dynamically at frame intervals with events of specific unit via OCAP ID

Leaflet:

  • add supported player icons (has to be svg?) to facilitate display of roles such as AT, MG, Medic, Sniper, Grenadier, Squad Leader, Officer
  • take new property from extension-logged data and display player icon based on this property
@Fank Fank transferred this issue from OCAP2/legacy Jul 8, 2021
@indig0fox indig0fox added this to the v1.1.0 milestone Jul 14, 2021
@indig0fox indig0fox added enhancement New feature or request component:web Affects web component labels Jul 14, 2021
@indig0fox indig0fox modified the milestones: v1.1.0, v1.2.0 Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:web Affects web component enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant