Atmospherics section in GDB file

Discussion in 'Track Modding' started by rigodon, Nov 23, 2020.

  1. rigodon

    rigodon Registered

    Joined:
    Dec 26, 2012
    Messages:
    218
    Likes Received:
    15
    Hi All,
    Does anybody know what's the right syntax to include the new "Atmospherics" section in .GDB file? There's an example on developers site, but for .WET files, which don't contain this info anymore. It was something like this:

    [Atmospherics]
    AirPollution=(0.250)
    NightLightPollution=(1.000)
    HazeBaseScale=(1.000)
    HazeCloudyScale=(1.000)
    HazeStormScale=(1.000)
    HazeDawnScale=(1.000)

    Is included exactly like this in the GDB? or maybe using curly braces like Atmospherics{...}?
    Thanks :)
     
  2. Alex Sawczuk

    Alex Sawczuk Administrator Staff Member

    Joined:
    Oct 4, 2010
    Messages:
    851
    Likes Received:
    971
    I updated Loch Drummond in ModDev, even if i haven't managed to update docs yet

    AirPollution=0.1
    NightLightPollution=1.0
    HazeBaseScale=0.8
    HazeCloudyScale=1.0
    HazeStormScale=1.0
    HazeDawnScale=0.5

    etc
     
    Alexandr Meshkov likes this.
  3. rigodon

    rigodon Registered

    Joined:
    Dec 26, 2012
    Messages:
    218
    Likes Received:
    15
    OK, thanks a lot :)
     

Share This Page