



Wallpaper download stuck at 0% or 100% (or any other percentage).Wallpaper Engine on the Windows lock screen.Centering wallpaper with monitors of different resolutions.Playlist Causes focus loss / minimizes games.Key is the only required value for query.īool values should be passed as a number or string, 1 or 0. Search Steam Workshop for files with passed query argument. Takes an number, a string or an array of strings or integers as argument. Get details about files from Steam Workshop. getPublishedFileDetails(fileIds, callback(err, files)) Get details about collections from Steam Workshop. getCollectionDetails(collectionIds, callback(err, files)) Takes an array of strings or integers as argument. downloadCollections(collectionIds, callback(err, files))ĭownload collections of files to your output folder. downloadCollection(collectionId, callback(err, files))ĭownload a collection of files to your output folder.

downloadFiles(fileIds, callback(err, files)) Var SteamWorkshop = require ( 'steam-workshop' ) var steamWorkshop = new SteamWorkshop ( outputFolder ) SteamWorkshop Methods downloadFile(fileId, callback(err, files))
