Mapping: Difference between revisions

From PZwiki
m (Update the tools link to the latest April 7 2021 forum post with WorldZed and Tilesets)
m (Cleanups)
Line 2: Line 2:
{{Header|Modding|version=Version 41|incver=50}}
{{Header|Modding|version=Version 41|incver=50}}


== Mapping ==
==Mapping==
{{Notice|Improve}}
{{Improve}}
{{Expand}}
=== Tools ===
The latest release of the TileZed, WorldZed and Tilesets available on the [https://theindiestone.com/forums/index.php?/topic/35239-latest-tilezed-worlded-and-tilesets-april-7-2021/ The Indie Stone forums].


For creating terrain bitmaps you can use [http://theindiestone.com/forums/index.php/topic/4684-random-mapzoid-random-bitmap-terrain-generator-python-win-exe/| Random Mapzoid] by mendonca.
===Tools===
The latest release of the TileZed, WorldZed and Tilesets available on [https://theindiestone.com/forums/index.php?/topic/59675-latest-tilezed-worlded-and-tilesets-september-8-2022/ The Indie Stone forums] – TileZed can also be downloaded and compiled from [https://github.com/timbaker/tiled the source code on GitHub], or they can be installed (currently only for Windows), as [https://steamdb.info/app/380880/ Project Zomboid Modding Tools] if the game is owned on Steam.


=== Topics ===
For creating terrain bitmaps [https://theindiestone.com/forums/index.php?/topic/4684-random-mapzoid-random-bitmap-terrain-generator-python-win-exe/ Random Mapzoid] by mendonca can be used.
 
===Topics===
Below are various topics and resources - help us keep them up to date!
Below are various topics and resources - help us keep them up to date!
*[[Room definitions]]
*[[Room definitions and item spawns]]
*[[Vehicle zones]]
*[[Generator#Spawn locations for custom maps|Defining generator spawns]]


* [[Room definitions]]
===Selecting a cell ===
* [[Room definitions and item spawns]]
* [[Vehicle Zones]]
* [[Generator#Spawn_Locations_for_Custom_Maps|Defining Generator Spawns]]
 
=== Selecting a Cell ===
Modding the existing Knox Country map is done by overriding an existing 300x300 tile cell. The entire cell must be replaced, including its terrain data and any structures within it — this means it is not possible to simply place a single building in an existing cell without remaking all the surrounding buildings as well.  
Modding the existing Knox Country map is done by overriding an existing 300x300 tile cell. The entire cell must be replaced, including its terrain data and any structures within it — this means it is not possible to simply place a single building in an existing cell without remaking all the surrounding buildings as well.  
Use the [[:File:Knox Country.png|the reference map]] to find the cell coordinates you wish to replace.
Use the [[:File:Knox Country.png|the reference map]] to find the cell coordinates you wish to replace.
[[Category:Maps]]

Revision as of 22:44, 22 October 2023

ModdingMapping

Mapping

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Tools

The latest release of the TileZed, WorldZed and Tilesets available on The Indie Stone forums – TileZed can also be downloaded and compiled from the source code on GitHub, or they can be installed (currently only for Windows), as Project Zomboid Modding Tools if the game is owned on Steam.

For creating terrain bitmaps Random Mapzoid by mendonca can be used.

Topics

Below are various topics and resources - help us keep them up to date!

Selecting a cell

Modding the existing Knox Country map is done by overriding an existing 300x300 tile cell. The entire cell must be replaced, including its terrain data and any structures within it — this means it is not possible to simply place a single building in an existing cell without remaking all the surrounding buildings as well. Use the the reference map to find the cell coordinates you wish to replace.