If you want to be able to choose your spawn at the beginning of your Project Zomboid game, you'll need to follow these steps to be able to choose from the default four spawnpoints, which are Muldraugh, Riverside, Rosewood, and West Point.
Navigate to your control panel and Stop your server.
Click the File Manager tab.
Open the Zomboid folder.
Open the Server folder.
Click the New File button.
6. Name the file "servertest_spawnregions.lua"
7. Once the file is created highlight it and click Edit.
8. Once opened paste the following code:
function SpawnRegions()
return {
{ name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" },
{ name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" },
{ name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" },
{ name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" },
}
end
9. Click Save & Exit.
Very nice! You just created your spawnpoints file! In our modded spawnpoints tutorial we will go over how you can use this file to add modded maps.
If you require any further assistance, please do not hesitate to reach out via our website or Discord.