Add some new commandline options
This commit is contained in:
parent
c9ab961f68
commit
285119fb5a
3 changed files with 30 additions and 2 deletions
|
@ -167,6 +167,10 @@
|
|||
<fog-disable-desc>Disable fog/haze</fog-disable-desc>
|
||||
<fog-fastest-desc>Enable fastest fog/haze</fog-fastest-desc>
|
||||
<fog-nicest-desc>Enable nicest fog/haze</fog-nicest-desc>
|
||||
<disable-horizon-effect>Disable celestial body growth illusion near the horizon</disable-horizon-effect>
|
||||
<enable-horizon-effect>Enable celestial body growth illusion near the horizon</enable-horizon-effect>
|
||||
<disable-enhanced-lighting>Disable enhanced runway lighting</disable-enhanced-lighting>
|
||||
<enable-enhanced-lighting>Enable enhanced runway lighting</enable-enhanced-lighting>
|
||||
<disable-distance-attenuation>Disable runway light distance attenuation</disable-distance-attenuation>
|
||||
<enable-distance-attenuation>Enable runway light distance attenuation</enable-distance-attenuation>
|
||||
<enable-clouds-desc>Enable 2D (flat) cloud layers</enable-clouds-desc>
|
||||
|
|
|
@ -158,8 +158,12 @@
|
|||
<fog-disable-desc>Laat geen mist sien</fog-disable-desc>
|
||||
<fog-fastest-desc>Selecteer de snelste mist generator</fog-fastest-desc>
|
||||
<fog-nicest-desc>Selecteer de beste mist generator</fog-nicest-desc>
|
||||
<disable-distance-attenuation>Licht dimming voor voor verre lichtpunten niet gebruiken</disable-distance-attenuation>
|
||||
<enable-distance-attenuation>Licht dimming voor voor verre lichtpunten wel gebruiken</enable-distance-attenuation>
|
||||
<disable-horizon-effect>Laat hemellichamen niet groter zien als ze dicht bij de horizon staan</disable-horizon-effect>
|
||||
<enable-horizon-effect>Laat hemellichamen wel groter zien als ze dicht bij de horizon staan</enable-horizon-effect>
|
||||
<disable-enhanced-lighting>Standaard startbaan verlichting</disable-enhanced-lighting>
|
||||
<enable-enhanced-lighting>Verbeterde startbaan verlichting</enable-enhanced-lighting>
|
||||
<disable-distance-attenuation>Lichtpunt verkleining voor voor verre lichten niet gebruiken</disable-distance-attenuation>
|
||||
<enable-distance-attenuation>Lichtpunt verkleining voor voor verre lichten wel gebruiken</enable-distance-attenuation>
|
||||
<enable-clouds-desc>2D (vlakke) bewolking tonen</enable-clouds-desc>
|
||||
<disable-clouds-desc>2D (vlakke) bewolking verbergen</disable-clouds-desc>
|
||||
<enable-clouds3d-desc>3D (natuurlijke) bewolking tonen</enable-clouds3d-desc>
|
||||
|
|
20
options.xml
20
options.xml
|
@ -469,6 +469,26 @@
|
|||
<description>strings/fog-nicest-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-horizon-effect</name>
|
||||
<description>strings/disable-horizon-effect</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-horizon-effect</name>
|
||||
<description>strings/enable-horizon-effect</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-enhanced-lighting</name>
|
||||
<description>strings/disable-enhanced-lighting</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-enhanced-lighting</name>
|
||||
<description>strings/enable-enhanced-lighting</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-distance-attenuation</name>
|
||||
<description>strings/disable-distance-attenuation</description>
|
||||
|
|
Loading…
Add table
Reference in a new issue