Hello,
Thank you for creating this excellent software. I have been using a few CMD files to set several things before AirLink starts. One of the essential changes I need to make every time is to adjust the FOV settings, especially if Oculus Services restarts.
Besides, I also use a couple of CMD files to launch regular games and Flight Simulator 2020, where I need to crop the FOV extensively.
It would be fantastic if your software could automatically change these settings and create various profiles that alter specific settings on the Debug Tool.
We can modify these settings using the original OculusDebugToolCLI.exe executable by parsing a TXT file. Here are a couple of examples that I use:
CMD file:
"%~dp0\OculusDebugToolCLI.exe" -f odt_fs2020.txt
odt_fs2020.txt:
service set-client-fov-tan-angle-multiplier 0.80 0.70
server:asw.Off
exit
This is my "regular" FOV adjustment:
server:asw.Auto
service set-client-fov-tan-angle-multiplier 0.85 0.84
service set-pixels-per-display-pixel-override 0
exit
Please let me know if you would like any assistance with this idea.
Thank you for your time and effort!
Hello,
Thank you for creating this excellent software. I have been using a few CMD files to set several things before AirLink starts. One of the essential changes I need to make every time is to adjust the FOV settings, especially if Oculus Services restarts.
Besides, I also use a couple of CMD files to launch regular games and Flight Simulator 2020, where I need to crop the FOV extensively.
It would be fantastic if your software could automatically change these settings and create various profiles that alter specific settings on the Debug Tool.
We can modify these settings using the original OculusDebugToolCLI.exe executable by parsing a TXT file. Here are a couple of examples that I use:
CMD file:
"%~dp0\OculusDebugToolCLI.exe" -f odt_fs2020.txt
odt_fs2020.txt:
This is my "regular" FOV adjustment:
Please let me know if you would like any assistance with this idea.
Thank you for your time and effort!