Support official dedicated server build#40
Open
georgeciobanu wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support current official Nuclear Option dedicated server build
Summary
This ports Nuclei to load on the current official Nuclear Option dedicated server build tested against:
0.33.35.4.23.5v1.3.3/ currentmasterat2159bebThe release DLL fails to chainload on this server, and current
masterneeds API/namespace updates plus a different startup model because the official dedicated server now owns Steam server advertisement and mission rotation throughDedicatedServerManager/DedicatedServerConfig.json.What changed
NuclearOption.ChatNuclearOption.NetworkingNuclearOption.Networking.LobbiesUserCode_CmdSendChatMessage_-456754112MissionManager.missionTime->MissionManager.MissionTimeGameManager.LocalPlayer->GameManager.GetLocalPlayer<Player>(out ...)/stopquit the official dedicated server process cleanly./newmissionfor now on the official dedicated server path, with a private chat message explaining that mission loading is owned by the official dedicated server runner.PermissionLevel.Owner, notPermissionLevel.Admin.Why this shape
The official dedicated server appears to be the authoritative owner of:
So this patch makes Nuclei attach to the official server lifecycle instead of trying to launch a second legacy host/lobby path.
Verification
Build:
Runtime verification on both dedicated server instances:
The tested server continued advertising and accepting the official dedicated server configuration through the base game server manager.
Known limitations
/newmissionis intentionally disabled in this patch because mission switching should be reimplemented against the officialDedicatedServerManagerrather than the removed legacy lobby/server path.