Akuukis / RobotColorWars-Minecraft

Project in Lua for OpenComputers to make ColorWars where robots explore, build bases, reproduce and fight with each other.
GNU General Public License v3.0
10 stars 9 forks source link

Map saves to harddisk, RAM keeps only what it needs. #30

Open Akuukis opened 10 years ago

Akuukis commented 10 years ago

Map is already organized in chunks. Therefore it would be easy to implement parts that have not been accessed for a while are saved to harddisk and loaded when needed.

Akuukis commented 10 years ago

Idea, (9:20:28 PM) Vexatos: roughly calculate how much you can store inside that RAM, and only save when necessary