
Post your screenshots!
Re: Post your screenshots!
4000 nodes viewing range:


[Mods] Crafting Guide • i3 • X-Decor • [Donate]
[Maps] New York City • Minecraft Imported Maps
[Textures] PixelBOX Reloaded
[Maps] New York City • Minecraft Imported Maps
[Textures] PixelBOX Reloaded
- the_raven_262
- Member
- Posts: 331
- Joined: Mon Sep 22, 2014 09:30
- GitHub: theraven262
Re: Post your screenshots!
Very high viewing range, but its foggy. Oh and for some reason the sky seems to light up the distant fog making it lighter? I'm not sure that is how the fog would work.



I got reminded of these experiments by jp's posts above.



I got reminded of these experiments by jp's posts above.
+Technical Details and Stuff
Re: Post your screenshots!
- Attachments
-
- Screenshot_20230313-164342_(1)-01.jpeg (177.83 KiB) Viewed 689 times
Player of PK, RIP. Creator of the light_tool and motorbike mods. Working on another mod which should be coming soon!
-
- New member
- Posts: 7
- Joined: Sun Mar 12, 2023 15:56
- GitHub: JoseDouglas26
- IRC: dougsouza26
- In-game: dougsouza26
- Location: Brazil
- Contact:
Re: Post your screenshots!
Trying to develop a mod to add concrete to the game. Each block has a corresponding staircase, slab and wall. The texture tries to use the colors of the game itself, using the wool mod as a base.
- Attachments
-
- screenshot.png (182.14 KiB) Viewed 532 times
cdb_eb3b905044b7
-
- Member
- Posts: 1022
- Joined: Mon Dec 29, 2014 08:07
- GitHub: ShadMOrdre
- In-game: shadmordre
- Location: USA
Re: Post your screenshots!
Generative random cities with road network. It's getting uncanny in here.
Putting out a call for building schematics, and / or code that generates random structures that returns a schematic.
Putting out a call for building schematics, and / or code that generates random structures that returns a schematic.
- Attachments
-
- screenshot_20230318_033853.jpg (297 KiB) Viewed 527 times
-
- screenshot_20230318_033827.jpg (281.84 KiB) Viewed 527 times
-
- screenshot_20230318_024604.jpg (426.21 KiB) Viewed 527 times
cdb_6230aa87cda1
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
- Blockhead
- Member
- Posts: 933
- Joined: Wed Jul 17, 2019 10:14
- GitHub: Montandalar
- IRC: Blockhead256
- In-game: Blockhead Blockhead256
- Location: Land Down Under
Re: Post your screenshots!
Is the AdvTrains track part of the generation? In any case, ballast your tracks!ShadMOrdre wrote: ↑Sat Mar 18, 2023 15:07Generative random cities with road network. It's getting uncanny in here.
Putting out a call for building schematics, and / or code that generates random structures that returns a schematic.
-
- Member
- Posts: 1022
- Joined: Mon Dec 29, 2014 08:07
- GitHub: ShadMOrdre
- In-game: shadmordre
- Location: USA
Re: Post your screenshots!
Advtrains pregeneration would only really be effective in a flat world using straight line tracks. Otherwise, trying to glean when to place the track riser vs just plain track would get tedious, at best. Curves would also be a choke point, since the curves have to be made in a certain way.
Still, an option to generate the tracks on a flat map has tickled my fancy. Wasn't sure if track placed by mapgen is recognized by the advtrains logic, ie, properly initiated at runtime.
I'm working towards a method to place cities that is both predictable and reliable, in an effort to get rid of the map wide road grid, replacing it with more direct routes between the cities, for a more natural feel. Where on Earth does one find grided streets outside of planned urban areas? The city streets can remain a grid, while the highways connecting the cities should be more direct.
Shad
Still, an option to generate the tracks on a flat map has tickled my fancy. Wasn't sure if track placed by mapgen is recognized by the advtrains logic, ie, properly initiated at runtime.
I'm working towards a method to place cities that is both predictable and reliable, in an effort to get rid of the map wide road grid, replacing it with more direct routes between the cities, for a more natural feel. Where on Earth does one find grided streets outside of planned urban areas? The city streets can remain a grid, while the highways connecting the cities should be more direct.
Shad
- Attachments
-
- screenshot_20230318_141843.jpg (396.65 KiB) Viewed 467 times
-
- screenshot_20230318_034912.jpg (372.39 KiB) Viewed 467 times
-
- screenshot_20230318_015211.jpg (346.25 KiB) Viewed 467 times
cdb_6230aa87cda1
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
- Unacceptium_core
- New member
- Posts: 7
- Joined: Sun Mar 19, 2023 19:47
- In-game: unacceptium or unbihexium or ununennium
- Location: EU, hungary, gödöllő
- Contact:
Re: Post your screenshots!
i made a metro map using advtrains bc i dont saw anyone done similar. data like mods used is on the screenshots. also this is my first post here.
download is on reddit(u/unacceptium)
download is on reddit(u/unacceptium)
- Attachments
-
- 1679257159532.png (505.67 KiB) Viewed 438 times
-
- 1679257146764.png (353.93 KiB) Viewed 438 times
-
- 1679257139001.png (415.93 KiB) Viewed 438 times
- Blockhead
- Member
- Posts: 933
- Joined: Wed Jul 17, 2019 10:14
- GitHub: Montandalar
- IRC: Blockhead256
- In-game: Blockhead Blockhead256
- Location: Land Down Under
Re: Post your screenshots!
Karsthafen Subway adds a subway/metro to an older map. I think that has better results than making a metro just to be a metro. Anyway I downloaded your map and my criticism is as following:Unacceptium_core wrote: ↑Sun Mar 19, 2023 20:26i made a metro map using advtrains bc i dont saw anyone done similar. data like mods used is on the screenshots. also this is my first post here.
download is on reddit(u/unacceptium)
- The copy of colored concrete that I downloaded didn't have the slabs which resulted in a lot of unknown nodes :(. I cloned it from GitHub and used minetest-mods moreblocks. I'm not sure why I didn't get the slabs and other shapes :(
- You clearly learned a lot making this. You started with only 3-way turnouts but by the end you were using the trackworker to make turnouts and using diamond crossings. You should go back and redo old sections with what you learned by the end.
- A lot of curves are rough and can be improved. Instead of two 90° turns in a row, make one smooth 30° bend or ease in and out of 45°.
- Some stations had no exit doors at the surface, just glass. Some of them had no stairs only elevators which I don't really like. I did like the stations that were attached to dungeons, those were a bit of fun to explore. Having something interesting to view, explore, interact with at each station would be nice.
- The station spacing is a bit too random, with some long boring sections between stations. If you're going to have a long way between stops, at least show us something interesting along the way. Use natural features, artificial features, or variation in the subway's construction.
- My favourite section was the above ground section surrounded by trees. It gives the illusion that you are somewhere when it's only basically a movie set. It has what looks like train depot. This is good and you also created that illusion at other places like the station that appears to go through a building as well as the fake parallel and crossing of other railways.
- You should learn how to use the AdvTrains platform nodes. The mod comes with just stone and sandstone but a mod can add many more materials. Using the platforms makes the platform edges meet the trains nicely and also when you stand on the platform edge you can automatically board a train when it arrives.
- Speaking of automation, you should learn about automation features like ATC, station/stop tracks and interlocking. That way I wouldn't have to drive the train myself when I download the map. You may find you need two tracks along more of the system instead of the one track that is along most of the length.
- Unacceptium_core
- New member
- Posts: 7
- Joined: Sun Mar 19, 2023 19:47
- In-game: unacceptium or unbihexium or ununennium
- Location: EU, hungary, gödöllő
- Contact:
Re: Post your screenshots!
thanks! I was a little happy that someone was interested in the map. yes, it is among the first maps, and there will be plenty of updates in it.also the karsthafen map isn't start on my phone. the platform nodes doesn't have concrete versionsBlockhead wrote: ↑Mon Mar 20, 2023 03:21Karsthafen Subway adds a subway/metro to an older map. I think that has better results than making a metro just to be a metro. Anyway I downloaded your map and my criticism is as following:Unacceptium_core wrote: ↑Sun Mar 19, 2023 20:26i made a metro map using advtrains bc i dont saw anyone done similar. data like mods used is on the screenshots. also this is my first post here.
download is on reddit(u/unacceptium)A thread for your map in the Maps section would be good for any further discussion. Good luck, have fun with trains :)
- The copy of colored concrete that I downloaded didn't have the slabs which resulted in a lot of unknown nodes :(. I cloned it from GitHub and used minetest-mods moreblocks. I'm not sure why I didn't get the slabs and other shapes :(
- You clearly learned a lot making this. You started with only 3-way turnouts but by the end you were using the trackworker to make turnouts and using diamond crossings. You should go back and redo old sections with what you learned by the end.
- A lot of curves are rough and can be improved. Instead of two 90° turns in a row, make one smooth 30° bend or ease in and out of 45°.
- Some stations had no exit doors at the surface, just glass. Some of them had no stairs only elevators which I don't really like. I did like the stations that were attached to dungeons, those were a bit of fun to explore. Having something interesting to view, explore, interact with at each station would be nice.
- The station spacing is a bit too random, with some long boring sections between stations. If you're going to have a long way between stops, at least show us something interesting along the way. Use natural features, artificial features, or variation in the subway's construction.
- My favourite section was the above ground section surrounded by trees. It gives the illusion that you are somewhere when it's only basically a movie set. It has what looks like train depot. This is good and you also created that illusion at other places like the station that appears to go through a building as well as the fake parallel and crossing of other railways.
- You should learn how to use the AdvTrains platform nodes. The mod comes with just stone and sandstone but a mod can add many more materials. Using the platforms makes the platform edges meet the trains nicely and also when you stand on the platform edge you can automatically board a train when it arrives.
- Speaking of automation, you should learn about automation features like ATC, station/stop tracks and interlocking. That way I wouldn't have to drive the train myself when I download the map. You may find you need two tracks along more of the system instead of the one track that is along most of the length.
edit: this map is directly made to be driven by the player, and not automation. this will be future.also the reason is a bit different:i made an extreme long rail map in mc, and i just switched to minetest. i wanted a new map on mt. also i I forget to add some of the custom wesh models :(
- Wuzzy
- Member
- Posts: 4581
- Joined: Mon Sep 24, 2012 15:01
- GitHub: Wuzzy2
- IRC: Wuzzy
- In-game: Wuzzy
- Contact:
Re: Post your screenshots!

A JPEG screenshot of MineClone 2 at the lowest quality setting.
-
- Member
- Posts: 1022
- Joined: Mon Dec 29, 2014 08:07
- GitHub: ShadMOrdre
- In-game: shadmordre
- Location: USA
Re: Post your screenshots!
It would be nice to have a way to use screenshots taken with the new camera api in world, without a server restart.
The low quality should be fine for creating inworld art.
Shad
The low quality should be fine for creating inworld art.
Shad
cdb_6230aa87cda1
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
-
- Member
- Posts: 1022
- Joined: Mon Dec 29, 2014 08:07
- GitHub: ShadMOrdre
- In-game: shadmordre
- Location: USA
Re: Post your screenshots!
Most likely, a good base from which to craft RPG, 3D shooter, survival, exploration and simulator type games.
Mobs, vehicles, weapons, NPCs, in a natural world with cities and connecting roads.
Mobs, vehicles, weapons, NPCs, in a natural world with cities and connecting roads.
- Attachments
-
- screenshot_20230318_141843.jpg (396.65 KiB) Viewed 298 times
cdb_6230aa87cda1
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
-
- Member
- Posts: 275
- Joined: Wed Apr 21, 2021 03:05
- GitHub: tigercoding56
- In-game: bm5 or bemo5 also sell_her_on55
Re: Post your screenshots!
here some promotional minetest screenshots
from techage survival server
from techage survival server
this is a signature not a place to post messages also if i could change my username i would change it to sell_her_on55
-
- Member
- Posts: 275
- Joined: Wed Apr 21, 2021 03:05
- GitHub: tigercoding56
- In-game: bm5 or bemo5 also sell_her_on55
Re: Post your screenshots!
some more
this is a signature not a place to post messages also if i could change my username i would change it to sell_her_on55
-
- Member
- Posts: 1022
- Joined: Mon Dec 29, 2014 08:07
- GitHub: ShadMOrdre
- In-game: shadmordre
- Location: USA
Re: Post your screenshots!
Large cities with connecting roads and highways. Cities adapt to terrain, can use schematics or the skyscrapers, and are organized according to 16 different land use types. Cities are also predetermined via voronoi placement, versus noise placement. This prevents random "urban" areas from flooding the map.
Based on a combination of paramats' Paths_v7, Roads_v7, noisegrid, duanes' cityscape, rochambeaus' settlements mod, including enhancements by myself and facedeer. Also includes schems from Sokomines' mg_villages, and others scavenged from the forums.
Working to make it compatible with custom version of zorman2000s' Advanced_NPCs.
Based on a combination of paramats' Paths_v7, Roads_v7, noisegrid, duanes' cityscape, rochambeaus' settlements mod, including enhancements by myself and facedeer. Also includes schems from Sokomines' mg_villages, and others scavenged from the forums.
Working to make it compatible with custom version of zorman2000s' Advanced_NPCs.
- Attachments
-
- screenshot_20230312_001915.jpg (320.48 KiB) Viewed 174 times
-
- screenshot_20230326_173531.jpg (424.42 KiB) Viewed 175 times
-
- screenshot_20230326_000942.jpg (318.58 KiB) Viewed 175 times
cdb_6230aa87cda1
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
MY MODS: lib_ecology lib_materials lib_clouds lib_node_shapes ---- Inspired By: Open Source Virtual World Simulator Opensimulator.
- voxelproof
- Member
- Posts: 1087
- Joined: Sat Aug 05, 2017 08:13
- Location: Europe
Re: Post your screenshots!
I'd like to apologize to the community for my tantrum a few months ago. This shouldn't have happened. Since then many great screenshots have been posted here and a lot of great work of devs and contributors as I've noticed has also been done.
As I can see, the latest releases of MT, at least on my lap, take full advantage of the gfx card and my personal experience of the game, as far as visual aspects are concerned are on a par with best professional commercial games.
___________________________________________________________________________________
A shot from a rivers mapgen world, excellent and realistic terrain generator by Gael de Sailly.

As I can see, the latest releases of MT, at least on my lap, take full advantage of the gfx card and my personal experience of the game, as far as visual aspects are concerned are on a par with best professional commercial games.
___________________________________________________________________________________
A shot from a rivers mapgen world, excellent and realistic terrain generator by Gael de Sailly.

- Attachments
-
- sunny_rivers.jpg (382.22 KiB) Viewed 124 times
To miss the joy is to miss all. Robert Louis Stevenson
Re: Post your screenshots!
I don't speak EnglishShadMOrdre wrote: ↑Tue Mar 28, 2023 00:26Large cities with connecting roads and highways. Cities adapt to terrain, can use schematics or the skyscrapers, and are organized according to 16 different land use types. Cities are also predetermined via voronoi placement, versus noise placement. This prevents random "urban" areas from flooding the map.
Based on a combination of paramats' Paths_v7, Roads_v7, noisegrid, duanes' cityscape, rochambeaus' settlements mod, including enhancements by myself and facedeer. Also includes schems from Sokomines' mg_villages, and others scavenged from the forums.
Working to make it compatible with custom version of zorman2000s' Advanced_NPCs.
This looks great,this is actually a published mod or is only the example of a WIP mod?
Who is online
Users browsing this forum: No registered users and 5 guests