Jump to content

Petrovich menu in VR mode on Aiming Station


YoYo

Recommended Posts

Hello,

thx for improving Aiming Station for VR mode, now it looks ok, just THE ONE WISH - is it possible to move a little to left and down Petrovich menu in VR mode on Aiming Station? This unfortunately covers almost 1/5 of the screen as you can see below:

 

YZj37EL.jpg

 

Pretty please to move Petrovich menu outside from the sight's window :thumbsup: or.... do more transparent ...... Just wishes.


Edited by YoYo
  • Like 3

Webmaster of http://www.yoyosims.pl

Yoyosimsbanner.gif

Win 10 64, i9-13900 KF, RTX  4090 24Gb OC, RAM 64Gb Corsair Vengeance LED OC@3600MHz,, 3xSSD+3xSSD M.2 NVMe, Predator XB271HU res.2560x1440 27'' G-sync, Sound Blaster Z + 5.1, TiR5, [MSFS, P3Dv5, DCS, RoF, Condor2, IL-2 CoD/BoX] VR fly only: Meta Quest Pro

Link to comment
Share on other sites

Btw. this is the picture from 2D screen:

 

In%20Dev2.png

Webmaster of http://www.yoyosims.pl

Yoyosimsbanner.gif

Win 10 64, i9-13900 KF, RTX  4090 24Gb OC, RAM 64Gb Corsair Vengeance LED OC@3600MHz,, 3xSSD+3xSSD M.2 NVMe, Predator XB271HU res.2560x1440 27'' G-sync, Sound Blaster Z + 5.1, TiR5, [MSFS, P3Dv5, DCS, RoF, Condor2, IL-2 CoD/BoX] VR fly only: Meta Quest Pro

Link to comment
Share on other sites

Go to the folder: \DCS World OpenBeta\Mods\aircraft\Mi-24P\Cockpit\Scripts\HelperAI

Open: HelperAI_indicator.lua

 

Find the highlighted line:

compassPos.png

For compass_pos = {0, -0.45}, the '0' is X and the '-0.45' is Y

 

Example: {-0.15, -0.55} is left and lower than default

Whereas {0.20, -0.25} is right and higher than default

 

Try it out, and see what value(s) work for you.


Edited by Pacientis
  • Like 1
Link to comment
Share on other sites

To make the compass more transparent, find the following lines, in the same file:

compass_cross.material
compass_base.material
compass_scale.material
compass_arrow.material
compass_marks_white.material
compass_marks_yellow.material
mode_holder_white.material
mode_holder_yellow.material
speed_holder_yellow.material
speed_holder_white.material
alt_holder_yellow.material
alt_holder_white.material
course_holder_white.material

 

The final 255 in each line respresents the alpha, so a lower value will make the objecti more transparent.

255,255,255,255

 

Example: compass_cross.material = MakeMaterial("Mods/aircraft/Mi-24P/Textures/ai_compass_cross.dds",{255,255,255,050})

 

If you don't feel like sifting through the file, and changing all of the alphas, I included a modded LUA with the above alpha values set to 50.

 

HelperAI_page_common.lua

 

Screenshot for comparison: Modded (left) vs. Default (right)

compassAlpha.jpg


Edited by Pacientis
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...