Jump to content

AOA index brightness, and BALL a HUD.


Recommended Posts

Hi all, 

Is there any way to 

1. reduce the AOA indexer brightness, and (adversely affects visibility on boat lights),

2. disable the FLOLS symbology coming up on the screen (same as above, but also impacts on immersion). 

 

Cheers.

 

 

 

Office2021 095.PNG

Fish's Flight Sim Videos

[sIGPIC]I13700k, RTX4090, 64gb ram @ 3600, superUltraWide 5120x1440, 2560x1440, 1920x1080, Warthog, Tusba TQS, Reverb VR1000, Pico 4, Wifi6 router, 360/36 internet[/sIGPIC]

Link to comment
Share on other sites

1 hour ago, Fish said:

Is there any way to 

1. reduce the AOA indexer brightness, and (adversely affects visibility on boat lights),

Sure, just use the AOA brightness knob which you can find below the knob for HUD brightness:

20210202 FA-18C AOABrightnessKnob.jpg

 

 

1 hour ago, Fish said:

2. disable the FLOLS symbology coming up on the screen (same as above, but also impacts on immersion

 

Not yet, but an option to deactivate this overlay is already planned or in developement by DCS. Watch this thread:

 


Edited by AstonMartinDBS
  • Like 1
  • Thanks 1

[Modules] A-10C, A-10C II, AH-64D, F-14A/B, F-16C, F/A-18C, FC3, Ka-50, P-51D, UH-1H, CA, SC
[Maps] PG, NTTR, Normandy, Sinai, Syria, TC

[OS] Windows 11 Pro
[PC] MSI Pro Z790-A, i9-13900K, 64 GB DDR5-5200, RTX 4090 24 GB GDDR6X, 2 x SSD 990 PRO 2 TB (M.2), Corsair 5000D Airflow, HX1500i, H150i RGB Elite, Acer X28, TM HOTAS Warthog (Grip@WarBRD Base), MS SW FFB2, Thrustmaster TFRP, TrackIR 5 & TrackClip Pro
[Checklists] A-10C, F-16C, F/A-18C, AH-64D, Ka-50, UH-1H

Link to comment
Share on other sites

You can remove the FLOLS by editing the lua files - there is a file called FLOLS.lua in the super carrier folder, in there there is a flag - something like “FLOLS.visible(val)” - change val to false. At work right now but if I remember I’ll update this with the exact file path and line this evening.

  • Like 2
Link to comment
Share on other sites

2 hours ago, Shiroka said:

FLOLS.lua in the super carrier folder

File can be found in : {DCS}\Mods\tech\Supercarrier\PLATCameraUI\FLOLS.lua

 

2 hours ago, Shiroka said:

something like “FLOLS.visible(val)”

Change the value in line 41 from

FLOLS:setVisible(val) to

FLOLS:setVisible(false)

 

function show(val)
	FLOLS:setVisible(val)
end

I guess you have to repeat this after each update. Don't know if integrity check fails if you change this option.

 

  • Like 1

[Modules] A-10C, A-10C II, AH-64D, F-14A/B, F-16C, F/A-18C, FC3, Ka-50, P-51D, UH-1H, CA, SC
[Maps] PG, NTTR, Normandy, Sinai, Syria, TC

[OS] Windows 11 Pro
[PC] MSI Pro Z790-A, i9-13900K, 64 GB DDR5-5200, RTX 4090 24 GB GDDR6X, 2 x SSD 990 PRO 2 TB (M.2), Corsair 5000D Airflow, HX1500i, H150i RGB Elite, Acer X28, TM HOTAS Warthog (Grip@WarBRD Base), MS SW FFB2, Thrustmaster TFRP, TrackIR 5 & TrackClip Pro
[Checklists] A-10C, F-16C, F/A-18C, AH-64D, Ka-50, UH-1H

Link to comment
Share on other sites

  • Recently Browsing   0 members

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