Wallpaper Engine

Wallpaper Engine

Day/Night-Cycle slide-clock
 This topic has been pinned, so it's probably important
> SmallPox™  [developer] 9 Jun, 2018 @ 7:39am
FAQ
  • Can i change from 24 (Military Time) clock format to 12 Hour clock ?

    Yes, for that open your steam workshop files "steamapps\workshop\content\431960\1373816444" there is a folder called "js" open
    the file called "index.js", open it with your favorite editor and change "use24HourClock" from "true" to "false" save your file and reload/restart Wallpaper Engine.


  • Can i change the aspect ratio to 16:10 ?

    Yes, for that open your steam workshop files "steamapps\workshop\content\431960\1373816444" there is a folder called "css", open the file "style.css" with your favorite editor an change on "line 8" "background-size: cover;" to "background-size: 1920px 1200px;" 1920px 1200px, is only a example change it with your resolution, save your file and reload/restart Wallpaper Engine.

  • Can i change the Night/Day time start ?

    Yes, for that open your steam workshop files "steamapps\workshop\content\431960\1373816444" there is a folder called "js" open
    the file called "index.js", open it with your favorite editor and change on "line 38" "7 <= currentTime&&currentTime < 21" the first number is to start day time, the second number to start night time, save your file and reload/restart Wallpaper Engine.


  • Can i change the background image ?

    Yes, for that open your steam workshop files "steamapps\workshop\content\431960\1373816444" there is a folder called "img", replace the pictures with your own one, reload/restart Wallpaper Engine.

  • Can i disable the clock but have the Night/day feature on ?

    Yes, for that open your steam workshop files "steamapps\workshop\content\431960\1373816444" there is a file called "index.html", open it with your favorite editor and commet or delete all from line 17 - 76, save your file reload/restart Wallpaper Engine.
Last edited by > SmallPox™; 1 Jan, 2020 @ 2:39am