mobua Posted February 10, 2022 Posted February 10, 2022 Hi, With the HP Reverb G2 I'm getting a blue/white light on the edge of the screen. It's more profound during maneuvering and seems connected to the face mask setting. The blue/white light matches the projected mask area as seen on the monitor. When MSAA is active the same area is colored black leading me to believe that the face mask is the culprit. Is this a known bug or is it working as intended? Thanks!
speed-of-heat Posted February 10, 2022 Posted February 10, 2022 so its a know feature, and it gets some people more than others, either facial geometry or if you are using a interface to increase the FOV on the headset like the Frankenfov mod or VR cover or similar. You can modify the mask size in the Bazar\shaders\HMDMask.fx file: - find the line: float4 vsOctagonMask(in float2 pos:POSITION0): SV_POSITION0 { return float4(pos, 1, 1); } and reduce the values until the mask is "the right size for you" i use this: float4 vsOctagonMask(in float2 pos:POSITION0): SV_POSITION0 { return float4(pos, 0.90, 0.90); } note however it will have a small detrimental impact on perf because you are rendering more pixels (broadly), you can try smaller increments 0.98 or whatever, but increasing the mask size above 1 does not help in any useful way and produces a bugged display. 2 SYSTEM SPECS: Hardware AMD 9800X3D, 64Gb RAM, 4090 FE, Virpil T50CM3 Throttle, WinWIng Orion 2 & F-16EX + MFG Crosswinds V2, Varjo Aero SOFTWARE: Microsoft Windows 11, VoiceAttack & VAICOM PRO YOUTUBE CHANNEL: @speed-of-heat
winghunter Posted March 25, 2022 Posted March 25, 2022 I have completely lost my mask, not sure what happened, I installed and uninstalled the openXR mod. Now the mask area seems to be a rendered scene copy without terrain, rather than a black border. DCS Web Editor - New 3D Mission Editor for DCS that runs in your browser DCS Web Viewer free browser based mission planner 4090 RTX, 13700KF, water cooled, Quest 3
speed-of-heat Posted March 25, 2022 Posted March 25, 2022 Msaa is off SYSTEM SPECS: Hardware AMD 9800X3D, 64Gb RAM, 4090 FE, Virpil T50CM3 Throttle, WinWIng Orion 2 & F-16EX + MFG Crosswinds V2, Varjo Aero SOFTWARE: Microsoft Windows 11, VoiceAttack & VAICOM PRO YOUTUBE CHANNEL: @speed-of-heat
winghunter Posted March 25, 2022 Posted March 25, 2022 OHHH XD Thanks, it was driving me crazy. Never thought that could be the reason ! DCS Web Editor - New 3D Mission Editor for DCS that runs in your browser DCS Web Viewer free browser based mission planner 4090 RTX, 13700KF, water cooled, Quest 3
DirtyMike0330 Posted March 31, 2022 Posted March 31, 2022 On 2/10/2022 at 5:31 AM, speed-of-heat said: so its a know feature, and it gets some people more than others, either facial geometry or if you are using a interface to increase the FOV on the headset like the Frankenfov mod or VR cover or similar. You can modify the mask size in the Bazar\shaders\HMDMask.fx file: - find the line: float4 vsOctagonMask(in float2 pos:POSITION0): SV_POSITION0 { return float4(pos, 1, 1); } and reduce the values until the mask is "the right size for you" i use this: float4 vsOctagonMask(in float2 pos:POSITION0): SV_POSITION0 { return float4(pos, 0.90, 0.90); } note however it will have a small detrimental impact on perf because you are rendering more pixels (broadly), you can try smaller increments 0.98 or whatever, but increasing the mask size above 1 does not help in any useful way and produces a bugged display. This had never once crossed my mind... I also use the VR cover with the G2- would you say that modifying that file is basically a must if using that mod? Like, does it enhance the frankenmod/VR cover at all or is it purely to be used if you're having an issue with it? PC: ASUS TUF 4090oc - Ryzen 7950X3D - 32gb DDR5 6000 - Quest Pro Sims: DCS, IL2, MSFS Pilot Skill: Drunk guy from Independence Day RIO Skill: Goose (post neck-break)
Recommended Posts