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

Feature: Show Modloader Achievement UI in the vanilla achievements menu #167

Open
KnightMiner opened this issue Sep 23, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@KnightMiner
Copy link
Member

Mockup:

image

To the end user, this should seamlessly show modded achievements with vanilla achievements.

Internal details

When clicking the mod button, a mod UI will pop up, covering the title and all vanilla achievments (suppressing tooltips). In addition, the selected vanilla achievements will need to be covered so it no longer looks selected.

All four buttons at the bottom should behave as expected when in the mod achievement UI, that is:

  • For the true achievements menu (either squads or global), clicking it closes the modded UI and reveals the vanilla one
  • For the unseleced vanilla menu (the other of global or squads), clicking it should update the vanilla menu and close the mod UI. Can probably accomplish this by having the mod UI close if the vanilla UI it was opened under closes
  • Clicking the mod button again does nothing
  • Clicking close should close the vanilla screen and the modded overlay. Can accomplish this in the same way as above, close the modded screen if the vanilla one changes

Can probably just reuse the modloader achievements UI from the main menu.

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

No branches or pull requests

1 participant