Skip to content

[Bug]: Start Params missing for custom ports #4456

@Dreadarm

Description

@Dreadarm

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

NA

Steps to reproduce

Install default lgsm server script for palworld, assign custom ports.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    🆕 New Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions