Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.65 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.65 KB

civ7map

An unofficial map editor for Civilization VII.

Screenshot

How to use?

Mouse

Key Description
Left mouse button Paint
Right mouse button Pan camera
Mouse wheel Zoom

Keyboard

Key Description
Space Select plot
Ctrl-Z Undo
Ctrl-Y Redo

Build

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.

Dependencies

(*) 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