Sid Meier's Civilization VI

Sid Meier's Civilization VI

View Stats:
Emaxmagnus Oct 21, 2016 @ 5:16am
Bugged edge scrolling?
works fine except for the top part of the screen, it moves a tiny bit then stops
< >
Showing 1-15 of 29 comments
Yes there are multiple threads about this. Not blaming you for not finding them as there are a lot of posts but there you go.

It's because the edge of the screen is counted as the edge of the 3d window at the top. It's stupid but there you go.
KansasJayhawk98 Oct 21, 2016 @ 6:11am 
I'd rather use WASD.
danibw0i Oct 21, 2016 @ 6:12am 
You also use arrowkeys or bind for example WASD for this.
Originally posted by danibw0i:
You also use arrowkeys or bind for example WASD for this.

Yes or you can click and drag with the left mouse button but it's not the same as edge scrolling. Edge scrolling is some people's preferred way of doing things. It works in civ v.

And actually you can't bind wasd because you can't rebind the camera control keys.
Last edited by Pangolin Legends: Arceus; Oct 21, 2016 @ 6:15am
Bottom right "End of turn" button blocks scrolling too
danibw0i Oct 21, 2016 @ 6:16am 
Ah, thought everything was bindable. Oh well, I'm sure they will adjust the edgescrolling to work properly.
reavver Oct 21, 2016 @ 6:47am 
Seems you can edit config XML file to fix top scrolling issue - look for Base\Assets\UI\WorldInput.xml in your game's dir (usually C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI) and on line 25 change the Offset to "0,0":

BEFORE:
<Container ID="TopScreenEdge" Anchor="L,T" Size="Full,30" Offset="0,28" />

AFTER:
<Container ID="TopScreenEdge" Anchor="L,T" Size="Full,30" Offset="0,0" />

You don't have to restart the game - they are applied immediately, even when Civ6 is running.
Last edited by reavver; Oct 21, 2016 @ 6:49am
PoisonZO Oct 21, 2016 @ 6:49am 
Originally posted by reavver:
Seems you can edit config XML file to fix top scrolling issue - look for Base\Assets\UI\WorldInput.xml in your game's dir (usually C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI) and on line 25 change the Offset to "0,0":

BEFORE:
<Container ID="TopScreenEdge" Anchor="L,T" Size="Full,30" Offset="0,28" />

AFTER:
<Container ID="TopScreenEdge" Anchor="L,T" Size="Full,30" Offset="0,0" />

You don't need to restart the game - they are applied immediately, even when Civ6 is running.
They probably offset it so that the map doesn't scroll as easily when you are mousing over the top UI bar for resource info.
Emaxmagnus Oct 21, 2016 @ 6:52am 
yeah sorry to all, i got what the ''problem'' was right after posting this thread, i'm just so used to edge scrolling that i didnt pay enough attention.

Is there an option to increase the sensibility yet? The movement its quite slow (i'm being really picky right now since arrow keys work fine)
reavver Oct 21, 2016 @ 6:52am 
Yeah, you are right. Actually this works better (changed Size to "Full,2"):
<Container ID="TopScreenEdge" Anchor="L,T" Size="Full,2" Offset="0,0" />
Last edited by reavver; Oct 21, 2016 @ 6:53am
reavver Oct 21, 2016 @ 6:55am 
Originally posted by Emaxmagnus:
yeah sorry to all, i got what the ''problem'' was right after posting this thread, i'm just so used to edge scrolling that i didnt pay enough attention.

Is there an option to increase the sensibility yet? The movement its quite slow (i'm being really picky right now since arrow keys work fine)

Play with file Base\Assets\UI\WorldInput.lua. On line 34 you've got:
local PAN_SPEED :number = 1;

Just tried setting it to 5, it's pretty fast then :P

EDIT: changes are also applied immediately without restarting the game.
Last edited by reavver; Oct 21, 2016 @ 6:56am
Emaxmagnus Oct 21, 2016 @ 6:56am 
yep, the offset is not the actual deal here, just changed the size, thats what i meant :P
Emaxmagnus Oct 21, 2016 @ 6:59am 
i think the best value for speed it's 2, 5 it's a bit formula 1 speed to me
GreyFox Oct 21, 2016 @ 7:04am 
Where ist he config.xml file?
I only have 4 folders in C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI

no config file
Emaxmagnus Oct 21, 2016 @ 7:05am 
Originally posted by dragonfleetusa:
Where ist he config.xml file?
I only have 4 folders in C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI

no config file

Base\Assets\UI\WorldInput.xml
< >
Showing 1-15 of 29 comments
Per page: 1530 50

Date Posted: Oct 21, 2016 @ 5:16am
Posts: 29