You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--mod","-m"},true,"Attempts to mod quest games if you launch them and then installs the modded version");// Done
67
67
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--continue"},true,"Allow user input if some arguments are missing. If not pressemt Oculus downgrader will show an Error if you miss an argument");
68
68
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--userexecuted","--noquit"},true,"Makes the application not quit after unsucessful attempts");
69
+
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--skipprompts"},true,"Skips all user prompts");
69
70
70
-
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"launch","l"},true,"Launches an app/game if downloaded");// Done
71
+
72
+
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"launch","l"},true,"Launches an app/game if downloaded");// Done
71
73
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"backup","b"},true,"Creates a backup of an app");// Done
72
74
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--appid"},false,"Appid of game to download/launch","appid");// Done
73
75
DowngradeManager.commands.AddCommandLineArgument(newList<string>{"--appname"},false,"Name of game to launch","name");// Done
Console.WriteLine("Finished. You can now launch the game from the launch app option in the main menu. It is mandatory to launch it from there so the downgraded game gets copied to the Oculus folder and doesn't fail the entitlement checks.");
0 commit comments