diff --git a/YYYY-MM-DD-next_post.markdown b/YYYY-MM-DD-next_post.markdown index 197b98f..838e144 100644 --- a/YYYY-MM-DD-next_post.markdown +++ b/YYYY-MM-DD-next_post.markdown @@ -3,7 +3,7 @@ layout: post title: "This Month in Minetest 02" description: > Mapgen Work, Main Menu Redesign -hero: /assets/img/default_hero.png +hero: /assets/img/Sunrays.png overlay: White published: true --- @@ -14,23 +14,20 @@ published: true * [Games](#games) * [Mods](#mods) * [Art/Builds](#art) -* [Server Spotlight](#s-spotlight) -* [Server News](#s-news) * [In Other News](#o-news) ## Briefing - -A short overview of today's post +This month, there is big news regarding engine-related side projects. Shadows receive an update, and a couple games get major new features. Last, but not least, the blog is becoming official! ## Engine News -Where is minetest lacking? You might be able to think of a few areas, but a big one is the available mapgens. Yes, we have stuff that is as good as minecraft's built-in maps: small scale mountians, repetative landscapes. This is clearly an issue... +Where is Minetest lacking? You might be able to think of a few areas, but a big one is the available mapgens. Sure, we have stuff that is as good as Minecraft's built-in maps: small scale mountains, repetitive landscapes. This is clearly an issue... -Jordach is making a more realistic C++ mapgen. Imagine: Deep, wide oceans span the map, making it possible to get lost at sea. Small islands dot the expanse. Oceanic trenches yawn in the depths below. Sheer cliff faces poke out of the sea, marking the boundary, while long beaches snake around the remaining coastline. On the continents, crags kilometers high scrape the clouds, and the wide, low-lying plains are lightly crinkled by rolling hills, providing excellent building space. +Jordach is making a more realistic C++ mapgen. Imagine deep, wide oceans spanning the map; getting lost at sea is a real danger. Small islands dot the expanse. Oceanic trenches yawn in the depths below. Long beaches snake the coastline. On the continents, crags kilometers high scrape the clouds, and the wide, low-lying plains are lightly crinkled by rolling hills, providing excellent building area. -In order to accomplish this, he made a model of the entire map in blender, using the sampled noise sources encoded into images. He was then able to mix the noise sources in blender, designing them to produce the large-scale landscape in real-time. The mixing code was translated from blender to lua, and from lua to C++. +In order to accomplish this, Jordach made a model of the entire map in blender, using the sampled noise sources encoded into images. He was then able to mix the noise sources in blender, designing them to produce the large-scale landscape in real-time. The mixing code was translated from blender to lua, and from lua to C++. The [mapgen](https://github.com/Jordach/minetest/tree/mg_reverb) is WIP, and will continue development until its ready for an engine PR. @@ -38,31 +35,34 @@ The [mapgen](https://github.com/Jordach/minetest/tree/mg_reverb) is WIP, and wil ![Jordachs Mapgen](/assets/img/jordach_mapgen.png?raw=true "Jordachs Mapgen") -Another area that we can all agree needs improvement is minetest's main menu. Zughy and Giova are working on a detailed design for the menu. While they are not actually implementing it (just doing the planning and asset work), there are rumors that someone else is working on actual implementation. Stay tuned, this could go somewhere nice. +Another area that we can agree needs improvement is Minetest's main menu. Zughy and Giova are working on a detailed design for the menu. While they are not actually implementing it (just doing the planning and asset work); there are rumors that someone else is working on actual implementation. Stay tuned, this could go somewhere nice. + +![Menu](/assets/img/menu_concept.png?raw=true "Menu") + +Concept art for the main menu redesign singleplayer new-game interface. - -Paradust is trying to port minetest to run in a browser. The demo works, though there are many bugs. Try seed 2222. +Paradust is trying to port minetest to run in a browser. The demo is playable (YMMV), though there are many bugs. Try seed 2222. https://minetest.dustlabs.io/ - ![Minetest in Browser](/assets/img/minetest_in_browser.png?raw=true "Minetest in Browser") -Minetest 5.6 development is underway. After re-enabling dynamic shadows x2048 has been improving the api. Shadows are now [rendered on entities](https://github.com/minetest/minetest/pull/11747), and and [api has been added](https://github.com/minetest/minetest/pull/11944) to allow games to control shadow intensity. +Minetest 5.6 development is underway. After the team re-enabled dynamic shadows, x2048 began improving them. Shadows are now [rendered on entities](https://github.com/minetest/minetest/pull/11747), and and [api has been added](https://github.com/minetest/minetest/pull/11944) to allow games to control shadow intensity. ## Game News -Early this month, AiTechEye added added a new realm to XAenvironment. It contains macroscopic fauna and flora. You can use the game's unique parkour system to explore among the towering grass and mushrooms, while avoiding being eaten by giant bugs. +Earlier this month, AiTechEye added added a new realm to XAenvironment. It contains macroscopic fauna and flora. You can use the game's unique parkour system to explore among the towering grass and mushrooms, while avoiding being eaten by giant bugs. -In Colorhop, there's a new end-game building that allows for mass-production of complex structures. It takes much study to figure out, and even more to master. There's no release date yet, but "soon". +In ColourHop, there's a new end-game building that allows for mass-production of complex structures. It takes much study to figure out, and even more to master. There's no official release yet, but its "coming soon". ![Two Labs](/assets/img/two_labs.png?raw=true "Two Labs") + Mantar is preparing for an Exile release which will add a dye system. ## Mod News @@ -78,10 +78,10 @@ Elceejo is experimenting with new ways to use his Creatura Api. The latest produ -Wsor has been quietly working on mods in the [mt-mods](https://github.com/mt-mods) repo, making them game-agnostic. A few recently changes are unified_dyes, basic_materials, steel, and pipeworks. That means that other mods that only depend on those can now also be game agnostic. +Wsor has been quietly working on mods in the [mt-mods](https://github.com/mt-mods) repo, making them game-agnostic. A few recently updated mods are: unified_dyes, basic_materials, steel, and pipeworks. That means that other mods that only depend on those can now be game agnostic as well. -BuckarooBanzai has developed a mod and server software called BlockExchange. It allows you to share and use your builds (shematics) across different worlds, like thingiverse for minetest builds. +BuckarooBanzai has developed a mod and server software called BlockExchange. It allows you to share and use your builds (schematics) across different worlds. (think: Thingiverse for Minetest builds) You can browse available builds [here](https://blockexchange.minetest.land/), and with the mod installed on singleplayer or on a server, you can download and place builds, or upload new builds. ![Block Exchange](/assets/img/blockexchange.png?raw=true "Block Exchange") @@ -102,18 +102,6 @@ Lemente made this with imaging and an AI-generated picture "MSS Faraday: Boldly going above Y = 20000", by BuckarooBanzai You can get the schematic [here](https://blockexchange.minetest.land/api/static/schema/BuckarooBanzai/mss_faraday). - -## Server Spotlight - - -If there is a server that wants to be advertised here, A paragraph and screenshots. -One server per article - -## Server News - - -Small news blips for servers in general. Great for announcing new servers, server events, major server updates, etc. - ## In Other News The Minetest blog is going to be made official! Plans are being worked on to move the blog repository to the Minetest github account and possibly embed the latest posts on the Minetest Website. Stay tuned for changes. diff --git a/assets/img/MSS_Faraday.png b/assets/img/MSS_Faraday.png new file mode 100644 index 0000000..ed79af8 Binary files /dev/null and b/assets/img/MSS_Faraday.png differ diff --git a/assets/img/Sunrays.png b/assets/img/Sunrays.png new file mode 100644 index 0000000..e154a8c Binary files /dev/null and b/assets/img/Sunrays.png differ diff --git a/assets/img/ai_map.png b/assets/img/ai_map.png index 205d80d..1dde0c1 100644 Binary files a/assets/img/ai_map.png and b/assets/img/ai_map.png differ diff --git a/assets/img/atlas.png b/assets/img/atlas.png index 8ec7e04..a3f64cf 100644 Binary files a/assets/img/atlas.png and b/assets/img/atlas.png differ diff --git a/assets/img/blockexchange.png b/assets/img/blockexchange.png index 78d7846..2acb2d8 100644 Binary files a/assets/img/blockexchange.png and b/assets/img/blockexchange.png differ diff --git a/assets/img/jordach_mapgen.png b/assets/img/jordach_mapgen.png index c0ebfdf..846da70 100644 Binary files a/assets/img/jordach_mapgen.png and b/assets/img/jordach_mapgen.png differ diff --git a/assets/img/ju52.png b/assets/img/ju52.png index d07efec..d7818be 100644 Binary files a/assets/img/ju52.png and b/assets/img/ju52.png differ diff --git a/assets/img/menu_concept.png b/assets/img/menu_concept.png new file mode 100644 index 0000000..f241ea6 Binary files /dev/null and b/assets/img/menu_concept.png differ diff --git a/assets/img/minetest_in_browser.png b/assets/img/minetest_in_browser.png index f12719e..f8c6ef5 100644 Binary files a/assets/img/minetest_in_browser.png and b/assets/img/minetest_in_browser.png differ diff --git a/assets/img/two_labs.png b/assets/img/two_labs.png index bf14b31..7cc7409 100644 Binary files a/assets/img/two_labs.png and b/assets/img/two_labs.png differ