i've been building a map for some time now, and i want to add some custom decorations(more precisely, a sprite of broken keys). i've managed to make the sprites and such, but now im having issues with their DECORATE script and how to implement them on a wad.
to be specific, im having issues making the decoration actually appear on my level editor(using doom builder 2 btw). i've got the sprite and it's script on a separate wad wich i load together with the main doom wad. here's the script for those interested:
actor BrokenKey 255
{
Radius 16
Height 40
States
{
Spawn:
BROK A -1 <----- sprite filename
Stop
}
}
Question
Doom dude
hi, new face here.
i've been building a map for some time now, and i want to add some custom decorations(more precisely, a sprite of broken keys). i've managed to make the sprites and such, but now im having issues with their DECORATE script and how to implement them on a wad.
to be specific, im having issues making the decoration actually appear on my level editor(using doom builder 2 btw). i've got the sprite and it's script on a separate wad wich i load together with the main doom wad. here's the script for those interested:
actor BrokenKey 255
{
Radius 16
Height 40
States
{
Spawn:
BROK A -1 <----- sprite filename
Stop
}
}
Share this post
Link to post
2 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.