Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
zzzornbringer

problem with custom sprite

Recommended Posts

hey, i need some help with some sprites. i was unable to find the solution, so i hope you can help me.

i want to add a simple static sprite to a map. so, i have created a .PNG file called FLNZA0. i imported this file into my .wad file.

the decorate definition looks something like this:

actor pflanze
{
Game Doom
Radius 16
Height 16
DeathHeight 16
health 0
mass 10000000

States
{
Spawn:
FLNZ A 0

 
death:
FLNZ A -1 a_setshootable
stop
}

}

this definition worked before, i just replaced the name of the graphic.

so, it won't load the sprite. something is there, because i can shoot it and there's a blood splatter but the sprite itself is invisible, as in, it's not there.

i'm close to loosing my mind... what's wrong? plz help me. how to add a simple static custom sprite to a map?

thank you

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
Sign in to follow this  
×