Project Zomboid

Project Zomboid

xxxR3DUX Jun 18, 2022 @ 10:39am
Can't select Spawn Region
So I started a MP server with couple mods and all, something to play with my friends on. But the second we have to create a character, we aren't given the option to select Spawn Regions like Muldraugh, Rosewood, Riverside, and West Point. It skips straight to Occupation and Traits. Has anyone come across this and know hot to fix this?
< >
Showing 1-6 of 6 comments
Beard Jun 18, 2022 @ 2:53pm 
Make sure you have the servertest_spawnregions.lua file in your Zomboid/Server folder.

It usually contains this:

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
xxxR3DUX Jun 18, 2022 @ 4:21pm 
I didn't have that so I created that in the FTP and still nothing. I even made sure the spawn setting was set to 0,0,0
Beard Jun 19, 2022 @ 2:08am 
What other files do you have in the Server folder?
xxxR3DUX Jun 19, 2022 @ 8:14pm 
I found it. So I ended up having a missing file so I added it and it works now
Hammer Sep 1, 2024 @ 9:10pm 
Originally posted by Beard:
Make sure you have the servertest_spawnregions.lua file in your Zomboid/Server folder.

It usually contains this:

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


You are a life saver, I'm not sure why mine did not include this, super weird bug. Thank you so much. I'm using LinuxGSM, if anyone else runs into this error.
Nordil(Hun) Sep 2, 2024 @ 1:56am 
Originally posted by Hammer:
Originally posted by Beard:
Make sure you have the servertest_spawnregions.lua file in your Zomboid/Server folder.

It usually contains this:

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


You are a life saver, I'm not sure why mine did not include this, super weird bug. Thank you so much. I'm using LinuxGSM, if anyone else runs into this error.

That is what support is there for:)
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Jun 18, 2022 @ 10:39am
Posts: 6