2021-12-22 10:54:22 +01:00
|
|
|
# Notes
|
|
|
|
|
|
|
|
## General information
|
|
|
|
|
|
|
|
PZ wiki:
|
|
|
|
https://pzwiki.net/wiki/Main_Page
|
|
|
|
|
|
|
|
Dedicated server wiki:
|
|
|
|
https://pzwiki.net/wiki/Dedicated_Server
|
|
|
|
|
|
|
|
Server configuration file options:
|
|
|
|
https://steamsplay.com/project-zomboid-how-to-host-server-via-linux-tutorial/
|
|
|
|
|
2021-12-22 11:13:29 +01:00
|
|
|
Server command line parameters:
|
2021-12-22 10:54:22 +01:00
|
|
|
https://pzwiki.net/wiki/Startup_parameters
|
|
|
|
|
|
|
|
## To do items
|
|
|
|
|
|
|
|
Figure out how to add launch var on Linux, ie how to set `LD_PRELOAD` as is done by `start-server.sh`:
|
|
|
|
|
2021-12-22 11:14:43 +01:00
|
|
|
```
|
|
|
|
JSIG="libjsig.so"
|
|
|
|
LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"
|
|
|
|
```
|
2021-12-22 10:54:22 +01:00
|
|
|
|
|
|
|
The other envvars are set fine.
|