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

job board for missions available #210

Open
jtoppins opened this issue Jun 2, 2021 · 1 comment
Open

job board for missions available #210

jtoppins opened this issue Jun 2, 2021 · 1 comment

Comments

@jtoppins
Copy link
Owner

jtoppins commented Jun 2, 2021

Each commander periodically generates a set of missions to be flown by humans or AI. These "scheduled" missions have a departure time and if the mission is not assigned to a player before the departure time an AI(if available) is assigned to fly. Players would have the ability to request a mission (no longer the type of mission) which would be assigned to them in min(departure, distance) order or the player could display available missions and join one of the unassigned available. Basically the Commander is always generating missions, a continuous ATO, and players can choose from the available set of missions. Thoughts?

An example of what the list of available missions could look like:

     Code  Pkg  Pri Type    Dist   Launch-In  AO
   * 1234  111  A   CAP     150NM  5m         Region 1
   * 5678  111  B   SEAD    100NM  15m        Region 1
   * 4356  111  A   STRIKE  125NM  35m        Region 1
   * 8765  125  B   CAP     200NM  60m        Region 2
   * 8755  125  B   STRIKE  225NM  65m        Region 2
@ricmzn
Copy link
Contributor

ricmzn commented Apr 19, 2022

Not a 100% match for the feature, but I've made a separate menu that shows the top 10 priority unassigned targets that are in the player's ATO:

image

Most notably, it doesn't account for time-limited missions, as it's only updated when the player slots in, or a mission or assetis created or destroyed. How would we do that, given menu items need to be basically removed and re-created every time the text needs to change, and they only update once the user fully closes and re-opens the F10 menu?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants