Skip to content

AutoScroll

Parsed scrolling flag that the engine never uses.

This setting has no runtime effect

The engine accepts and loads it, but no gameplay code uses the stored value.

Specification
Applies to
client settings
File
SUN.INI
Section
[Options]
Value
boolean
When omitted
yes
Used by the game
No — loaded but not used

The name promises control over the map scrolling by itself while the pointer rests against the edge of the screen. That scrolling happens either way: the tactical map keeps its own switch for it, that switch starts out on, and nothing ever turns it off or connects it to this flag. Saving the options writes the flag back out with whatever it was read as, and no gameplay path reads it in between.

See alsoScrollRate, ScrollMethod