paradust7 / minetest-wasm

Experimental Minetest build for WebAssembly/Emscripten
https://minetest.dustlabs.io/
MIT License
99 stars 23 forks source link

Could it be used to load a personal map, or does it need a server ? #30

Closed papiche closed 10 months ago

papiche commented 1 year ago

Wishing to load maps from https://minecraft.ign.fr/ I wonder how I could use minetest-dust the best way ?

ghost commented 1 year ago

Minecraft or Minetest?

papiche commented 1 year ago

IGN produces a Minetest format I prefer

papiche commented 11 months ago

Hi @MadKamel @paradust7 Could it be able to load a 100x100 cube word, with one cube in the center in "creative mode" and be saved in any way ? We would like to build a Web3 app based on Minetest...

paradust7 commented 10 months ago

If you compile and host it yourself, you can do whatever you want. You could include a pre-packaged map, or write your own game/mod to generate a map. You could enable creative mode. You'll need to read index.html and launcher.js to understand how to do this.

This is minetest so it won't be able to read minecraft maps. But there are unofficial converters that might work for you.