Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This will put it in windowed mode at 720p, making it still okay for Streaming but also reducing any possible mirror redrawing issues (especially if not using the default render mode).
Since I've never added options to the launch of a Steam game, I had to search a little to figure out how. For anyone else who also has never done so: Navigate to the game in your Steam library. Click on the gear icon (Manage) on the right. Select "Properties" from the drop down. In the "General" window that appears, there should be a text entry under "Launch Options". Add your options there, close the window, and launch the game.
For anyone more curious about this, these seem to be Unity-specific commands, and more can be found here: https://docs.unity3d.com/Manual/PlayerCommandLineArguments.html
These commands also work for other Unity games (including VR ones such as Beat Saber and Blade & Sorcery). The commands for forcing D3D12/Vulkan don't just-work (game crash on-startup) unless the game explicitly supports those renderers. -nolog seems to be safe to use across all games.
I only really use this for OVRServer_x64.exe, but wmic can set process priority with a one-liner:
128 is High Priority; other values are here: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/setpriority-method-in-class-win32-process