I am still not able to work with toroidal option with lakes. Its similar issue I had with Three kingdoms mod that I could not figure out. Sometimes it works, some times it does not.
Spoiler :
def recognizeMOD() :
global is_BtS_FFH2
global is_BtS_FF
global is_BtS_ROM
is_BtS_FFH2 = False
if BtS and "Fall from Heaven 2" in modName : is_BtS_FFH2 = True
is_BtS_FFH2 = False
if BtS and "Rise from Erebus" in modName : is_BtS_FF = True
is_BtS_FF = False
if BtS and "Fall Further" in modName : is_BtS_FF = True
global is_BtS_FFH2
global is_BtS_FF
global is_BtS_ROM
is_BtS_FFH2 = False
if BtS and "Fall from Heaven 2" in modName : is_BtS_FFH2 = True
is_BtS_FFH2 = False
if BtS and "Rise from Erebus" in modName : is_BtS_FF = True
is_BtS_FF = False
if BtS and "Fall Further" in modName : is_BtS_FF = True