Floor Question

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
dax13
Posts: 67
Joined: Fri Jan 06, 2006 12:29 pm

Floor Question

Post by dax13 »

Hey hoU !

I'm making a mod with a lot of blood (on GZdoom )and gibs and stuff like that... and as far as I know there is a definition lump that creates sprites/images on the wall(DECALDEF).. now my question:

..Does Gzdoom or zdoom has a lump that creates the same stuff on the floor and ceiling.. or do I have to do some crazy stuff to obtain my aim? If its possible.. HOW IN THE HELL CAN I DO THAT???!!!

I hope you understand my bad english ( :) )
User avatar
Siggi
Posts: 3288
Joined: Sun Oct 03, 2004 8:57 am
Preferred Pronouns: They/Them
Location: South Africa

Re: Floor Question

Post by Siggi »

Floor and ceiling decals can't be done with ZDoom. I guess it would be the same with GZDoom, but I'm not so sure about that one.
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Re: Floor Question

Post by HotWax »

FYI, the reason this can't be done is because the flat (floor and ceiling) drawing code is heavily optimized and assumes a single-patch texture will be drawn every time. Decals on walls work because the code was already there to piece multiple graphics together to form wall textures.
Locked

Return to “Editing (Archive)”