Frictional Games Forum (read-only)

Full Version: SkyBox Texture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(09-24-2010, 02:46 PM)gosseyn Wrote: [ -> ]can we have a little more information on how to create the skybox dds and what is the exact layout the amnesia engine needs?

All Your answers are in this tutorial.
I'm having a weird error where the SkyBox shows up perfectly in the editor, but is invisible in-game.

Any ideas?

EDIT: Nevermind, apparently you have to put the skybox in a specific directory in the custom stories folder:

textures/envmaps/
I'm having some problems with my texture... It doesn't show up in the level editor nor the material editor but it should be working. File is here.

PS: Ignore the fact that: front, back, left and right are probably assigned wrong XD
(09-24-2010, 02:46 PM)gosseyn Wrote: [ -> ]can we have a little more information on how to create the skybox dds and what is the exact layout the amnesia engine needs?

I downloaded a jpeg from cgtextures, then i installed the nvidia plugin for photoshop, i open the jpeg then i export it as .dds file, but when i want to save it, the plugin tells me i need 6 different images. I thought that the cubemap jpeg from cgtextures was enough? What do i need to do? Do i have to cut the jpeg into 6 different images? But then, what?
Hey man u have to change the image size to one of these :

1536 x 256 pixels
3072 x 512 pixels
6144 x 1024 pixels
12288 x 2048 pixels


Hope it works!
Guys,I need some help here!! Issue is the same,that skybox is not showing as the way I have made it and is completely white on the level editor.
I have been trying to make my custom story with my own custom skybox.
I have followed several posts on the net and with tiring efforts was able to make the dds file.
However,on the test run of the custom skybox(star lit sky,black in colour),
it loaded partially on my level editor(showing half black and half white).

Now after few attempts and tweaks it's now completly white.
I have done the following tweaks:

1. updated .hps file of my map and added the following lines.
SetSkyBoxTexture("skybox24.dds");
SetSkyBoxActive(true);

2. deleted the map cache file.

3. added the following in resources.cfg file;
<Directory Path="/custom_stories" AddSubDirs="true" />

4. placed my sky box file in "custom_stories\story folder\textures"

I don't know where i'm going wrong.
Help will be much appreciated.
Necrobump.
(10-01-2011, 03:01 PM)shulle Wrote: [ -> ]
(09-24-2010, 02:46 PM)gosseyn Wrote: [ -> ]can we have a little more information on how to create the skybox dds and what is the exact layout the amnesia engine needs?

I downloaded a jpeg from cgtextures, then i installed the nvidia plugin for photoshop, i open the jpeg then i export it as .dds file, but when i want to save it, the plugin tells me i need 6 different images. I thought that the cubemap jpeg from cgtextures was enough? What do i need to do? Do i have to cut the jpeg into 6 different images? But then, what?
Hey man u have to change the image size to one of these :

1536 x 256 pixels
3072 x 512 pixels
6144 x 1024 pixels
12288 x 2048 pixels


Hope it works!


Hey, I have made my Cubemap exactly like the tutorial said on CGTexures.com. But when I activate the "SkyBox" option in the level editor and search for my cubemap I cant find it. I have all the parts of the dds named correctly to.
Pages: 1 2