Jump to content

Recommended Posts

Posted

I've been experimenting with lua settings for view distance in the hope that I can increase the range that you can see runway lights. The only thing I've found that affects runway light view distance is the view distance setting in options. There's a noticeable difference on the runway lights between low and extreme but even extreme is not very realistic.

 

I've tried editing settings that made sense in Config\graphics.lua and Config\terrain\Extreme.lua but it doesn't seem to have any affect on the runway light view distance.

 

Does anyone have any ideas or is this hopeless?

PC Hardware: Asus Maximus XIII Hero / i9-10900K / 64 GB DDR4 3600 MHz / NVIDIA RTX 3090 FE / Samsung 960 NVMe / LG OLED48CX / Reverb G2

Flight Controls: Thrustmaster HOTAS Warthog / VKB T-RUDDER MKIV / Cougar MFD Set

DCS Modules: F-14 Tomcat / F/A-18C Hornet / AV-8B NA / F-5E Tiger II / A-10C Warthog / F-16C Viper / UH-1 Huey / LOFC3 / Spitfire LF Mk. IX / P-51D Mustang / WWII Assets Pack / Normandy 1944 / NTTR Map / Persian Gulf Map / Syria Map

  • 6 years later...
Posted

I am also investigating this after I saw a screenshot on a Twitch stream today.

CPU: i9-12900K @ 4.9Ghz

M/B: MSI MEG z690 Ace

RAM: 128GB

Video Card: MSI RTX 4090 Suprim Liquid X

VR: Varjo Aero

  • 3 weeks later...
Posted (edited)

@OzDeaDMeaT Perhaps try this:
 

  1. In your DCS save files (default is "C:\Users\'Your-User-Name'\Saved Games\DCS"), go to the Config folder.
     
  2. In there, and if it's not in there already, create an "autoexec.cfg" file (with notepad or similar app).
     
  3. Open the "autoexec.cfg" (with notepad or similar app) and paste this line in it:    

    options.graphics.lights = {200, 80000};
     
  4. Save and exit the "autoexec.cfg" file.  Restart DCS and see how it goes...


That is for all lights you see in game - aircraft lights, airfield lights, building lights and so on.
The first number means the closest popup range for them, and the second number means the farthest popup range for them.

I suspect that increasing that first number from "200" to "5000" should achieve what you're looking for.
But adjust as you see fit (bigger value = bigger covered distance).

Edited by LucShep

CGTC - Caucasus retexture  |  A-10A cockpit retexture  |  Shadows Reduced Impact  |  DCS 2.5.6 - a lighter alternative 

DCS terrain modules_July23_27pc_ns.pngDCS aircraft modules_July23_27pc_ns.png 

Spoiler

Win10 Pro x64  |  Intel i7 12700K (OC@ 5.1/5.0p + 4.0e)  |  64GB DDR4 (OC@ 3700 CL17 Crucial Ballistix)  |  RTX 3090 24GB EVGA FTW3 Ultra  |  2TB NVMe (MP600 Pro XT) + 500GB SSD (WD Blue) + 3TB HDD (Toshiba P300) + 1TB HDD (WD Blue)  |  Corsair RMX 850W  |  Asus Z690 TUF+ D4  |  TR PA120SE  |  Fractal Meshify-C  |  UAD Volt1 + Sennheiser HD-599SE  |  7x USB 3.0 Hub |  50'' 4K Philips PUS7608 UHD TV + Head Tracking  |  HP Reverb G1 Pro (VR)  |  TM Warthog + Logitech X56 

 

Posted
On 10/12/2024 at 2:54 PM, LucShep said:

@OzDeaDMeaT Perhaps try this:
 

  1. In your DCS save files (default is "C:\Users\'Your-User-Name'\Saved Games\DCS"), go to the Config folder.
     
  2. In there, and if it's not in there already, create an "autoexec.cfg" file (with notepad or similar app).
     
  3. Open the "autoexec.cfg" (with notepad or similar app) and paste this line in it:    

    options.graphics.lights = {200, 80000};
     
  4. Save and exit the "autoexec.cfg" file.  Restart DCS and see how it goes...


That is for all lights you see in game - aircraft lights, airfield lights, building lights and so on.
The first number means the closest popup range for them, and the second number means the farthest popup range for them.

I suspect that increasing that first number from "200" to "5000" should achieve what you're looking for.
But adjust as you see fit (bigger value = bigger covered distance).

 

Does this break IC?

Hittin' 30FPS with my GTX 1070TI lol

Posted

Nothing in your profile should break IC.

CPU: i9-12900K @ 4.9Ghz

M/B: MSI MEG z690 Ace

RAM: 128GB

Video Card: MSI RTX 4090 Suprim Liquid X

VR: Varjo Aero

Posted
19 hours ago, Morrowstalker said:

Does this break IC?

Nope, no problem. 🙂 

Using the different"options.graphics.XXXXXX" parameters with customized values in the autoexec.cfg file does not break IC.
I use them so myself mostly for performance reasons.

CGTC - Caucasus retexture  |  A-10A cockpit retexture  |  Shadows Reduced Impact  |  DCS 2.5.6 - a lighter alternative 

DCS terrain modules_July23_27pc_ns.pngDCS aircraft modules_July23_27pc_ns.png 

Spoiler

Win10 Pro x64  |  Intel i7 12700K (OC@ 5.1/5.0p + 4.0e)  |  64GB DDR4 (OC@ 3700 CL17 Crucial Ballistix)  |  RTX 3090 24GB EVGA FTW3 Ultra  |  2TB NVMe (MP600 Pro XT) + 500GB SSD (WD Blue) + 3TB HDD (Toshiba P300) + 1TB HDD (WD Blue)  |  Corsair RMX 850W  |  Asus Z690 TUF+ D4  |  TR PA120SE  |  Fractal Meshify-C  |  UAD Volt1 + Sennheiser HD-599SE  |  7x USB 3.0 Hub |  50'' 4K Philips PUS7608 UHD TV + Head Tracking  |  HP Reverb G1 Pro (VR)  |  TM Warthog + Logitech X56 

 

Posted
4 hours ago, LucShep said:

Nope, no problem. 🙂 

Using the different"options.graphics.XXXXXX" parameters with customized values in the autoexec.cfg file does not break IC.
I use them so myself mostly for performance reasons.

Awesome, Thank you

Hittin' 30FPS with my GTX 1070TI lol

  • 3 months later...
Posted
On 10/13/2024 at 7:54 AM, LucShep said:

@OzDeaDMeaT Perhaps try this:
 

  1. In your DCS save files (default is "C:\Users\'Your-User-Name'\Saved Games\DCS"), go to the Config folder.
     
  2. In there, and if it's not in there already, create an "autoexec.cfg" file (with notepad or similar app).
     
  3. Open the "autoexec.cfg" (with notepad or similar app) and paste this line in it:    

    options.graphics.lights = {200, 80000};
     
  4. Save and exit the "autoexec.cfg" file.  Restart DCS and see how it goes...


That is for all lights you see in game - aircraft lights, airfield lights, building lights and so on.
The first number means the closest popup range for them, and the second number means the farthest popup range for them.

I suspect that increasing that first number from "200" to "5000" should achieve what you're looking for.
But adjust as you see fit (bigger value = bigger covered distance).

Hi All.  Does this setting work for anyone in DCS 2.9.12.5336.1?  I tried a range of setting for "options.graphics.lights" using a night approach to a carrier and airport, however all settings were the same... airport light first visible around 24.6 miles and the carrier at around 5.5 miles.  I could see from my dcs.log that it took the setting... I just did not see any difference in light visibility distance.

  • Recently Browsing   0 members

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