JulienLaclaverie / PZ_DieTonightMap

A projet Zomboid Map & Mod inspired from the game Die2Night
0 stars 0 forks source link

Desert facities needs to have a Zombie spawn on load #31

Closed JulienLaclaverie closed 7 years ago

JulienLaclaverie commented 7 years ago

We need to use placeholders (like for the campfires) and remove them on square load to spawn zombies at facilites in precise places.

SylvainMarty commented 7 years ago

I put here the legend for all the placeholders we are using in the map tool to spawn things by the mod :

pz_dietonight_mod_map_placeholders_legend
JulienLaclaverie commented 7 years ago

You should integrate your code to the city objects code to avoid multiple code that check the square, this would end up being a performance problem.

Though this would mean renaming city objects too.

SylvainMarty commented 7 years ago

This was tested on single and multiplayer and it's working ! Now, we only need to use the placeholders :-)