Another 3d floor flag: Block monsters only

Moderator: Graf Zahl

Locked
User avatar
Cutmanmike
Posts: 482
Joined: Sat Sep 03, 2005 23:34

Another 3d floor flag: Block monsters only

Post by Cutmanmike »

I request a flag which makes 3d floors only detect collisions with monsters. Why you ask? Well as we know there's NO way to make monsters stay in deep water right? Well with this, you could make an invisible 3d floor just above the water surface, therefore preventing monsters from flying out of it.
User avatar
Syfo-Dyas
Posts: 182
Joined: Sun Oct 09, 2005 21:54
Location: Ohio
Contact:

Post by Syfo-Dyas »

I used to do this under Legacy, if I can find my maps I'll see if that FS code works with gzDOOM, then I'll post...

...if I can find that old map that is. :)
User avatar
solarsnowfall
Persecution Complex
Posts: 363
Joined: Fri Aug 05, 2005 8:51

Re: Another 3d floor flag: Block monsters only

Post by solarsnowfall »

Cutmanmike wrote:Well as we know there's NO way to make monsters stay in deep water right?
Didn't I post a map over at forum.zdoom.org that did just that using ACS?
User avatar
Cutmanmike
Posts: 482
Joined: Sat Sep 03, 2005 23:34

Post by Cutmanmike »

I tried that already, but having multiple "fish" monsters would eat up a ton of tid's (not to mention you'd have to reserve and remember which ones were taken).

Also this could have other uses.
User avatar
solarsnowfall
Persecution Complex
Posts: 363
Joined: Fri Aug 05, 2005 8:51

Post by solarsnowfall »

Cutmanmike wrote:would eat up a ton of tid's (not to mention you'd have to reserve and remember which ones were taken).
That can be done with relatively little fuss. For mass tid scenarios I always use the negative tid range. Any case specific tids I use are in the positive range, so they never conflict. With a little planning you can assign hundreds of things unique tids (via script), and it only takes one map variable to track it. I put a system in place to do just that in Phobus's Warpzone wad, and IIRC it has over a thousand monsters (at least on UV).
User avatar
Cutmanmike
Posts: 482
Joined: Sat Sep 03, 2005 23:34

Post by Cutmanmike »

negative... tids.....? :shock:
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

What were dynamic TIDs used for in Warpzone? Didn't seem like anything special was going on...
User avatar
Phobus
Posts: 227
Joined: Sat Sep 03, 2005 11:48
Location: Orpington, Kent, England
Contact:

Post by Phobus »

There are no dynamic TIDs in Warpzone. Solarsnowfall set up his own system to count monsters and stuff for kills and the like (I've seen it in action), and used my map to test it, as it's a fairly recent example of a lot of processing weight and many monsters. His system made no noticeable impact on performance, BTW.
User avatar
solarsnowfall
Persecution Complex
Posts: 363
Joined: Fri Aug 05, 2005 8:51

Post by solarsnowfall »

It was a global stat tracker of sorts, ment to track all sorts of things.

@Cutmanmike: The total range of tids that are available are -32767 to -1 and 1 to 32767.
Locked

Return to “Closed Feature Suggestions”