Marius_ Posted July 18, 2015 Share Posted July 18, 2015 (edited) hello i found this <snip> Line 148 (File "C:\Program Files\Steam\SteamValidator - Copy - Copy.au3"): If $percentageComplete = 0 ThenIf ^ ERROR <snip> Edited July 18, 2015 by Melba23 Code and links removed Link to comment Share on other sites More sharing options...
Marius_ Posted July 18, 2015 Author Share Posted July 18, 2015 my drives started failing i got it corrected by chkdsk i restored steam and need to verify my games i dont like press verify all the time please help Link to comment Share on other sites More sharing options...
Developers Jos Posted July 18, 2015 Developers Share Posted July 18, 2015 What exactly is this script doing as we do have some rules around Game automation in these forums?I've put your code in a codebox to make the post readable.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
SadBunny Posted July 18, 2015 Share Posted July 18, 2015 (edited) It reads a list of games installed in Steam, then iterates through that list and calls the Steam "validate" function on each of them one by one.That validate function makes Steam check the integrity of game files and will redownload and reinstall any broken game files from the Steam servers.This is pretty much an automation of the "Verify Integrity Of Game Cache" button in the "properties" window of a game in Steam. Pretty handy, actually. Script works out-of-the-box for me (with the download link), guess I'm going to keep it OP, if it gets to the point where checkdisk needs to fix sectors, it's usually time to backup your data and migrate to a new harddisk. Edited July 18, 2015 by SadBunny Roses are FF0000, violets are 0000FF... All my base are belong to you. Link to comment Share on other sites More sharing options...
Marius_ Posted July 18, 2015 Author Share Posted July 18, 2015 this will redownload all files in steam libary that file corrupted crc mismatch Link to comment Share on other sites More sharing options...
JohnOne Posted July 18, 2015 Share Posted July 18, 2015 (edited) For me, this falls under game interaction.Be interesting to see what the bosses think.Slip through the net, will it, wont it?Oooh, I'm so excited! Edited July 18, 2015 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 18, 2015 Moderators Share Posted July 18, 2015 (edited) JohnOne,I agree with you - thread locked.Marius_,Please do read the Forum rules - particularly the bit about not discussing game or game server interaction - before you post again.M23 Edited July 18, 2015 by Melba23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
JohnOne Posted July 18, 2015 Share Posted July 18, 2015 Posting in thread M23 thought he locked Again AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 18, 2015 Moderators Share Posted July 18, 2015 JohnOne,In the old forum there was a combo selection on the page on which you wrote a post which would automatically lock the thread when you submitted it. In this "new, improved" POS it has to be a separate action and it seems the "old dog, new tricks" syndrome keeps popping up. Thanks for the reminders.M23 JohnOne 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts