Author Topic: Skybox port: Celestial Dreams  (Read 10121 times)

Ambient light only skybox. (As in, there are no shadows. So it is just like the original map. )

Credits for original map go to Mocheeze.

Download

Update: Tweaked the clouds to the point that they look just like the original map.
« Last Edit: September 03, 2012, 01:50:10 AM by pecon98 »

Animated clouds are defined like this:

Code: [Select]
   new Sky(Sky) {
      position = "0 0 0";
      rotation = "1 0 0 0";
      scale = "1 1 1";
      materialList = "Add-Ons/Map_SlateGrass/Sky/resource.dml";
      cloudHeightPer[0] = "0.3";
      cloudHeightPer[1] = "0.2";
      cloudHeightPer[2] = "0.1";
      cloudSpeed1 = "0.0003";
      cloudSpeed2 = "0.0002";
      cloudSpeed3 = "0.0001";
      visibleDistance = "750";
      fogDistance = "500";
      fogColor = "0.9 0.9 1 1";
      fogStorm1 = "0";
      fogStorm2 = "0";
      fogStorm3 = "0";
      fogVolume1 = "0 0 0";
      fogVolume2 = "0 0 0";
      fogVolume3 = "0 0 0";
      fogVolumeColor1 = "0 0 0 0";
      fogVolumeColor2 = "0 0 0 0";
      fogVolumeColor3 = "0 0 0 0";
      windVelocity = "1 1 0";
      windEffectPrecipitation = "1";
      SkySolidColor = "0 0 0 1";
      useSkyTextures = "1";
      renderBottomTexture = "0";
      noRenderBans = "0";
         locked = "true";
   };

However, I am not sure if that is supported in the new version like it was in previous versions.  If it is, you can use my Map Properties Loader Add-on to include it it.

Badspot

  • Administrator
All cloud and sky settings are supported.  See the default sky_slate_storm for an example.

All cloud and sky settings are supported.  See the default sky_slate_storm for an example.
allright! I will see these.

Cool! I'll have to use this when I get V21 working.
42nd post in this whole board!

Brings back nostalgia. thanks for uploadin :o

I finished the clouds, I just want to know if there is a variable in the skybox file that can dictate the ground color. I want to make this skybox make the ground 100% transparent by default since that's the way it looks good.

yes yes yes i can post in the oldest enviorment topic ill look back at this is a year

yes yes yes i can post in the oldest enviorment topic ill look back at this is a year
....
ok?
Also you bumped it, so now it isn't the oldest. lol

Brings back nostalgia. thanks for uploadin :o

that's redundant, lol


I don't find it very 'nostalgic' without the moving stars.

I don't find it very 'nostalgic' without the moving stars.
I added those in.

I added those in.
Oh, phew, my bad. I still says "ambient light only" though.

Oh, phew, my bad. I still says "ambient light only" though.
The moving stars are part of the clouds. I don't see how the lighting is relevant to that.