Post your screenshots!

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Sun May 05, 2013 17:45

How will those meteors be created, paramat? Will they be the result of falling meteors, or will they be generated along with the terrain?
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Mon May 06, 2013 09:36

Inocudom, the impacts are triggered occasionally by abm on dirt, grass and sand nodes. The mese block doesn't actually fall, what happens is you hear a bang and the crater is generated.

As the crater is excavated the primary excavated nodes (stone, desert stone, dirt, desert sand, trees and coal) are counted and then randomly layered back onto and around the crater in the same proportions and with the same total number of nodes. Stone is broken into gravel. Grass becomes dirt. Water, snow, plants are assumed to be vapourized and are not counted. As the ejected material is added it strips surrounding trees of their leaves, you can see a damaged tree top right, also you may just be able to see a few bare trunks standing in the debris.

Finally damage is inflicted to nearby players depending on distance, a direct hit is fatal.

This code is derived from my moonlet mod, which also has meseor impact, the moonlet realm has little atmosphere so meseor impact is common. Meseor impact is so much fun i had to add it to the normal landscape.

Apparently Mese is "possibly of extra-terrestrial origin" so naturally it falls as meseors.

That's a small crater they vary in size up to around 40 nodes across. Will release soon.
Last edited by paramat on Mon May 06, 2013 09:40, edited 1 time in total.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Mon May 06, 2013 13:51

New items for HomeDecor?
Image

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Mon May 06, 2013 14:54

HDX splash for minetest_game, based on one that cisoun posted recently.

Image
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Mon May 06, 2013 15:08

Jordach wrote:New items for HomeDecor?
Image


That looks like a school chair and a school desk. Those would make good additions to homedecor.
 

User avatar
BlockMen
Member
 
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen

by BlockMen » Mon May 06, 2013 21:03

Playing with register_ore()

Image
Image
 

anton-tsyganenko
Member
 
Posts: 45
Joined: Thu Mar 28, 2013 19:00

by anton-tsyganenko » Tue May 07, 2013 15:40

Image
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Tue May 07, 2013 17:35

Anyone need money?

Image
Image

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sat May 11, 2013 06:46

Working on importing Minecraft Terrain into Minetest:
Image
Image
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sat May 11, 2013 07:47

Hybrid Dog wrote:
sfan5 wrote:Working on importing Minecraft Terrain into Minetest:
-snip-
What's this rainbow block?
And could you import the Terasology terrain, too?

1) default:nyancat_rainbow
2) maybe
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Sat May 11, 2013 10:55

anton-tsyganenko wrote:Image

Simple and nice.
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Sat May 11, 2013 16:20

Good idea. On which abstraction level are you importing? Like worldedit (= adding individual blocks via lua api) or on database leve (= changing data in the sqlite database directly) or somewhere inbetween?
A list of my mods can be found here.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sat May 11, 2013 16:29

Sokomine wrote:Good idea. On which abstraction level are you importing? Like worldedit (= adding individual blocks via lua api) or on database leve (= changing data in the sqlite database directly) or somewhere inbetween?

WorldEdit schematics
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Tue May 14, 2013 02:33

paramat wrote:100m nether cavern, indev mapgen.
(Here i have modified PilzAdam's nether mod for more glowstone and there is too much of it, a darker nether is more atmospheric)
In the ceiling above a lava waterfall i found this ...


You have impressive skills when it comes to working with world generation. You could aid the developers of Minetest with the development of mapgen v7.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Tue May 14, 2013 14:31

Thanks but to be honest i'm very new to Minetest and Lua and cannot yet code in C++, really not much of a programmer ... and just to be clear those giant caverns are not by me, they are generated by 0.4.6 'indev mapgen' which i believe was by forum member proller.
Last edited by paramat on Tue May 14, 2013 15:00, edited 1 time in total.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

anton-tsyganenko
Member
 
Posts: 45
Joined: Thu Mar 28, 2013 19:00

by anton-tsyganenko » Thu May 16, 2013 14:42

PilzAdam wrote:Simple and nice.

thanks :)
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Thu May 16, 2013 14:45

Hybrid Dog wrote:(img)
Where is the indirect lighting?

I noticed that too. Looks a bit ugly :S
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

User avatar
Jonathan
Member
 
Posts: 119
Joined: Tue Apr 02, 2013 14:07

by Jonathan » Thu May 16, 2013 16:35

paramat wrote:Image

Chasms and fissures.



That looks pretty neat!
By perseverance the snail reached the ark.
- Charles Spurgeon
 

dannydanger
Member
 
Posts: 40
Joined: Mon May 06, 2013 23:55

by dannydanger » Fri May 17, 2013 23:21

cisoun wrote:Ajak: :D

The last pictures: Am I the only one who can't find any Nyan Cat?!! I explored over 9000 km of the map in Kray's server and I didn't find any of them...
FFFUUUUUU-
i cant
find any eather it is ok but i thing i am geting close
 

dannydanger
Member
 
Posts: 40
Joined: Mon May 06, 2013 23:55

by dannydanger » Fri May 17, 2013 23:23

Jonathan wrote:
paramat wrote:Image

Chasms and fissures.



That looks pretty neat!

yea it does look neat doesent it
 

dannydanger
Member
 
Posts: 40
Joined: Mon May 06, 2013 23:55

by dannydanger » Fri May 17, 2013 23:27

paramat wrote:Image



100m nether cavern, indev mapgen.
(Here i have modified PilzAdam's nether mod for more glowstone and there is too much of it, a darker nether is more atmospheric)
In the ceiling above a lava waterfall i found this ...



Image

that is cool i wish i knew what it was better though cool nayan rainbow right?
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sat May 18, 2013 08:31

Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

hdastwb
Member
 
Posts: 106
Joined: Tue Jan 01, 2013 18:47
GitHub: hdastwb
IRC: hdastwb
In-game: hdastwb

by hdastwb » Sun May 19, 2013 00:06

Image

A lava lake forestry experiment on Menche's Server where the fire mod is disabled…
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Sun May 19, 2013 22:45

paramat wrote:Image

Flolands mod and indev mapgen float lands in harmony.


This looks very interesting. What is it that is happening here? If you can add variety to the indev floating islands (and maybe have your mount meru go up to them,) that would be an impressive effort indeed.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Sun May 19, 2013 23:39

2 float lands parked through each other :)
Yeah i am working on a mod that adds more biomes and surface material to indev floatlands.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
AspireMint
Member
 
Posts: 149
Joined: Mon Jul 09, 2012 12:59

by AspireMint » Tue May 21, 2013 16:58

Hello,
Server: Redcrabs
Town: Pyrite
Image
Image
Image
Image
:)))
Home, Album
“The best way to cheer yourself is to cheer somebody else up.” ― Albert Einstein
“A day without sunshine is like, you know, night.” ― Steve Martin :D
 

shaneroach
Member
 
Posts: 141
Joined: Sat Apr 20, 2013 21:05

by shaneroach » Tue May 21, 2013 18:08

AspireMint wrote:Hello,
Server: Redcrabs
Town: Pyrite
Image
Image
Image
Image
:)))



Cute!
In order to change yourself, you must believe the change is possible and that there are rewards for making the change.
- Inspired by Hebrews 11:6
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Tue May 21, 2013 20:41

Reminds me of a Smurf house :)
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Thu May 23, 2013 01:40

Some epic mapgen from 0.3.3.
Image
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

issa
Member
 
Posts: 119
Joined: Wed Apr 03, 2013 19:01

by issa » Thu May 23, 2013 11:16

anton-tsyganenko wrote:Image



really cool sample of view
 

PreviousNext

Return to Minetest General

Who is online

Users browsing this forum: No registered users and 80 guests

cron