• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

my server takes around 6 sec to save

Change

LUA:
houseDataStorage = "relational"

to

LUA:
houseDataStorage = "binary"

in config.lua

Red
 
Change

LUA:
houseDataStorage = "relational"

to

LUA:
houseDataStorage = "binary"

in config.lua

Red
mapName = "world.otbm"
mapAuthor = ""
randomizeTiles = true
useHouseDataStorage = false
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"

- - - Updated - - -

i dont have houseDataStorage = "relational" :)
 
Back
Top