Re: No fog of war option
Posted: 08 Dec 2018, 16:34
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,
},
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,
},