Sector types

Moderator: GZDoom Developers

Post Reply
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49225
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

[Idea] Sector types

Post by Graf Zahl »

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?
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

[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
Last edited by TheDarkArchon on Sun Mar 06, 2005 9:56 am, edited 1 time in total.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

uh..
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49225
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

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.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”