Custom sprites problem
Moderators: GZDoom Developers, Raze Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
- Posts: 2
- Joined: Tue Apr 12, 2022 4:47 pm
Custom sprites problem
I added custom sprites and I moved sprites a few pixels below the x axis line so they would stand in the environment realistically like the other sprites (monsters, objects, etc.) But when I play the WAD on GZDoom, the sprites stand on the tip of the lowest pixel. How do I fix this?
You do not have the required permissions to view the files attached to this post.
-
-
- Posts: 26722
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: Custom sprites problem
The problem is that in hardware mode, anything that is below the floor gets clipped at the floor. So, by default, GZDoom moves monsters up so that the entire sprite can be seen. This can be changed in the options but your choices are:
- Have the bottom of the feet cut off
- Have the sprites standing on the bottom pixel (as per your screen shot)
- Redraw the sprite so that the above doesn't look as bad.
-
- Posts: 2
- Joined: Tue Apr 12, 2022 4:47 pm
Re: Custom sprites problem
So there's no other way to fix it then?
-
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
Re: Custom sprites problem
Welcome to ZDoom Forum. And to answer your question, you'll need to expand the length of the character's left leg, if you feel like she's floating or somethin'.Enjay just said wrote:
- Have the bottom of the feet cut off
- Have the sprites standing on the bottom pixel (as per your screen shot)
- Redraw the sprite so that the above doesn't look as bad.
Also as Forum Rules are written, this section is for completed or WIP projects only. If you're looking for modding help, check out the General section. Hope it helps!
-
-
- Posts: 26722
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: Custom sprites problem
Not really, no. Not if you want to play the mod with hardware acceleration.Nomedrebyc wrote:So there's no other way to fix it then?
[Topic moved to a more suitable forum.]