From here...
http://forums.eagle.ru/showthread.php?t=169141
Only one ED player in the thread so far (msg 19) but says it makes for a huge improvement in text readability, though of course it costs performance. Still, it's a simple change and worth trying out. Gonna try it when I get home from work tonight.
How to:
go to your steam install path for me this is C:\Games\Steam for many it will be C:\Program Files(x86)\Steam
Enter the config directory
Open steamvr.vrsettings in notepad or your preferred text editor(sublime etc not word)
Under "steamvr" add "renderTargetMultiplier": 2.5 (with a multiplier of your choice)
IMPORTANT: between each item there should be a , EXCEPT for the last one(so Python programmers beware)
Mine looks like this for example:
Code:
"steamvr" : {
"allowReprojection" : true,
"background" : "C:\\Program Files (x86)\\ViveSetup\\Updater\\viveNight.png",
"renderTargetMultiplier": 2.5
},
Notice my renderTargetMutliplier has no trailing ,
Beware this will affect all games so you may want to adjust or remove it between games. You may also need to tweak your graphics settings again.
Finally... PROFIT
http://forums.eagle.ru/showthread.php?t=169141
Only one ED player in the thread so far (msg 19) but says it makes for a huge improvement in text readability, though of course it costs performance. Still, it's a simple change and worth trying out. Gonna try it when I get home from work tonight.
How to:
go to your steam install path for me this is C:\Games\Steam for many it will be C:\Program Files(x86)\Steam
Enter the config directory
Open steamvr.vrsettings in notepad or your preferred text editor(sublime etc not word)
Under "steamvr" add "renderTargetMultiplier": 2.5 (with a multiplier of your choice)
IMPORTANT: between each item there should be a , EXCEPT for the last one(so Python programmers beware)
Mine looks like this for example:
Code:
"steamvr" : {
"allowReprojection" : true,
"background" : "C:\\Program Files (x86)\\ViveSetup\\Updater\\viveNight.png",
"renderTargetMultiplier": 2.5
},
Notice my renderTargetMutliplier has no trailing ,
Beware this will affect all games so you may want to adjust or remove it between games. You may also need to tweak your graphics settings again.
Finally... PROFIT