I reinstalled this Age a few weeks ago, and I had small issues with the fog too.
Karkadann's FNI file for the Age indeed disables the fog for the whole Age, but he also uses the MINKATA xFogSet.py. This file is included in the Offline-KI, so is present in DI and (almost) every Uru offline installs (except in mine, which caused the bug). It is used in Minkata mainly to change the fog density.
When you link in his Age, first the FNI file is executed: all the fog is black/disabled. Then the avatar links in a trigger region, which sends a notify to this script. The script sets the blue fog you should see in the Age. That's what he meant by "python file", and offline it works fine. At the end of the Maze, there are a couple of other regions also triggering the file to change the density.
On DI this file should always be present. So I guess it should not be redistributed.
However I suspect some issues with the way Plasma handles regions online. Maybe it doesn't like when the avatar links directly in a region.
To fix that I think Karkadann should try setting the default fog in the FNI file too, this way the fog will always be present in the Age, no matter if the region and the script work or not.
Here is what should be in the FNI file:
- Code: Select all
Graphics.Renderer.SetYon 100000
Graphics.Renderer.Fog.SetDefLinear 0 1000 5
Graphics.Renderer.Fog.SetDefColor .05 .39 .9
Graphics.Renderer.SetClearColor .05 .39 .9
... based on the settings of the first region.