Page 1 of 1

Damaging floors and Secrets not working.

Posted: Wed Aug 26, 2015 9:23 pm
by Submerge
It's exactly what it says on the tin.

The maps I make in Doom Builder 2 do not register secrets or damaging floors. There might be lighting special issues as well, but I am a bit of an idiot when it comes to lighting anyway.

RE: Damaging floors and Secrets not working.

Posted: Wed Aug 26, 2015 10:02 pm
by Sean
Itd be nice to know how you're making these damaging floors and secrets first.

RE: Damaging floors and Secrets not working.

Posted: Wed Aug 26, 2015 10:28 pm
by Submerge
Doom in UDF Format, using the basic specials provided. regular secret, and -5% or -10% health, in Doom Builder 2.

RE: Damaging floors and Secrets not working.

Posted: Wed Aug 26, 2015 10:54 pm
by Ivan
You have to use some linedefs to set that sector's additional information, or some ACS. You can use this for damaging: Sector_SetDamage

RE: Damaging floors and Secrets not working.

Posted: Wed Aug 26, 2015 11:22 pm
by Submerge
Appreciate the advice. UDF is a new format to me.