Hello, I have been working on a small Doom 2 Wad Recently. It going well and is pretty fun to make. I was working on a secret level, and wanted to make Custom Decorations! I have a decorate lump and a MAPINFO lump and have been trying to get this to work for a couple of hours now. The decorate lump works completely fine to my knowledge but the MAPINFO lump is causing errors and wont allow my Decoration to display in Ultimate Doom Builder. UDB gives me this error by the way.
"Failed to apply MAPINFO DoomEdNum override "10002 = flower": failed to find corresponding actor class...".
What do I need to change to get this code to work?
MAPINFO:
DoomEdNums {
10002=FLOWER
}
Decorate Lump:
ACTOR FLOWER 10002
{
Radius 40
Height 55
States {
{
Spawn:
FLOW A -1
Stop
}
}
Question
fdai
Hello, I have been working on a small Doom 2 Wad Recently. It going well and is pretty fun to make. I was working on a secret level, and wanted to make Custom Decorations! I have a decorate lump and a MAPINFO lump and have been trying to get this to work for a couple of hours now. The decorate lump works completely fine to my knowledge but the MAPINFO lump is causing errors and wont allow my Decoration to display in Ultimate Doom Builder. UDB gives me this error by the way.
"Failed to apply MAPINFO DoomEdNum override "10002 = flower": failed to find corresponding actor class...".
What do I need to change to get this code to work?
MAPINFO:
DoomEdNums {
10002=FLOWER
}
Decorate Lump:
ACTOR FLOWER 10002
{
Radius 40
Height 55
States {
{
Spawn:
FLOW A -1
Stop
}
}
Share this post
Link to post
17 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.