Do you have the same issue if you follow the OP’s steps to reproduce it?
Provide extra information to complete the original description of the issue:
If relevant, provide additional screenshots/video:
i have the same bug…
Do you have the same issue if you follow the OP’s steps to reproduce it?
Provide extra information to complete the original description of the issue:
If relevant, provide additional screenshots/video:
i have the same bug…
This is really weird trick/workaround. Impossible to see how it works on the 2D YouTube video, you must apply it while in VR.
It’s a pity that Asobo is introdcucing such regressions forcing us to apply such dirty workarounds.
Here’s a work-around for KnobFS for VR. Caveats:
this is very hacky and only a partial solution, and solves some but not all of the problems (makes the text for the list items visible, but the icons remain small)
the specific numbers I’ve listed here work for me with my Reverb G2 at the 100% resolution I use - you may need to tweak the numbers a bit for your headset
Making these changes will probably make the KnobFS display unusable in 2D.
I make no claims about whether this will work for you or any possible side effects. I’m just a user who can recognize javascript constants and multiply but can’t even spell CSS. You are on your own.
Steps:
Find the location where you installed KnobFS (note: NOT the plugin in the MSFS community directory, although there’s probably work that could be done there too). For me this was “C:\Program Files\KnobFS”.
Navigate to the “page” directory under that folder.
Make a backup of content.html
Open content.html in the text editor of your choice (note that if KnobFS is installed under “C:\Program Files” you’ll probably need to open this file with admin privileges.
Starting around line 45 you will find a bunch of constants. The ones that will control the size of the text in the KnobFS in-game listbox appear to be:
Blockquote
const EVENT_MODE_TEXT_HEIGHT_PX = 28;
…
const EVENT_MODE_ACTIVE_TEXT_SIZE = 16;
…
const EVENT_MODE_INACTIVE_TEXT_SIZE = 16;
… (and possibly)
const EVENT_MODE_CONFIG_CHECKMARK_OFFSET_X_PX = 10;|
const EVENT_MODE_CONFIG_TEXT_OFFSET_X_PX = 30;|
Make the numbers associated with these constants bigger. I personally increased all of them to 4x their current values, and I get a nice readable display, but YMMV.
Save the file
In a command prompt with admin privileges type in the following commands:
net stop KnobFS
net start KnobFS
I just watched the full Q&A to find some hint on an amendment. Unfortunately, there was none. Even worse, VR obviously isn’t a topic anymore at all.
Will return to my trusty 2D screen and sell the Reverb.
Thank you so much!
I had to play also with the EVENT_MODE_HEIGHT_PX (vertical spacing between row)
Here is mine now:
Blockquote
const EVENT_MODE_HEIGHT_PX = 100;
const EVENT_MODE_TEXT_HEIGHT_PX = 90;
const EVENT_MODE_ACTIVE_TEXT_SIZE = 64;
const EVENT_MODE_INACTIVE_TEXT_SIZE = 64;
const EVENT_MODE_CONFIG_CHECKMARK_OFFSET_X_PX = 20;
const EVENT_MODE_CONFIG_TEXT_OFFSET_X_PX = 100;
Let me add one more app that is affected in VR. I recently added the Knobster to my sim. It has a drop down menu for selecting which instrument on the panel you want to control with the knob. But since su12, the text in the menu is so small it is unreadable! In 2d mode it works as it should but not so in VR.
Sorry, i just noticed the earlier post about the knobster. At least i’m not alone.
Don’t give up!
The community is capable of amazing things. I have faith we’ll be able to keep VR plenty relevant / viable.
I do agree it would be nice to get at least SOME kind of hint from Asobo that they actually do care about us though.
I use a knobster too in VR, and they released a beta version that makes the font readable, although the three bar and cog are micro-sized. I should also caveat that it worked for me. . .
Thanks! I just spent the afternoon debugging their HTML - I’ve gotten the three bars / cogs readable, but it required a lot of work and the hit testing is… not great. I’ll let siminnovations do their thing.
CuzDawg3, where can i find that Beta for the knobster knobfs?
https://siminnovations.com/wiki/index.php?title=KnobFS_BETA
But a warning - the hit testing in the config page for this beta is… really bad. it’s basically impossible to add a new item to the list of available knobs (at least in VR - haven’t tried it pancake).
I went back to our modded 1.0 version for now.
Thanks for the heads up.
Same here l fly exclusively in VR since I bought my Reverb G2 two years ago using Navigraph and Fskneeboard Simbrief panel now it is useless can’t read the maps very disappointed
Yeah, I noticed that. You have to hover the cursor over the item above what you want to “check” and then scroll the mouse to cycle to the desired item. Then “checking” always works. But it only works with scrolling down. . .
Do you have the same issue if you follow the OP’s steps to reproduce it?
YES
Provide extra information to complete the original description of the issue:
OP description is complete
If relevant, provide additional screenshots/video:
Not required, OP is complete
Sorry for replying to my own post, but this workaround works for most of toolbar apps in VR. Requires initial setup, results in oversized window toolbar, but works.
This really works !
Thanks.
Nope, not for any, I’m afraid. Toolbar Pushback, for instance, bases the calculation of the pushback path on the resolution somehow, it just throws the plane around in “planning” mode.
Little Nav Map VR tool has been updated