-
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
Plugins v3 #652
Plugins v3 #652
Conversation
Would it be feasible to remove the launcher -> Northstar.Client dependency by reworking presence? I think ideally it gets handled all in launcher, but if not I would prefer it gets split off into a different mod or something? |
launcher doesn't handle presence in v3, I want to move it to the drpc plugin.
It might be possible but some stuff is just easier to access on the sqvm. |
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, though I would prefer if Launcher didn't depend on Mods.
Then again, it already does for a lot of stuff so ehhhh
The discord rpc plugin depends on this now. Launcher doesn't handle presence anymore. |
Perhaps rename the |
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.
Formatting stuff
Co-authored-by: Jack <[email protected]>
Co-authored-by: Jack <[email protected]>
Co-authored-by: Jack <[email protected]>
Just going to mention that afaik this PR does not depend directly on the Launcher PR (R2Northstar/NorthstarLauncher#472) but instead depends on R2Northstar/NorthstarDiscordRPC#10 (which does depend on R2Northstar/NorthstarLauncher#472) Basically what I'm getting at is that this PR shouldn't block R2Northstar/NorthstarLauncher#472 but also cannot properly be tested without R2Northstar/NorthstarLauncher#472 and R2Northstar/NorthstarDiscordRPC#10 |
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.
Just some formatting
Northstar.Client/mod/scripts/vscripts/cl_northstar_client_init.nut
Outdated
Show resolved
Hide resolved
Northstar.Client/mod/scripts/vscripts/cl_northstar_client_init.nut
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.
Code looks good.
I'm ignoring the weird whitespace in some files because the whole file is wrong, so fixing is beyond the scope of this PR
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.
Tested as part of the Launcher PR
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.
Confirmed working in testing together with R2Northstar/NorthstarLauncher#472 and R2Northstar/NorthstarDiscordRPC#10
Joined a bunch of servers and watched Discord activity status update
(No code review done in this review)
yes