PDA

View Full Version : What's wrong with this ded?


primus1236
August 29th, 2004, 12:29 PM
I found DaniJ's 2 layered sky ded and decided to use it to see what would happen. Well I didn't really like the sky effect, but I really liked the way the fog made the lights look, so I just removed the lines having to do with the sky, but now, I get a HOM effect when I play using that ded. what's wrong?

[code]
# SKY EFFECT Example DED by Dani J666

Map Info {
ID = "MAP01";
# Map Name
Name = " ";
# Map Author
Author = "Dani J666";
# Activates Fog
Flags = "mif_fog";
# Fog Red value
Fog color R = 0.2;
# Fog Green value
Fog color G = 0.2;
# Fog Blue value
Fog color B = 0.2;
# Fog despertion range
Fog start = 128;
Fog end = 2000;
# changes fog density (for use with fog modes exp/exp2)
Fog density = 0.002;
# Global Map Gravity
Gravity = 1;
}
[\code]

DaniJ
August 29th, 2004, 12:35 PM
You need to have at least the standard sky layer. Otherwise you will get HOM.

primus1236
August 29th, 2004, 01:36 PM
I want to see the jdep sky. How can I make that appear instead of the standard jdtp graphic?