-
Notifications
You must be signed in to change notification settings - Fork 118
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
Add UI Notification for Invalid Mod Installs #597
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, might be worth putting the invalid mods at the start of the list so that users cant miss them
haven't tested, but ui looks great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, works along R2Northstar/NorthstarLauncher#415 with one or several fucked mods.
I however have some requests regarding UI.
Northstar.Client/mod/resource/northstar_client_localisation_english.txt
Outdated
Show resolved
Hide resolved
The compile check fails because some exposed function signatures have been corrected in R2Northstar/NorthstarLauncher#415. |
In that case you can already update the signatures in |
@GeckoEidechse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, tested with Alystrasz/NorthstarLauncher#4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Northstar.Client/mod/resource/northstar_client_localisation_english.txt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good feature, this will definitely help people understand how they can fix their Northstar install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uniboi this is currently broken due to outside changes using native functions that are removed in this PR. (also merge conflicts) |
I'm not sure if this is even needed anymore. I haven't seen someone manually installing mods incorrectly in a while. Maybe most people are using mod managers now? |
A vast amount of people dont use mod managers and screw it up Plus, this extra info doesnt hurt |
@uniboi I think your branch is outdated, the feature does not work anymore |
@uniboi there's currently some merge conflicts. |
@uniboi bump |
bump |
@uniboi 'sup? [EDIT]: Launcher counterpart PR (R2Northstar/NorthstarLauncher#415) is now up-to-date with |
Titanfall_2_2023-02-24_12-55-14.mp4
Display a notification if incorrectly installed mods are found.
Depends on: