OpenFront Custom Map Editor
NOTE: This is still in a very early stage, so feel free to test it and share feedback.
Create custom maps for OpenFront right in your browser — no installs needed!
Live Editor: https://ofmapeditor.projectsmith.dev/
GitHub: https://github.com/zuperzonic1/Custom-Map-OpenFront
How to Use
1. Create Your Map
- Go to https://ofmapeditor.projectsmith.dev/
- Create a blank canvas (pick a size) or import an image (PNG/JPEG/WebP)
- Paint terrain, set elevations, and place nation spawns
- Click Export → Map Files to download your map as a
.zip
2. Add Map Files to the Game
- In your OpenFrontIO repo, create a folder:
resources/maps/<YourMapName>/ - Unzip the downloaded
.zipand move all files into that folder
3. Register the Map In-Game
- Add to
GameMapTypeandmapCategoriesinsrc/core/game/Game.ts - Add to
src/server/MapPlaylist.ts - Add a translation entry in
resources/lang/en.json - Add credits to
CREDITS.md
For the full in-game setup guide, see the official docs
Open source & contributions welcome! ⭐