Launch options - sync1211/owoskin-vrc GitHub Wiki

OWOVRC supports a limited number of launch options when launched via commandline. These range from automation to advanced configuration options.

Example:

.\OWOVRC.UI.exe --start --log-level=Debug

Basic options

  • --start: Starts connecting to OWO immediately after the app is launched. (This option is ignored by OWOVRC.CLI)
  • --log-level=<level>: Sets the intial log level. See Serilog log levels for available log levels.
  • --vrc-affinity=<affinity>: Takes a VRChat affinity setting as argument to avoid running on the same threads as VRChat.
    (Only use this option if you are also using the --affinity parameter for VRChat itself! The value of this should be identical to the value provided to VRChat.)

Advanced options

  • --affinity=<affinity>: Sets the thread affinity for the application. (Used for CPU pinning, consult the VRChat documentation for more information.)
  • --process-priority=<priority>: Sets the process priority of the application (2=Highest, -2=Lowest)
⚠️ **GitHub.com Fallback** ⚠️