Author Topic: Setting to Slow Down Screen Saver Snapshot Rotation?  (Read 2935 times)

tekn0

  • Full Member
  • ***
  • Posts: 52
    • View Profile
Setting to Slow Down Screen Saver Snapshot Rotation?
« on: September 25, 2021, 10:35:01 AM »
Hello, I was unable to find this information anywhere after searching, checking documentation, and looking at config files.

I was curious if there is a way to change and increase the number of seconds in between each snapshot image that is displayed during the screen saver. They seem to change every 1 to 2 seconds. I wanted to change that to around 10 seconds if possible.

Thank you for any help! :)


« Last Edit: September 25, 2021, 10:37:14 AM by tekn0 »

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Setting to Slow Down Screen Saver Snapshot Rotation?
« Reply #1 on: September 25, 2021, 02:11:04 PM »
edit the screensaver.nut in line #158 (your_AM_folder\screensaver\screensaver.nut)

change:
MIN_TIME = 4000; // the minimum amount of time this mode should run for (in milliseconds)

to:
MIN_TIME = 10000; // the minimum amount of time this mode should run for (in milliseconds)
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

tekn0

  • Full Member
  • ***
  • Posts: 52
    • View Profile
Re: Setting to Slow Down Screen Saver Snapshot Rotation?
« Reply #2 on: September 26, 2021, 09:16:02 AM »
Thank you so much! That worked perfectly. :)
« Last Edit: September 26, 2021, 09:45:34 AM by tekn0 »