Create project-zomboid.md

This commit is contained in:
Greelan 2021-12-22 20:54:22 +11:00 committed by GitHub
parent c885cdada0
commit 01bc589d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
project-zomboid.md Normal file
View File

@ -0,0 +1,24 @@
# 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/
Server command line paramters:
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`:
`JSIG="libjsig.so"
LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"`
The other envvars are set fine.