GameServerManagers / GameServerManagers/LinuxGSM

[Bug]: Start Params missing for custom ports

Open
#4,456 1 comment 0 reactions 0 assignees View on GitHub
command: install command: start distro: Ubuntu type: bug
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.