Enabeling satellite textures on ingame map

Magicool

New Member
Hello there
So I already searched the bohemia wiki/forums, armaholic and google but haven't found anything relating my question.

So my question is on the DayZ ingame Map.
In DayZ the ingame map shows the Satellite-Map-Textures of Chernarus on top of the topographical map.
What do I have to change to make this possible in my mission.
I got a hint from someone that it would be in the "definition of the map component".
So do I have to make like a "cfgMap.hpp"
and insert this code?:
For example:
class Map {
...
maxSatelliteAlpha=0.66;
alphaFadeStartScale=0.05;
alphaFadeEndScale=0.15;
...
};


Help would be much appreciated
smile.png
 
Back
Top