SteamVR
The Iron Wolf 2019년 6월 15일 오후 12시 32분
Please don't reset maxRecommendedResolution on every update
maxRecommendedResolution in Steam\SteamApps\common\SteamVR\resources\settings\default.vrsettings gets reset to 4096 on every update, which caps horizontal res on Pimax headsets.

Alternatively, is there a way to override this setting?
< >
전체 댓글 12개 중 1~12개 표시 중
bendotcom  [개발자] 2019년 6월 15일 오후 12시 44분 
Can you tell me what you see at the top of that file?
The Iron Wolf 2019년 6월 16일 오전 12시 20분 
Sorry about that :) I'll try to override it in user file.
The Iron Wolf 2019년 6월 16일 오전 12시 25분 
So, if I set this parameter in steamvr section of:
..\Steam\config\steamvr.vrsettings
It will take precedence? Thanks.
bendotcom  [개발자] 2019년 6월 16일 오전 12시 44분 
Yes, just make sure you get the syntax right: There must be a comma between items, but never a comma after the last item. Save a copy of your settings just in case.
The Iron Wolf 2019년 6월 16일 오후 7시 54분 
When I added it to the user vrsettings, value got removed the very next time I started Steam VR.
bendotcom  [개발자] 2019년 6월 16일 오후 8시 07분 
If there's a syntax error in the JSON, it won't load. Grab that backup copy you made and check it with: https://jsonlint.com/
The Iron Wolf 2019년 6월 22일 오전 8시 35분 
Jsonlint confirms my edits are correct, yet setting gets removed every time I start SteamVR:
{
"DesktopUI" : {
"pairing" : "1012,349,800,600,0"
},
"DismissedWarnings" : {
"DismissableWarning_RunTutorialAgain" : true
},
"GpuSpeed" : {
"gpuSpeed0" : 1380,
"gpuSpeed1" : 1376,
"gpuSpeed2" : 1379,
"gpuSpeed3" : 1379,
"gpuSpeed4" : 1346,
"gpuSpeed5" : 1399,
"gpuSpeed6" : 1379,
"gpuSpeed7" : 1380,
"gpuSpeed8" : 1381,
"gpuSpeed9" : 1377,
"gpuSpeedCount" : 10,
"gpuSpeedDriver" : "26.21.14.3086",
"gpuSpeedHorsepower" : 1379,
"gpuSpeedRenderTargetScale" : 0.69999998807907104,
"gpuSpeedVendor" : "NVIDIA GeForce RTX 2080 Ti",
"gpuSpeedVersion" : 2
},
"LastKnown" : {
"HMDManufacturer" : "Pimax VR, Inc.",
"HMDModel" : "Pimax 5K Plus"
},
"collisionBounds" : {
"CollisionBoundsColorGammaA" : 0,
"CollisionBoundsColorGammaR" : 255
},
"notifications" : {
"DoNotDisturb" : true
},
"power" : {
"pauseCompositorOnStandby" : false
},
"steam.app.365960" : {
"appName" : "rFactor 2",
"motionSmoothingOverride" : 2,
"resolutionScale" : 100
},
"steamvr" : {
"background" : "#FF000000",
"enableHomeApp" : false,
"forceFadeOnBadTracking" : false,
"installID" : "16328823420226300337",
"lastVersionNotice" : "1.5.9",
"lastVersionNoticeDate" : "1560551457",
"mirrorView" : 1,
"mirrorViewGeometry" : "-32000 -32000 199 34",
"mirrorViewGeometryMaximized" : true,
"motionSmoothing" : false,
"playAreaColor" : "#FFFFFF00",
"supersampleManualOverride" : true,
"supersampleScale" : 1.2000000476837158,
"maxRecommendedResolution": 8192 // this will be gone on SVR start
},
"userinterface" : {
"HidePopupsWhenStatusMinimized" : true,
"MinimizeToTray" : true,
"StatusAlwaysOnTop" : false
}
}
bendotcom  [개발자] 2019년 6월 22일 오전 9시 40분 
You sure it didn't just get alphabetized in between "lastVersionNoticeDate" and "mirrorView"?
The Iron Wolf 2019년 6월 22일 오전 9시 53분 
I do not think so:
"steamvr" : {
"background" : "#FF000000",
"enableHomeApp" : false,
"forceFadeOnBadTracking" : false,
"installID" : "16328823420226300337",
"lastVersionNotice" : "1.5.12",
"lastVersionNoticeDate" : "1561162887",
"mirrorView" : 1,
"mirrorViewGeometry" : "-32000 -32000 199 34",
"mirrorViewGeometryMaximized" : true,
"motionSmoothing" : false,
"playAreaColor" : "#FFFFFF00",
"supersampleManualOverride" : true,
"supersampleScale" : 1.2000000476837158
},


It should be easy to repro locally?
In all honesty, I wonder if Pimax Open VR driver interferes with some of the logic - I don't think writes to user config file, but it also has that max... setting in one of the files. However, I am pretty sure default.vrsettings trumps it, so I am forced to have those files opened in my editor and do checks before I race, which is not fun.
bendotcom  [개발자] 2019년 6월 22일 오전 9시 59분 
OH, did you ALSO set it to 8192 in the defaults? The settings file will never write out any setting which matches the default.
The Iron Wolf 2019년 6월 22일 오전 11시 53분 
Haha, thanks, let me try _that_ :)
The Iron Wolf 2019년 6월 22일 오후 12시 44분 
Thank you, that is solved. I'll spread the word.

While I have your attention, would this be possible? This game uses skybox for track load, it would be nice to be able to turn off "not responding" box:

https://steamcommunity.com/app/250820/discussions/3/1649919326319420263/
< >
전체 댓글 12개 중 1~12개 표시 중
페이지당 표시 개수: 1530 50

게시된 날짜: 2019년 6월 15일 오후 12시 32분
게시글: 12