YoYo Posted September 3, 2021 Share Posted September 3, 2021 (edited) 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: Pretty please to move Petrovich menu outside from the sight's window or.... do more transparent ...... Just wishes. Edited September 3, 2021 by YoYo 3 Webmaster of http://www.yoyosims.pl Win 10 64, i9-13900 KF, RTX 4090 24Gb OC, RAM 32Gb Corsair Vengeance LED OC@3200MHz,, 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: HP Reverb G2 Link to comment Share on other sites More sharing options...
YoYo Posted September 3, 2021 Author Share Posted September 3, 2021 Btw. this is the picture from 2D screen: Webmaster of http://www.yoyosims.pl Win 10 64, i9-13900 KF, RTX 4090 24Gb OC, RAM 32Gb Corsair Vengeance LED OC@3200MHz,, 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: HP Reverb G2 Link to comment Share on other sites More sharing options...
Xtorris Posted September 5, 2021 Share Posted September 5, 2021 (edited) Go to the folder: \DCS World OpenBeta\Mods\aircraft\Mi-24P\Cockpit\Scripts\HelperAI Open: HelperAI_indicator.lua Find the highlighted line: 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 September 5, 2021 by Pacientis 1 Link to comment Share on other sites More sharing options...
Xtorris Posted September 5, 2021 Share Posted September 5, 2021 (edited) 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) Edited September 5, 2021 by Pacientis 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts