Balimbanana / SourceScripts

A repo for Source Engine related automated scripts.
11 stars 11 forks source link

Fix applyscriptfix loop during BMS install + Option Prompt #3

Closed codingh2 closed 6 months ago

codingh2 commented 6 months ago

During BMS install, 'applyscriptfix' section was stuck on a loop when steamcmd.exe was not found. This was fixed by setting ´foundcmd=0after the file exist checks. Added OR comparison to 'set /p uprun= so that it returns to start immediately if input is blank.