Sector types

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Sector types

by Graf Zahl » Sun Mar 06, 2005 10:22 am

TheDarkArchon wrote:[Not-really-related] How about an expanded A_Mushroom for DECORATE? Something like this:

Code: Select all

ABCD E 10 A_Mushroom("MissileType", No. Balls, Initial Speed)
[/not-really-related]

5

Maybe when the code that is currently waiting is added to ZDoom.

by Cutmanmike » Sun Mar 06, 2005 9:52 am

uh..

by TheDarkArchon » Sun Mar 06, 2005 9:41 am

[Not-really-related] How about an expanded A_Mushroom for DECORATE? Something like this:

Code: Select all

ABCD E 10 A_Mushroom("MissileType", No. Balls, Initial Speed)
[/not-really-related]

5

[Idea] Sector types

by Graf Zahl » Sun Mar 06, 2005 7:23 am

Admittedly, this is not very important, but today I was playing an old Doom WAD and I wanted to play it with Strife's delayed damage sector types. But those types (and most other Hexen/Strife types) are not available in Doom. So after some thinking I came up with adding

Code: Select all

	if (special&0x8000) return special&0x7fff;
at the beginning of P_TranslateSectorSpecial to allow passing the sector type unchanged if the highest bit is set.

Question: Is this a good idea or not?

Top