|
|
|
@ -75,7 +75,7 @@ namespace DepotDownloader
|
|
|
|
|
|
|
|
|
|
|
|
int depotVersion = GetIntParameter( args, "-version" );
|
|
|
|
int depotVersion = GetIntParameter( args, "-version" );
|
|
|
|
ContentDownloader.Config.PreferBetaVersions = HasParameter( args, "-beta" );
|
|
|
|
ContentDownloader.Config.PreferBetaVersions = HasParameter( args, "-beta" );
|
|
|
|
ContentDownloader.Config.BetaPassword = GetStringParameter( args, "-betpassword" );
|
|
|
|
ContentDownloader.Config.BetaPassword = GetStringParameter( args, "-betapassword" );
|
|
|
|
|
|
|
|
|
|
|
|
// this is a Steam2 option
|
|
|
|
// this is a Steam2 option
|
|
|
|
if ( !bGameserver && !bApp && depotVersion == -1 )
|
|
|
|
if ( !bGameserver && !bApp && depotVersion == -1 )
|
|
|
|
|