Fog of War
From FOnline: 2238 Wiki
(Difference between revisions)
(Basic info) |
|||
Line 11: | Line 11: | ||
*FogColor = R G B A | *FogColor = R G B A | ||
*where R, G, B and A range from 0 to 255. | *where R, G, B and A range from 0 to 255. | ||
− | *Default fog of war colour is: FogColor=0 | + | *Default fog of war colour is: FogColor=0 0 0 128 |
There might be a slight difference between [[FOV]] contours and the fog of war boundary due to different drawing methods - no need to report that unless the difference is big. | There might be a slight difference between [[FOV]] contours and the fog of war boundary due to different drawing methods - no need to report that unless the difference is big. |
Revision as of 15:29, 4 July 2012
Shadow over the area outside Field of View
To enable it, bind it to a hotkey using FO2238Config.exe tool. Use the hotkey to toggle its display in game.
To change the fog color, add the following string to FOnline2238.cfg in [2238] section:
- FogColor = R G B A
- where R, G, B and A range from 0 to 255.
- Default fog of war colour is: FogColor=0 0 0 128
There might be a slight difference between FOV contours and the fog of war boundary due to different drawing methods - no need to report that unless the difference is big.