feat(rsdwserver): add RuneScape: Dragonwilds server#4921
Open
JSaterdalen wants to merge 3 commits intoGameServerManagers:developfrom
Open
feat(rsdwserver): add RuneScape: Dragonwilds server#4921JSaterdalen wants to merge 3 commits intoGameServerManagers:developfrom
JSaterdalen wants to merge 3 commits intoGameServerManagers:developfrom
Conversation
13 tasks
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.
Description
Adds dedicated server support for RuneScape: Dragonwilds (Steam appid
4019830, native Linux 64-bit binary).This PR supersedes #4893. @yourfate invited completion in their comment ("If anyone wants to complete this, feel free, I probably won't have time to work on this for a few months."); this branch picks up that work, finishes the open items, and has been tested on my own server.
differences from #4893:
rsdw. Happy to revert if maintainers preferrd.fn_info_game_rsdwparsing the in-gameDedicatedServer.iniforServerName,OwnerId,WorldPassword,AdminPassword,DefaultWorldName(verified against the actual[/Script/Dominion.DedicatedServerSettings]section produced by the running server).fn_info_messages_rsdwwith the port table plus a "Game Settings" details block surfacing world name and owner ID.rsdwtoinfo_messages.sh'sports_edit_arraysodetailsshows the real INI path instead ofUNKNOWN.check_system_requirements.sh(per official docs: 2 GB base + 1 GB per player).Saved/Config/LinuxServer/(the wiki saysLinux/, but the server actually usedLinuxServer/).Follow-up (separate PR): a
Game-Server-Configstemplate (rsdw/DedicatedServer.iniwithSERVERNAME/ADMINPASSWORDplaceholders) plus aninstall_config.shblock to seed the INI on first install.Fixes #4891.
Type of change
Testing
./linuxgsm.sh rsdwserver./rsdwserver auto-install./rsdwserver start./rsdwserver details./rsdwserver stop./rsdwserver postdetailsshellcheck --severity=warningoninfo_game.sh,info_messages.sh,check_system_requirements.sh, and the new_default.cfg[/Script/Dominion.DedicatedServerSettings]and the keys the server writes on first launch.serverlist.csvisubuntu-24.04; Ubuntu 24.04 verification still pending.Risk and rollback
Breaking changes
Documentation impact
A new page under
LinuxGSM-Docs/game-servers/forrsdwservershould be added once this lands. Happy to open the docs PR as a follow-up.Checklist
PR will not be merged until all steps are complete.
Documentation
If documentation does need updating either update it by creating a PR (preferred) or request a documentation update.