Jump to content

Problem with sprites


Norb

Recommended Posts

So, I just started using Slade to make a powerup using DECORATE, and I have a problem with the Spawn state. I dont know what I am doing wrong but the sprites dont appear after I put them in the Spawn state.

 

Here is a screenshot of the wad and the decorate text:

SLADE 19. 10. 2021 18_54_14.png

Share this post


Link to post

You need to set up a start and a end marker for your sprites

Just create a new entry right before your sprites and called it SS_START, then, right after them, create another entry called SS_END
(You can merge those Spawn frames into one since they have the same duration, so that it's cleaner)

Edited by Kan3

Share this post


Link to post

It's hard to say what's going on aside from the script without looking at the wad. ~ the image offsets might be out of scope.

I'd try testing without anything other than the sprite first, vanilla style, as a test wad with the sprite images replacement but not its original names, and then go from there.

 

Edited by Mr.Rocket

Share this post


Link to post
21 hours ago, Kan3 said:

You need to set up a start and a end marker for your sprites

Just create a new entry right before your sprites and called it SS_START, then, right after them, create another entry called SS_END
(You can merge those Spawn frames into one since they have the same duration, so that it's cleaner)

 

This is incorrect. Well, I guess I don't know too much about GZDoom, so maybe it works there, but you're supposed to use S_START and S_END -- the original engine only reads these markers.

Share this post


Link to post
2 hours ago, maxmanium said:

 

This is incorrect. Well, I guess I don't know too much about GZDoom, so maybe it works there, but you're supposed to use S_START and S_END -- the original engine only reads these markers.

 

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
Reply to this topic...

×   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...