-
-
Notifications
You must be signed in to change notification settings - Fork 832
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
[Feature]: QueryPort - pwserver #4454
Comments
It doesn't appear you can change the 27015 port yet. This is currently a "feature" of the game server. |
https://gist.github.com/Toakan/3c78a577c21a21fcc5fa917f3021d70e Maybe the stated startup parameters listed there can be implemented. |
Hi, had the same problem and -queryport seems to default to 27015 and can be change on the startup parameters. This works for me as a workaround. Somehow the game server itself has -port and -publicport
|
Adding some additional information here. While most other things can be configured in the PalWorldSettings.ini file, the Steam/query port is not one of them, so it needs to be configured as a start parameter. Currently, there is a combination of two proposed changes. One - lgsm/modules/info_game.sh
Modify the steamport so that it can accept variables configured in lgsm/config-lgsm/pwserver/.cfg
It appears info_game.sh is loaded after .cfg, so it overrides user configuration of that variable on ./pwserver start, ./pwserver details, and likely others Second, once the above change is made, in lgsm/config-lgsm/pwserver/_default.cfg:
With the current iteration, even if I create the variable 'steamport' in .cfg files, no matter what I set it to, it gets overwritten with 27015, and it appears to affect the actual game start (when the variable is steamport, it works fine if I name it something different) Verified these changes to info_game.sh and the .cfg on a test instance of Palworld
note the steam port is listed updated, and that it's actually listening on 27017 as configured:
|
I think the PR #4479 should close this issue. It's release in v24.1.3 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
User story
As a dev, i want query port config for palworld, so that i can run multiple servers on the same host
Game
Palworld
Linux distro
Debian 11
Command
command: details
Further information
i tried to launch multiple servers for palworld using the same host but i can't update query port as the only available port variable for this server is the server port, would be nice to add queryport support so we can change the port used for steam (27015)
The text was updated successfully, but these errors were encountered: