Misty Posted June 30, 2017 I decided change traditional sky in other one which is on 1024x240 dimensions and now prboom+ can't tile it properly. How can I fix this problem and force sky tile properly? 0 Quote Share this post Link to post
0 Maisth Posted July 1, 2017 7 minutes ago, MysteriousHaruko said: Well, yes, because old one is plain and doesn't have nice view. I want use sky from Mechadon skies collection, but they don't tile properly. This is a an answer i recieved when i asked the same thing here you go Yes you can, in vanilla too. To implement in vanilla, take your skybox, which should have a length of 1024 pixels and height of 128 (IIRC). 1. Chop up the picture into four equal parts, each part should have a length of 256 and height of 128. Height can be changed IIRC. 2. Open up the TEXTURE1 lump (assuming you want to do this in Doom 2) and find the entries for the the skys such as RSKY1. 3. Underneath the entry "RSKY1 256 128" there should be something like "* RSKY1 0 0". Change this to this: RSKY1 1024 128 * RSKY1A 0 0 * RSKY1B 256 0 * RSKY1C 512 0 * RSKY1D 768 0 Where RSKY1A-D are the four parts of the sky. 4. Include this modified TEXTURE1 lump in an emtpy WAD and the corresponding RSKY1A to RSKY1D lumps. 5. That should do it. TNT Evilution does this, if you want a clearer example. 1 Quote Share this post Link to post
0 Albertoni Posted June 30, 2017 First, resize the sky texture to 128 and 256 and see if one of those doesn't fix the problem. If that doesn't work, please post the WAD. 0 Quote Share this post Link to post
0 Misty Posted June 30, 2017 I tried to resize sky, but it gets weird for me. That sky is similiar to cctx skies like grey one and blue one, but they tile properly in prboom+. 0 Quote Share this post Link to post
0 Maisth Posted July 1, 2017 Are you trying to do a 360 grades skybox? 0 Quote Share this post Link to post
0 Misty Posted July 1, 2017 Well, yes, because old one is plain and doesn't have nice view. I want use sky from Mechadon skies collection, but they don't tile properly. 0 Quote Share this post Link to post
Question
Misty
I decided change traditional sky in other one which is on 1024x240 dimensions and now prboom+ can't tile it properly. How can I fix this problem and force sky tile properly?
Share this post
Link to post
5 answers to this question
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.