Wiki of MyGamePlatform Help

Project Zomboid

Introduction

In this guide we will show you how to configure your Project Zomboid server.

Project Zomboid configuration depends on 4 files found in /home/container/.cache/Server

Pz1
  1. Your_File_Name.ini – Basic server config controlling things like servername,password and more

  2. SandboxVars.lua: used for controlling gamestate, like number of zombies, amount of gas, brightness of night, perk points, etc

  3. Spawnpoints.lua: Controls where you allow players to spawn in the world

  4. Spawn_regions.lua: What regions exist in the world. If you add custom map portions, this file should be edited automatically

Your_File_Name.ini

Pz2

Open the file to customize your server to your liking.

SandboxVars.lua

Pz3

This file is used for controlling gamestate, like number of zombies, amount of gas, the brightness of night, perk points and more.

Spawnpoints.lua

This file contains the coordinates of the spawn points where you respawn when you die.

How to become an admin on Project Zomboid

Pz4
  1. Set your server admin password

  2. Join the Server with your Admin Password

How to reset a broken Project Zomboid character without affecting other player’s character

Character file broken, and you are unable to re-create new characters in Project Zomboid server?

This guide will show you how to reset a broken character without affecting other players character

  1. Locate your players.db file in your server. /home/container/.cache/Saves/Multiplayer/Your_File_Name.ini

  2. Download the player.db file to your computer.

  3. You then need a DB file reader. In this guide we use sqlitebrowser. Install it and click on Open database.

  4. Select the network players and search for the defective character file of a specific player. You can now select and delete the specific player.

  5. Save the file and reupload it to the server.

  6. Reboot the server, and you should be able to create new characters.

Last modified: 16 November 2024