Page 1 of 1

Speed of Autoexplore

PostPosted: Wednesday, 5th January 2011, 00:56
by starless
Is there a way to slow down the speed of Autoexploring?

Re: Speed of Autoexplore

PostPosted: Wednesday, 5th January 2011, 01:05
by MrMisterMonkey
from section 4-g of the options guide:
  Code:
travel_delay = 20
        How long travel waits after each move (milliseconds), and also
        how long auto-explore waits after each move unless explore_delay
        is set. Depends on platform. Setting to -1 will jump to end of
        travel - you will not see the individual moves.

explore_delay = -1
        How long auto-explore waits after each move (milliseconds). Depends on
        platform.  In particular, setting travel_delay = -1 and
        explore_delay = 20 means you will see the invividual moves of
        autoexplore, but not the invidivual moves of other forms of travel.
        Setting to -1 means the auto-explore delay will be the same as
        travel_delay.

Re: Speed of Autoexplore

PostPosted: Wednesday, 5th January 2011, 01:21
by starless
Brilliant. Thanks!