How could I add a launch option to a URL (Steam, Shortcuts)

1

I want to do this because my computer is horrible and would like to launch CS:GO in my .BAT script which improves framerate. How could I do this? (not all launch options included due to clutter I tried making a shortcut with steam://rungameid/730 -high -threads 2, "steam://rungameid/730" -high -threads 2 and I've even tried launching the game itself from the command prompt. start "" "steam://rungameid/730 -high -threads 2", start "" "steam://rungameid/730" -high -threads 2, but this doesn't work either.

ClassicHopper

Posted 2019-01-24T16:02:50.087

Reputation: 11

Answers

0

Okay turns out I'm extremely stupid. For anyone else wondering, just set the launch options on steam and it'll work just fine

ClassicHopper

Posted 2019-01-24T16:02:50.087

Reputation: 11