Jump to content
  • 0

[help] how do i add custom sprites to a doom builder project?


Doom dude

Question

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

  • 0

Is the sprite's offsets accounted for? If you are using DECORATE I'm guessing it's Slade-3 correct? If so, you should be able to set the offset of the sprite.

 

SLADEBUTTON.png.f7f3cc59340f141152d4534b7defb742.png

 

Also make sure the actor EID (Editor ID) you are using isn't already being used. I typically start from 15000 and increment by 1 for every single new actor I need to add.

 

EDIT: I just realised your textures are not in the same wad as your DECORATE script. Try to put them together as this will reduce potential errors.

Edited by DynamiteKaitorn

Share this post


Link to post
  • 0
2 hours ago, DynamiteKaitorn said:

Is the sprite's offsets accounted for? If you are using DECORATE I'm guessing it's Slade-3 correct? If so, you should be able to set the offset of the sprite.

 

SLADEBUTTON.png.f7f3cc59340f141152d4534b7defb742.png

 

Also make sure the actor EID (Editor ID) you are using isn't already being used. I typically start from 15000 and increment by 1 for every single new actor I need to add.

 

EDIT: I just realised your textures are not in the same wad as your DECORATE script. Try to put them together as this will reduce potential errors.

i advise you to go to the other thread who is way more populated than this one, there you can find better details

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...