How to disable edge scrolling

Sid Meier's Civilization V163 views4 favorites1 min readby AyCeView on Steam ↗

Directly changing files

As long as there is no mod for this, you can disable it by changing

Base game - \steamapps\common\Sid Meier's Civilization V\Assets\UI\InGame\InGame.xml
G&K - \steamapps\common\Sid Meier's Civilization V\Assets\DLC\Expansion\UI\InGame\InGame.xml
BNW - \steamapps\common\Sid Meier's Civilization V\Assets\DLC\Expansion2\UI\InGame\InGame.xml

Search for the line

<Container ID="ScreenEdgeScrolling" Size="F,F">

and replace it with
<Container ID="ScreenEdgeScrolling" Size="F,F" Hidden="True">

You should use Notepad++[notepad-plus-plus.org] or a similar edit tool for this. Standard Notepad does not support the file's standard encoding (UTF-8 without a BOM (byte order mark)) and may corrupt your file.

I believe this is incompatible with mods that modify this file.

This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.