SupremeIdiot Posted September 14, 2022 This is my first time making an actual wad (and not just playing around in doom builder) and I got to a room where I want to use some type of hell sky. It can either be doom 1 or doom 2 sky, but when I search through avalible ceiling textures it only offers me one sky. When I use "F_SKY1", it uses normal mountains, and when I try to change wall texture to "SKY3" it uses it like any other texutre, repeating it a bunch of times. I want this to be completly vanilla compatible. Is it possible to use different sky textures without having to set my map to episode 3 of doom 2? Also, can I use different sky textures in different rooms? 0 Quote Share this post Link to post
Silhouette 03 Posted September 14, 2022 Hello, this should be in the doom editing subforum, under "editing questions". You can report your post and request a move. One of the mods will be sure to help you :) 0 Quote Share this post Link to post
StodgyAyatollah Posted September 14, 2022 (edited) It will depend on the map format you're using. Doom format has restrictions, Boom has sky transfers and udmf is more versatile. You'll want to provide that info to get an accurate answer. Edit: Didn't notice you're going vanilla. I think you're limited to one sky per "episode." If there's a workaround I'm not aware of it. Edited September 14, 2022 by StodgyAyatollah 1 Quote Share this post Link to post
ViolentBeetle Posted September 14, 2022 Map's number defines what texture will be painted instead of SKY1. Boom has sky transfer effect that can make it draw different textures. Some even non-boom compatible ports support it, but it won't be very vanilla. 1 Quote Share this post Link to post
Kappes Buur Posted September 17, 2022 (edited) On 9/14/2022 at 7:13 AM, SupremeIdiot said: ...... Also, can I use different sky textures in different rooms? Yes, you can and it is easy to do. Rather than going into a long preamble I suggest for you to examine the maps in Eviternity.wad where this was used to great advantage, for example By examining this pwad you will also learn how to import the respective sky texture lumps, using Slade3. Edited September 17, 2022 by Kappes Buur 0 Quote Share this post Link to post
StodgyAyatollah Posted September 17, 2022 Op wants vanilla. Sky transfers are a boom feature. 0 Quote Share this post Link to post
Rykzeon Posted September 17, 2022 First Approach: Replace the RSKY*.lmp (Doom II) or SKY*.lmp (Doom I) Download and Open SLADE; Open the WAD that contains the map; Export the sky texture you wanna change and rename it into RSKY*.lmp(Doom II) or SKY*.lmp(Doom I) (* is the episode number) > Simplest way to replace sky texture without having meddling with TEXTURE1.lmp and PNAMES.lmp; > Only allows 1 rotation skybox (256x128) texture; > Used by UAC_DEAD.wad if you need example.Second Approach: Replace the texture definition in TEXTURE1.lmp and PNAMES.lmp Download and Open SLADE; Open the WAD that contains the map; Export the sky texture you wanna change (for example, EXAMPLE.lmp); Before proceding, make sure the "Base Resource:" is Doom II(or Doom I if you working on Doom I project); Click "Texture Editor"; Choose "Yes" when asked "Create or Import a texture definition list?"; Select "Doom (TEXTURE1 + PNAMES)" and "Import from Base Resource Archive:"; Type the sky name you wanna change in "Filter:" Replace the sky patches into EXAMPLE.lmp > Allows 4 rotation skybox (1024x128) texture; > Needs meddling with TEXTURE1.lmp and PNAMES.lmp; > Used by lot of PWADs.Third Approach: Faking/Simulating the skybox (a.k.a. not actually using F_SKY1) This method only works for certain themes like space themes which the minimum requirement is having a black texture, a black flat, space objects textures like stars and planets. > Allows "fake" 2 skybox in 1 episode (or even 1 map); > The effect is very limited. 0 Quote Share this post Link to post
Kappes Buur Posted September 17, 2022 (edited) 19 hours ago, StodgyAyatollah said: Op wants vanilla. Sky transfers are a boom feature. Op wants to know how to use a different sky in different sectors of the same map which is not possible in the original Doom format, hence my response. In Boom or GZDoom (Doom2) formats use action special 271. In GZDoom DiHF or UDMF use action special 190. Edited September 18, 2022 by Kappes Buur 0 Quote Share this post Link to post
SupremeIdiot Posted September 19, 2022 Thanks everyone for help. Since it isn't possible to have multiple different sky textures in vanilla, I'll have to find my way around it. Still, this may be useful for future wads 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.