-
Notifications
You must be signed in to change notification settings - Fork 121
Get lobby announcement from Atlas #699
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
base: main
Are you sure you want to change the base?
Get lobby announcement from Atlas #699
Conversation
| #if HAS_NORTHSTAR_CUSTOM | ||
| // relies on script HTTP which is in Northstar.Custom | ||
| thread GetAtlasAnnouncement_Threaded() | ||
| #endif // HAS_NORTHSTAR_CUSTOM |
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.
This was done to avoid having to override ui/_menus.nut in Northstar.Custom as well.
I could have done the HTTP stuff in Launcher, but that then splits this feature into 3 PRs :/
Unfortunately this does mean that clients who have Northstar.Custom disabled will not see the announcements. This makes up a tiny proportion of the playerbase, so personally I'm not too concerned.
|
It's already done and has been for a while, all you need to do is set some convars to display a message. Currently we display a message about progression.
No, I haven't touched Go before really. It would basically be the same as mainmenupromos though, perhaps with a localisation file sent in some way as well? Idk. The linked issue details requirements. |
Marking as a draft because this relies on a new Atlas endpoint. (R2Northstar/Atlas#38)