Page 1 of 1

Skybox

PostPosted: Wed Sep 03, 2014 07:51
by rcthomas93
I've been wondering how to change the texture for the sky. I've found references to the "skybox" that Moon-realm uses, but I can't find any more information on it.

Re: Skybox

PostPosted: Thu Sep 04, 2014 12:28
by Esteban
.

Re: Skybox

PostPosted: Fri Sep 19, 2014 20:08
by Inocudom
Esteban wrote:I found this on the Developer Wiki: http://dev.minetest.net/Player

Yes, but where are the skybox textures supposed to go, what are they supposed to be called, and what sizes can they be?

Re: Skybox

PostPosted: Fri Sep 19, 2014 20:20
by Esteban
.

Re: Skybox

PostPosted: Fri Sep 19, 2014 20:25
by Krock
Esteban wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
   minetest.register_on_joinplayer(function(player)
      minetest.setting_set("enable_clouds", "false")
      minetest.after(0, function()

Okay. This is only a soulation for singleplayer. Changing settings of other clients is impossible, sadly.

Re: Skybox

PostPosted: Fri Sep 19, 2014 20:27
by Esteban
.

Re: Skybox

PostPosted: Sat Sep 20, 2014 06:47
by Krock
Esteban wrote:Didn't knew. :P
So players will see clouds in space?

"minetest.setting_set" means, you change the settings of the server.
Players would see clouds in caves. (If there are caves at 120m)