Page 1 of 1

[Somewhat-Feature Request] Does Minetest Have A Sky Limit?

PostPosted: Wed Jan 09, 2013 22:54
by .Luke
Hey guys! First time poster, semi-long time lurker. Hope you don't if I ask a few questions about this fun sandbox game? =P

Anyway, while I was building a village in the sky high above my house, a thought hit me and my little cousin. Is there a limit to the skybox? The both of us climbed upward in Creative mode on our laptops with tons of glass for quite a while, but were no closer to touching the sun than when we started. XD (Proof that we went as high as our patience would allow.)

Clearly, the skybox isn't fixed in a static position on the world, so nothing could have stopped us from building to infinity above the ground. Wouldn't it be crazy if it turned permanently night-time after reaching a certain height, as though you had left the atmosphere? I so wanted to build a hotel in space, with a vertical water tunnel acting as a "gravlift" to the edge of the atmosphere. > : D (Since there aren't any physics to push you around with flowing water yet.) With as much building as I've done on the ground, I'm crazy about putting things in the sky as well. Then again, I'm crazy about space and really should make a Mars planet texture mod sometime; would be fun.

So, could this easily be done with a few scripts, or worth a bit of effort to patch into the engine itself? I really would like to build stuff in space too.

PostPosted: Wed Jan 09, 2013 22:56
by Jordach
The top of the minetest world is 30980 blocks upwards, have fun reaching 31kilometers realistically.

EDIT: the sky village looks nice.

PostPosted: Wed Jan 09, 2013 23:01
by Menche
It would be nice to have an "outer space" area above a few hundred or so. I don't think that would be possible with a mod, though. And nice sky village. I love space stations. I recommend using a sneak elevator to get up to it, those are much faster than ladders or water columns

PostPosted: Wed Jan 09, 2013 23:17
by .Luke
Thanks for the quick replies guys! ^^

Jordach wrote:The top of the minetest world is 30980 blocks upwards, have fun reaching 31kilometers realistically.

EDIT: the sky village looks nice.


Thanks, and there really is a sky limit? I'm blown away! XD Now if only I had the patience to build a ladder that high. =P

Menche wrote:It would be nice to have an "outer space" area above a few hundred or so. I don't think that would be possible with a mod, though.


So it wouldn't be easy for lua scripts to set the time to night permanently, while above a certain height in the sky? And here I was thinking of adding air blocks and everything if I were to mod it. XD

Menche wrote:And nice sky village. I love space stations. I recommend using a sneak elevator to get up to it, those are much faster than ladders or water columns


You can build elevators in Minetest? I've got some stuff to Google then! Sure would make reaching my house in the sky a lot easier from both towers I've built to reach the clouds with than ladders. XD

PostPosted: Wed Jan 09, 2013 23:26
by kaeza
.Luke wrote:So it wouldn't be easy for lua scripts to set the time to night permanently, while above a certain height in the sky? And here I was thinking of adding air blocks and everything if I were to mod it. XD


Setting time from lua is possible. See the implementation of the /time chat command in `builtin/chatcommands.lua'. However, that is not a solution, since setting the time to midnight would do so for all players in the server, even those who aren't in outer space.

.Luke wrote:You can build elevators in Minetest? I've got some stuff to Google then! Sure would make reaching my house in the sky a lot easier from both towers I've built to reach the clouds with than ladders. XD


The "sneak elevator" is a trick done by exploiting a bug/misfeature in how the engine implements "sneaking" ("walking"). It's not an "elevator" per-se.

PostPosted: Wed Jan 09, 2013 23:31
by Jordach
kaeza wrote:
.Luke wrote:So it wouldn't be easy for lua scripts to set the time to night permanently, while above a certain height in the sky? And here I was thinking of adding air blocks and everything if I were to mod it. XD


Setting time from lua is possible. See the implementation of the /time chat command in `builtin/chatcommands.lua'. However, that is not a solution, since setting the time to midnight would do so for all players in the server, even those who aren't in outer space.

.Luke wrote:You can build elevators in Minetest? I've got some stuff to Google then! Sure would make reaching my house in the sky a lot easier from both towers I've built to reach the clouds with than ladders. XD


The "sneak elevator" is a trick done by exploiting a bug/misfeature in how the engine implements "sneaking" ("walking"). It's not an "elevator" per-se.

At some point, I should really finish off my space game, this also includes a pre fabricated conf so its always night time and in spppaaaaaaaaccccceeeeee.....

PostPosted: Wed Jan 09, 2013 23:38
by .Luke
Totally got the Portal 2 reference there. ;P But yeah, that sounds like a good solution for private games, at least, but wouldn't do for net games with spawn points, and places to explore, on the ground, true. There has to be some way to modify time only for the client that triggered it, although I doubt finding such a solution would be easy.

kaeza wrote:The "sneak elevator" is a trick done by exploiting a bug/misfeature in how the engine implements "sneaking" ("walking"). It's not an "elevator" per-se.


Oh, that makes sense. I should probably play around with the jumping to see if I can figure it out myself. Would make reaching my village in the sky a lot faster, for whenever I fall trying to create more real estate to build on. XD

PostPosted: Thu Jan 10, 2013 00:15
by jojoa1997
.Luke wrote:Totally got the Portal 2 reference there. ;P But yeah, that sounds like a good solution for private games, at least, but wouldn't do for net games with spawn points, and places to explore, on the ground, true. There has to be some way to modify time only for the client that triggered it, although I doubt finding such a solution would be easy.

kaeza wrote:The "sneak elevator" is a trick done by exploiting a bug/misfeature in how the engine implements "sneaking" ("walking"). It's not an "elevator" per-se.


Oh, that makes sense. I should probably play around with the jumping to see if I can figure it out myself. Would make reaching my village in the sky a lot faster, for whenever I fall trying to create more real estate to build on. XD

This is a ladder
x=nothing c=ladder material
front view:
cxc
xcx
cxc
xcx
cxc
xcx
cxc

and so on.............

side view the c on the left is the two side ones:
cx
xc
cx
xc
cx
xc
cx
xc

and top view:
xcx
cxc

PostPosted: Fri Jan 11, 2013 04:30
by .Luke
I don't think I'm following you very well on that. ^^' So I should attempt to sneak at certain steps to increase my speed?

PostPosted: Fri Jan 11, 2013 05:33
by Menche
This is a sneak elevator:
Image

When you sneak, you can walk completely off of a node and remain clipped to the edge. If you are standing next to a node, sneak, and jump, you will clip to the edge of that node. In a sneak elevator, there is always a node right above the one you're on, so you can jump continuously upwards while sneaking. The bottom of the elevator should be padded with water or ladders so you can fall to get down. Multiple blocks of padding are required for very tall elevators.

PostPosted: Sat Jan 12, 2013 01:16
by paramat
Clouds disappear from view above roughly 2100m.

PostPosted: Sat Jan 12, 2013 04:12
by Likwid H-Craft
Why not we, make a outer space land based off, of the Nether mod on here?

PostPosted: Mon Jan 14, 2013 21:09
by .Luke
paramat wrote:Clouds disappear from view above roughly 2100m.


That's cool to know, thanks. XD I definitely didn't go high enough!

Menche wrote:This is a sneak elevator:

*epicly epic image*

When you sneak, you can walk completely off of a node and remain clipped to the edge. If you are standing next to a node, sneak, and jump, you will clip to the edge of that node. In a sneak elevator, there is always a node right above the one you're on, so you can jump continuously upwards while sneaking. The bottom of the elevator should be padded with water or ladders so you can fall to get down. Multiple blocks of padding are required for very tall elevators.


I am totally building one on the side of all my sky towers! They'll look more architecturally complex and faster to climb at the same time. > : D (EDIT : And maybe add a moat to one of them so I can just jump down. XD)

PostPosted: Mon Jan 28, 2013 21:27
by proller
maybe we need sky islands?
in "block story" game you can fly up and look or build on many sky grounds and they even with water and caves
like this (greens at far):
Image