over 3 years ago - SLG-Dennis - Direct link
Originally posted by valenti_scott: Thanks for the replies. I have been putting the best possible modules in all my machines ASAP.

How do you lower the resource requirements?

It looks like the game file for this SP world has been corrupted. My machine crashed the last time I did a disconnect.
Eco needs to be exited gracefully at all times due to using databases. By default we create backups every 30 minutes, though.

You can find them in /Steam/steamapps/common/Eco/Eco_Data/Server/Storage/Backups.
Simply copy the files from the last working backup over.
over 3 years ago - SLG-Dennis - Direct link
Originally posted by Valck:
Originally posted by SLG-Dennis: Eco needs to be exited gracefully at all times due to using databases.

Not trying to be snide or clever, I'm just going to drop atomic transactions[en.wikipedia.org] and ACID for anybody interested. Something that, along with database normalisation, opened a whole new world for me when I first learned about it.
We're a bit restricted with code requirements and LiteDB there.