Memfis Posted May 19, 2013 Heh, why thing 79 doesn't move down together with the floor it is on? You can do funny things with this: 0 Quote Share this post Link to post
scifista42 Posted May 19, 2013 The small pool of blood and pool of brains do it too. The other pool of blood and bones not, though. Pool of blood and bones (I mean thing 24) is the only one of them present in Doom 1. I guess they forgot about setting gravity to these three new decorative objects. 0 Quote Share this post Link to post
myk Posted May 19, 2013 If you remove the "can't be hit" flag in DeHackEd, giving them 0 bits instead of 16, they drop. 0 Quote Share this post Link to post
Ribbiks Posted May 19, 2013 hmm, does that mean by adding that flag to other items would cause them to float as well? Seems like that would be neat to play around with 0 Quote Share this post Link to post
andrewj Posted May 20, 2013 myk said:If you remove the "can't be hit" flag in DeHackEd, giving them 0 bits instead of 16, they drop In the code, that bit is called MF_NOBLOCKMAP. So these things are not kept in the blockmap, which means they are not found when the engine changes a sector height (via P_ChangeSector). 0 Quote Share this post Link to post
TimeOfDeath Posted May 20, 2013 Ribbiks said:hmm, does that mean by adding that flag to other items would cause them to float as well? Seems like that would be neat to play around with I was hoping so too, but I guess you can't pick up items with that flag and things aren't shootable with that flag. I guess it could be used for decorations, though. 0 Quote Share this post Link to post
david_a Posted May 21, 2013 Ribbiks said:hmm, does that mean by adding that flag to other items would cause them to float as well? Seems like that would be neat to play around with You could make a fake invisible staircase :) Surprised no one has done that before. 0 Quote Share this post Link to post
andrewj Posted May 22, 2013 david_a said:You could make a fake invisible staircase :) A staircase you can neither see or climb? Hmmm...... 0 Quote Share this post Link to post
gggmork Posted May 22, 2013 pretty sure transfer heights can make invisible stairs 0 Quote Share this post Link to post
david_a Posted May 22, 2013 andrewj said:A staircase you can neither see or climb? Hmmm...... I was thinking you could recreate the UAC_DEAD.WAD staircase visually by making the candles float. It might be useful - there could be multiple staircases for decoration only that otherwise might be impracticable with Doom's geometry. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.