Search found 2 matches

by guyou
Wed Jan 03, 2018 22:34
Forum: Feature Discussion
Topic: Export part of world from client side
Replies: 4
Views: 1192

Re: Export part of world from client side

There happens to be a feature that saves all of the map you see to a local world. You can then open this map in singleplayer. Here's the relevant entry in the example config: https://github.com/minetest/minetest/blob/stable-0.4/minetest.conf.example#L319L321 Thanks! I successfully fetched a map.sql...
by guyou
Mon Jan 01, 2018 18:22
Forum: Feature Discussion
Topic: Export part of world from client side
Replies: 4
Views: 1192

Export part of world from client side

Hi, I'm currently looking for a way to export a part of a Minetest World from the client side . Reading at the forum and wiki, there are some mods (BlockExport, WorldEdit...) that enable a similar feature, but they always work on the server side (generate the file in the mod directory on the server)...