An unofficial map editor for Civilization VII.
Key | Description |
---|---|
Left mouse button | Paint |
Right mouse button | Pan camera |
Mouse wheel | Zoom |
Key | Description |
---|---|
Space | Select plot |
Ctrl-Z | Undo |
Ctrl-Y | Redo |
If you want to compile the tool yourself rather than using a released version, open civ7tools.sln using Visual Studio 2022 (free version can be downloaded here), selection $(SolutionDir) as the working directory, then build solution.
- SFML >= 2.5.1 (*)
- Dear ImGui >= 1.80
- Font-Awesome
- ImGui-SFML >= 2.3+
- ImGui-Addons
- IconFont_CppHeaders
- miniz-cpp
- TinyXML-2
- Base64
- stb
- magic__enum
- fmt
(*) All dependencies but the SFML have been copied to this repo, you will need to set an environment variable named $(SFML) pointing to your SFML install in order to compile.
e.g. SFML=G:\SFML\SFML-2.5.1