capturetheflag
capturetheflag copied to clipboard
Make use of read-only base world
Make use of the read-only base world feature recently added to MT in this commit.
Advantages
- Map schems can be pre-loaded into the read-only base world, and calling
delete_area
on every new match is enough to reset it - no need for lighting recalculations. (from https://github.com/minetest/minetest/pull/7544#issuecomment-404814672)
Disadvantages
- We have to think of a robust way to integrate new maps as they keep coming.
Nice. I was generally wondering how we can make this work from the UI in Minetest. (like a flag in the UI or something)