When I exported just the light to Doom 2, it worked fine, but still continued to have problems in my WAD. I added my entire DECORATE file to Doom 2, which caused it to crash, but when I removed everything in my DECORATE file besides the thing, the problem still persisted.
This is the light.
Code: Select all
pointlight BLUEGLOW
{
color 0.0 0.0 1.0
size 36
offset 0 16 0
}
Code: Select all
ACTOR Crystal2 30206
{
Radius 18
Height 30
+SOLID
States
{
Spawn:
CRST A 12 bright Light("BlueGlow")
Loop
}
}
Specs:
