A web-based spawn point viewer for the Random Spawn Locations (RSL) Mod for Project Zomboid.
- Interactive map — Click to view spawn point details
- Multi-select filters — Filter by Town, Type, Category, and Map Mods
- Spawn point details — View spawn point data and coordinates
- Multiple maps — Knox Country and Indiana support
- Real-time search — Find spawn points quickly
View it online: RSL Map Project
- Open the live demo or host locally
- Select a map from the dropdown (Knox Country or Indiana)
- Use the filter buttons to narrow down spawn points by Town, Type, or Category
- Hover over a spawn point on the map to view details
To run locally, simply open index.html in a web browser — no server required.
# Or use a local server
python -m http.server 8080- Reads spawn point data from
rsl_state.json - Renders an interactive map with spawn point markers
- Provides filtering, searching, and copy functionality
- All processing happens client-side (no backend required)