GameServerManagers / GameServerManagers/LinuxGSM
[Bug]: Start Params missing for custom ports
- Dominant language
- Shell
- Stars
- 4.9k
- Forks
- 864
- PR merge metrics
- No merged PRs in 30d
Description
### User story
Pallworld server script config is missing perams in the lgsm server config
### Game
Palworld
### Linux distro
Ubuntu 22.04
### Command
command: start
### Further information
Pallworld server script config is missing
`Port='${port}'`
and
`-publicport='${port}'`
in startperams. It should look like this,
`startparameters="EpicApp=PalServer Port='${port}'-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -publicport='${port}'"`
Otherwise you wont be able to connect to the server using custom ports.
### Relevant log output
```shell
NA
```
### Steps to reproduce
Install default lgsm server script for palworld, assign custom ports.
Contributor guide
Assessment
This issue has not been assessed yet.