Tools / Project Zomboid
Project Zomboid: Build 42 Map Renderer
A top-down renderer built for Build 42's reworked world geometry - it reads a server's own cell data and draws the map, including the modded and custom maps the official vanilla-Knox map project can't show.
Why a new renderer for Build 42
Build 42 rebuilt the on-disk world format: cells went from 300x300 to 256x256 tiles, chunks from 10x10 to 8x8, and the lotpack/lotheader binary layout changed. The community's classic renderer (blind-coder's pz-mapmap) targets Build 41, so B42 maps don't render cleanly through it. Ours is a Build-42-native reader: it parses the new lotheader tile lists and lotpack chunk streams directly and renders a clean top-down image.
What it does that the official map does not
- Your map, not just vanilla Knox. The official Project Zomboid Map Project renders the base game world. This renders your server's world - map mods, custom towns, expanded regions.
- Modded map packs. If your community runs a map-expansion mod, this draws the actual generated cells your players explore, not the stock map.
- Build 42 geometry. Correct cell/chunk sizing so towns line up instead of tearing.
How to get your server's map rendered
A render reads your server's binary map data (the lotpack/lotheader
files) plus the game texturepacks, so it runs on a render host rather than from a pasted string
in your browser. Two honest paths:
- Host with us. A managed Supercraft Project Zomboid server can have its Build 42 map auto-rendered, modded maps included - no local tooling, no mono setup.
- Vanilla Knox? If you just want the stock map for route-planning, the official map project (updated to Build 42) is the right tool and it's excellent.
Setting up the rest of the server? Build your world rules with the Build 42 server settings generator, and turn a Workshop collection into a B42-format mod list with the Workshop-to-config tool.
Want this on a real server? Supercraft hosts Project Zomboid →