Skybox question?

Stubbsy

Contributor
In the DML file, what order does the images go in?
Images:
top
bottom
left
right
back
front

Another thing is when I try and use my skybox.dml, it crashes my game. The files are 512 x 512px, .jpg format but it still crashes and I don't understand why? I've also tried to go into the .mis file and edit the skybox from there, still no luck.
 
Last edited:

Fixious

Test Lead
I believe this is the right order:

attachment.php


So if we look at the Elegiac skybox dml, 01 is Left, o2 is Forward, 03 is Right, 04 is Back, 05 is Up (Down isn't usually used). I tried creating my own and had issues with the Up part lining up, I think you have to rotate it 90 degrees either clockwise or counter-clockwise. Post the images you're trying to use and I'll look at it.
 
Top