Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Lutz

Tall Sky Graphics

Recommended Posts

I'm trying to insert a tall sky (256x200) into a .WAD file with XWE. I added P_START/P_END entries, then loaded a patch (my bitmap) and named it RSKY3 (sticking that in between the P_* entries). The end result is that I see the top 128 pixels of my new sky in ZDoom, but not the whole thing.

So, what am I missing?

Share this post


Link to post

You replaced the patch. Now you need to fix the texture. Copy the texture1 lump into your wad, find sky1 in said lump and change its height from 128 to 200.

Share this post


Link to post

If it's for ZDoom only, you can also just name the graphic SKY3 and put it between TX_START and TX_END markers.

I find 200px tall skies are kind of short, the sky only reaches to the horizon, which can look bad with certain typical Doom constructs. I'd stretch it out or extend it to 256px tall if you can, or at least 228px, but I guess it depends on your map.


edit: Lots of ports support TX_* apparently. http://doomwiki.org/wiki/TX_START

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
Sign in to follow this  
×