ACBob / VoxelThingYeah

Voxel Game Engine
1 stars 0 forks source link

World saving and loading #8

Closed ACBob closed 2 years ago

ACBob commented 3 years ago

The world format should be easy to decipher.

Look into NBT, SQLite or similar.\ Packet serializer may work, but is not entirely portable as I have no idea what it does to data.

ACBob commented 3 years ago

Needs research.

I see Minetest uses SQLite, but I'm not sure in what way. Of interest might be the packet serializer we use, it may work for saving to a file.\ Potential issue would be ideally worlds are easy to read.