capturetheflag icon indicating copy to clipboard operation
capturetheflag copied to clipboard

Make use of read-only base world

Open ClobberXD opened this issue 6 years ago • 1 comments

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.

ClobberXD avatar Aug 26 '18 07:08 ClobberXD

Nice. I was generally wondering how we can make this work from the UI in Minetest. (like a flag in the UI or something)

lhofhansl avatar Mar 10 '19 21:03 lhofhansl