StorkGreen Posted September 15, 2021 So, the problem: I am making a boom compatible map pack, and I want to make one sky on the first map, and other one on second map Cuz it's map01 and map02, I can't just change sky1, and, because it's boom map, I also can't do it in mapinfo I was searching for a while, but didn't found anything, that could help me Even after "Slade and Builder check" wads, where I saw different skies 0 Quote Share this post Link to post
Nikku4211 Posted September 15, 2021 In vanilla, the original Boom for DOS, and ReBoom, it is impossible to use a sky for maps 1 and 2 that is different from the sky for maps 3-11. However, PrBoom+ currently supports UMAPINFO, which lets you change the sky in any level you want using the 'skytexture' specifier. 0 Quote Share this post Link to post
StorkGreen Posted September 15, 2021 Just now, Nikku4211 said: In vanilla, the original Boom for DOS, and ReBoom, it is impossible to use a sky for maps 1 and 2 that is different from the sky for maps 3-11. However, PrBoom+ currently supports UMAPINFO, which lets you change the sky in any level you want using the 'skytexture' specifier. Oh, thanks a lot Now I get it 1 Quote Share this post Link to post
Pegleg Posted September 15, 2021 @StorkGreen Welcome to Doomworld. Enjoy your stay. There is another solution besides UMAPINFO. Since you're using Boom, you can use a sky transfer to change the sky. Technically, sky transfer are a MBF function, but PrBoom+ recognizes them in complevel 9, so you'll be fine. Texture a linedef with whatever you want the sky to be. Set the linedef type to 271 and set the tag to match the tag of the sector where you want the sky to appear. You will need to repeat this for all the different tags where the F_SKY1 flat appears (including 0). This method has the additional advantage that you can use it to have multiple skies appear in different parts of the same map. Eviternity Map 29, for instance, has 5 or 6 different skies. 1 Quote Share this post Link to post
StorkGreen Posted September 15, 2021 25 minutes ago, Pegleg said: @StorkGreen Welcome to Doomworld. Enjoy your stay. There is another solution besides UMAPINFO. Since you're using Boom, you can use a sky transfer to change the sky. Technically, sky transfer are a MBF function, but PrBoom+ recognizes them in complevel 9, so you'll be fine. Texture a linedef with whatever you want the sky to be. Set the linedef type to 271 and set the tag to match the tag of the sector where you want the sky to appear. You will need to repeat this for all the different tags where the F_SKY1 flat appears (including 0). This method has the additional advantage that you can use it to have multiple skies appear in different parts of the same map. Eviternity Map 29, for instance, has 5 or 6 different skies. Thank you! I'll try that one also 0 Quote Share this post Link to post
Paf Posted September 15, 2021 1 hour ago, Pegleg said: Texture a linedef with whatever you want the sky to be. You'll need to texture the upper texture of the linedef, though. Not any other part. 0 Quote Share this post Link to post
Noiser Posted September 15, 2021 I recommend using the sky transfer method if you want wider compatibility. Crispy Doom have this feature as long as you keep the rest of your map limit-removing. 0 Quote Share this post Link to post
StorkGreen Posted September 16, 2021 1 hour ago, Noiser said: I recommend using the sky transfer method if you want wider compatibility. Crispy Doom have this feature as long as you keep the rest of your map limit-removing. Yeah. I think this one is better, I liked it Also, thanks for info about crispy. I guess I'll test my maps also on this port, maybe some of them will work 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.