Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
raymoohawk

need help with sprite offsets

Recommended Posts

so i have been following dr nick's guide but when i build my wad some of the new sprites bob up and down, how can i fix it?

Share this post


Link to post

In the buildcfg.txt file there is a section for sprites and they include their offsets.

For example:

[sprites]
BOS2A1C1        19      69                      ; hell knight
BOS2A2C8        20      68
BOS2A3C7        26      66
BOS2A4C6        22      64
BOS2A5C5        19      65
First number is X offset, second is Y offset.

As a rough guide, X offset is usually is about half the width of the sprite image, and Y offset about same height as sprite image. Bigger X values make the sprite go left, bigger Y values make it go up.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×