I hate navigating the map in civilization with the arrow keys so here is a way to use WASD as well as the arrow keys. Original credit goes to this thread --> https://www.reddit.com/r/civ/comments/58q3qj/psa_guide_on_how_to_enable_wasd_andor_other/
I have included a copy of my modified WorldInput.lua file for reference (or copying), if you'd like to make the changes yourself follow the instructions below.
-
Navigate to the game's UI assets directory. For steam installations, this should be located at: ...\Steam\steamapps\common\Sid Meier's Civilization VI\Base\Assets\UI
-
Open the WorldInput.lua file in a text editor.
-
Navigate to the
DefaultKeyDownHandler
function.