Page 2 of 2

Re: No fog of war option

Posted: 08 Dec 2018, 16:34
by IceXuick
Does anybody have this code for LUa options (engineoptions.lua or modoptions.lua?)
I know disabling LoS / Fog of war was in Spring at one day, but today it's removed.
I'm trying to find it (again).

EDIT : I think i found it:

in modoptions.lua:

{
key = 'globallos',
name = 'Full visibility',
desc = 'No fog of war, everyone can see the entire map.',
type = 'bool',
section = 'startconds',
def = false,
},

Re: No fog of war option

Posted: 09 Dec 2018, 06:49
by Forboding Angel
!bset globallos true