mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 09:58:46 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/palworld
Normal file
29
tldr/linux/palworld
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Palworld
|
||||
|
||||
> Create and start a headless Palworld server.
|
||||
> More information: <https://docs.palworldgame.com/settings-and-operation/arguments>.
|
||||
|
||||
- Start the server with default settings:
|
||||
|
||||
`{{path/to/PalServer.sh}}`
|
||||
|
||||
- Start the server with a specific port and set a maximum player count:
|
||||
|
||||
`{{path/to/PalServer.sh}} -port={{8211}} -players={{1..32}}`
|
||||
|
||||
- Start a public lobby server:
|
||||
|
||||
`{{path/to/PalServer.sh}} -publiclobby`
|
||||
|
||||
- Start the server with performance optimizations for multi-threaded CPUs:
|
||||
|
||||
`{{path/to/PalServer.sh}} -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS`
|
||||
|
||||
- Start the server with a specific public IP and port for community servers:
|
||||
|
||||
`{{path/to/PalServer.sh}} -publicip={{ip_address}} -publicport={{port}}`
|
||||
Reference in New Issue
Block a user