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

Add the ability for beta builds to have their own isolated space #368

Merged
merged 7 commits into from
Feb 29, 2024

Conversation

jvyden
Copy link
Member

@jvyden jvyden commented Feb 26, 2024

Some beta builds can end up posting levels that can crash players playing on mainline versions of the game. For example, a player playing on a deploy build can upload a level that will be registered as an LBP1 level. This causes a hard crash upon loading in LBP1.

This also introduces 2 commands that are not debug commands:

  • /beta: Switches the token to be TokenGame.BetaBuild. Can be used for builds that do not properly identify themselves as beta builds, e.g. deploy.
  • /revoketoken: Revokes the token, essentially forcing the game to redo the handshake with the server. This can be used to switch away from beta mode, can also just be generally useful.

This was vaguely tested.

@jvyden jvyden requested a review from Beyley February 26, 2024 22:09
Copy link
Member

@Beyley Beyley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only some small things

@jvyden jvyden requested a review from Beyley February 28, 2024 23:08
Copy link
Member

@Beyley Beyley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good, needs a rebase though

@jvyden jvyden merged commit d33ee3d into LittleBigRefresh:main Feb 29, 2024
2 checks passed
@jvyden jvyden deleted the beta-mode branch September 12, 2024 22:14
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

Successfully merging this pull request may close these issues.

2 participants