- Joined
- Oct 20, 2016
- Messages
- 344


but how to disable always visible in advance option guys!![]()
ah, this is what i mean can you help me. thanks in advance@trebla ratilla
Dont make the text larger, it is annoying.
Next to which, can you explain what you exactly want?
There are many things that I can think of, and they are all possible, but I have no idea which one you want.
constant mapflag MAP_FOG_HIDE_TERRAIN = ConvertMapFlag(1)
constant mapflag MAP_FOG_MAP_EXPLORED = ConvertMapFlag(2)
constant mapflag MAP_FOG_ALWAYS_VISIBLE = ConvertMapFlag(4)
The map flags you are looking for are:
JASS:constant mapflag MAP_FOG_HIDE_TERRAIN = ConvertMapFlag(1) constant mapflag MAP_FOG_MAP_EXPLORED = ConvertMapFlag(2) constant mapflag MAP_FOG_ALWAYS_VISIBLE = ConvertMapFlag(4)
How I do not know.
I havent worked with injections.
After saving the map but before publishing one can modify the JASS script and edit the lobby function. The lobby function gets called at some stage during lobby initialization before the session even starts to load.