From 01bc589d0469cff2d8cc1c997ffa135c9acd703b Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Wed, 22 Dec 2021 20:54:22 +1100 Subject: [PATCH] Create project-zomboid.md --- project-zomboid.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 project-zomboid.md diff --git a/project-zomboid.md b/project-zomboid.md new file mode 100644 index 0000000..79bf5b9 --- /dev/null +++ b/project-zomboid.md @@ -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.