Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Yokai

EDGE skyboxes? How on hell...

Recommended Posts

... can I build them?

The only DDF DOCs I have are rather outdated (the DOCs created by Lobo years ago), and they don't explain how to create Skyboxes.
Also searching EDGE Forums gave no results.

Someone knows how to build a skybox in EDGE engine?

Thanks a lot.

Share this post


Link to post

You need to use IMAGES.DDF to define each side of the skybox.

It will have six entries, like this:

[tex:SKY1_N]
...

[tex:SKY1_S]
...

[tex:SKY1_E]
...

[tex:SKY1_W]
...

[tex:SKY1_T]
...

[tex:SKY1_B]
...
That will create a skybox for the "SKY1" sky.

The prefixes on the end (N,S,E,W,T,B) stand for North, South, East, West, Top and Bottom.

I think that's how it all works anyway, I don't have a test case to try it. In hindsight it would've been good to make a "demo-skybox.wad" demo for this.

Share this post


Link to post
andrewj said:

You need to use IMAGES.DDF to define each side of the skybox.

It will have six entries, like this:

[tex:SKY1_N]
...

[tex:SKY1_S]
...

[tex:SKY1_E]
...

[tex:SKY1_W]
...

[tex:SKY1_T]
...

[tex:SKY1_B]
...
That will create a skybox for the "SKY1" sky.

The prefixes on the end (N,S,E,W,T,B) stand for North, South, East, West, Top and Bottom.

I think that's how it all works anyway, I don't have a test case to try it. In hindsight it would've been good to make a "demo-skybox.wad" demo for this.


Yes, it works.

Thanks a lot.
I will try to do some demo-skybox wad tomorrow or today night and send to you.


Now the problem is that the "joint" lines show a line:

(1360x768)
http://i.imgur.com/KaVH38F.png

Searching EDGE forums end up with nothing useful about this issue.

The textures are perfect, so this is an engine issue.
Any idea?
Thanks again.

Share this post


Link to post

Try adding this to all your sky entries in IMAGES.DDF

SPECIAL=FORCE_CLAMP;
P.S. no need to make a demo, I no longer work on EDGE. Appreciate the offer though.

Share this post


Link to post
andrewj said:

Try adding this to all your sky entries in IMAGES.DDF

SPECIAL=FORCE_CLAMP;
P.S. no need to make a demo, I no longer work on EDGE. Appreciate the offer though.


Yes, it works. Thanks.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×