-
Notifications
You must be signed in to change notification settings - Fork 30
fixing authority for deployment manager worker and increased default lobby time in game mode #3
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
Conversation
…lobby time in game mode
spatial/one_worker_test.json
Outdated
"value": "0" | ||
}, | ||
"dimensions": { | ||
"xMeters": 300, |
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.
We should keep the dimensions the same as previous config
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.
reverted dimension changes
}, | ||
"chunk_edge_length_meters": 50, | ||
"streaming_query_interval": 4, | ||
"legacy_flags": [ |
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.
Worth checking if any of these legacy flags are required @m-samiec
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.
The bridge_soft_handover_enabled flag needs to be there I'm pretty sure.
Also how come I don't see the enable_chunk_interest flag? It needs to be disabled since QBI is enabled
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.
Will add those two in, though it was definitely working without them. Perhaps they default to false if not present?
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.
Added
The deployment manager worker does not have the correct authority set, making it not update the deployment tags properly for the deployment-manager tutorial.
Also, the gamemode only gives about a second to allow players to join a session before the session is made unavailable to new players, and session time is a bit too long.
These changes will fix the authority of the deployment manager worker, change lobby time to half a minute, and session time to 10 minutes.