Edge scrolling in this game seems a little off. The hotspot for top scrolling isn't near the top of the screen, and the right-down diagonal scroll doesn't seem to work at all. Is there any way to fix this? What about scroll speed, can that be adjusted?
Civilization 6 – How to Adjust Edge Scrolling
civilization-6
Related Topic
- Civilization 6 – How Can a Captured Non-Ceded City Grow Again?
- civilization-6 – Can You Retaliate When a Civilization Breaks Its Promise in Civilization 6
- Civilization – How is the yield of a district calculated
- Civilization – ny advantage to destroying another civilization
- Civilization 6 – How to Hide the Map During Gameplay
- Civilization 6 – Benefits of Multiple Copies of the Same Luxury Resource
- Civilization 6 – Best Use of Missionaries
Best Answer
For the top of screen the scrolling hot spot isn't actually the top of the screen, it's just below the menu, which you can see in the below image (the black bars roughly indicate the spot to move your mouse to scroll up on the screen).
If you don't like this you can actually adjust by going to your Civ VI folder and editing the file
Base\Assets\UI\WorldInput.xml
. Go to the following line (should be line 24):Once here you can adjust the Size and Offset parameters to control when edge scrolling happens. Size indicates how large the mouse hot spot area is, with the first value being the horizontal length and the second being the vertical length. Offset controls the position on the screen this hotbox appears, with the first value indicating how far from the left of the screen this area starts and the right indicating how far from the top of the screen to starts. The Anchor value will actually change which side of the screen the offset starts from, but I'm really not sure why you'd want to change this and I'd strongly suggest leaving it alone.
So if you wanted to move the scroll up hotspot up higher than you'd want to update Offset so that that 28 value is lower. You'll want to decrease the 30 in Size as well or the hot spot will take up the entire top menu bar (which makes it impossible to use the top menu without also scrolling the screen). The game will see updates from this file immediately (so you don't need to restart the game), so you can tweek these values until you find something you like. There are entries for every side of the screen, so you can even adjust the left, right and bottom too if you want:
The scrolling speed can also be adjusted. Just open up
Base\Assets\UI\WorldInput.lua
and adjust the following line:This should be line 34, and changing that 1 to a higher value will increase the scrolling speed. You can decrease it by lowering this number as well, but I'm not sure why anyone would want to do that. Just like the previous file changes from here take effect without the need for a restart.
I have yet to find a way to fix the right-left edge scrolling, and it looks like everything around the "next turn button" doesn't have edge scrolling enabled. You can still do this using the arrow keys, though, and I suspect this is something we'll need to wait on patch for in order to be fixed.
Sources 1 2