Frictional Games Forum (read-only)

Full Version: How to make a sky?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've seen lots of custom stories which have skies outside, like a sky with stars? how do they do that?
You can turn on the skybox in the level settings in the level editor. You need a skybox cube map though which would be the sky texture.
You need to get a skybox texture ^^. Those are .dds textures, many tutorials exist on the internet to make your own, but you can also use some that already exist : if you want a sky with stars you can simply PM the creator of the mod in which you saw one and ask him if you can use his skybox : >.

To enable a skybox for a level once you have a .dds texture, simply go to Edit in the level editor, look for Options and then select the .dds texture in the Skybox tab. Simply check Active then and you'll be good to go.

AMFP also has a skydome in the static objects I think, that is exactly like a sky except it's a static object. Pretty cool stuff ^-^
(01-26-2014, 05:03 PM)daortir Wrote: [ -> ]You need to get a skybox texture ^^. Those are .dds textures, many tutorials exist on the internet to make your own, but you can also use some that already exist : if you want a sky with stars you can simply PM the creator of the mod in which you saw one and ask him if you can use his skybox : >.

To enable a skybox for a level once you have a .dds texture, simply go to Edit in the level editor, look for Options and then select the .dds texture in the Skybox tab. Simply check Active then and you'll be good to go.

AMFP also has a skydome in the static objects I think, that is exactly like a sky except it's a static object. Pretty cool stuff ^-^

I used the AMF one, thanks by the way!