paradust7 / minetest-wasm

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

Allow to install custom texture packs & mods via a url, upon launching. #12

Open msinfo32github opened 2 years ago

msinfo32github commented 2 years ago

Eg, https://minetest.dustlabs.io/mt/?texture=TEXTURE_NAME?mod=MOD01?mod=MOD02

paradust7 commented 11 months ago

What is the use case for this? This would be a lot of work for unclear benefit.

If you host it yourself, you can make your own custom .pack file (just a tar.zstd file) which preloads the game / mods you want.