;World map travel time percentage modifier
;Modifies how fast in game time passes while you're moving around the map screen without affecting encounter rate
;The pathfinder fix needs to be turned on for this to work
;100 is normal speed, 0 stops time from passing
WorldMapTimeMod=100
;This will change the physical speed at which you move across the map
;Set to 0 to leave at the default. (i.e. limited by vwait in windowed mode, or by processor speed in fullscreen)
;If set to something other than 0, it enforces a maximum fps on the world map screen.
;Changing this to something other than 0 is not recommended if you've already applied a world map speed patch to your fallout exe.
WorldMapFPS=0
;Only set to 1 if your systems high performance timer is unreliable for some reason
ForceLowResolutionTimer=0
;Set to 1 to enable Ray's patch to make world map encounter rate independent of your travel speed
WorldMapEncounterFix=1
WorldMapEncounterRate=15