Sector_SetDamage and 3D Floors.

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
User avatar
Logan MTM
Posts: 179
Joined: Wed Jan 04, 2006 2:52
Location: Rio de Janeiro - BRAZIL
Contact:

Sector_SetDamage and 3D Floors.

Post by Logan MTM »

This hellish simbol is a 3D Floor with 1 unit:

Image

When i spawm any monster i call the following script to telefrag the player stand up over the simbol:
Script 169 (Int TFSector) // The "TFSector" is the sector control of the 3D Floor.
{
If (GameType() == GAME_NET_COOPERATIVE)
{
Sector_SetDamage(TFSector,999,1);
Delay(1);
Sector_SetDamage(TFSector,0,1);
}
}
This trick doesn't work in Skulltag. I think the sector control don't pass any effect to the 3D Floor in Skulltag.
If i'm right, what subversion of GZDoom make this possible?

Sorry by my crap english! ^^'
So as you read this know my friends I'd love to stay with you all.
Please smile when you think of me. My body's gone that's all...
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: Sector_SetDamage and 3D Floors.

Post by Graf Zahl »

It has always been in from the start. If that doesn't work in Skulltag I'd say it's a bug. I suspect it's related to the gamemode check. Have you tried without it?
User avatar
Logan MTM
Posts: 179
Joined: Wed Jan 04, 2006 2:52
Location: Rio de Janeiro - BRAZIL
Contact:

Re: Sector_SetDamage and 3D Floors.

Post by Logan MTM »

Yes i did. Doesn't work. :cry:

In that exactly place you can notice this difference between Skulltag and GZDoom.

GZDoom = Death
Skulltag = Nothing
So as you read this know my friends I'd love to stay with you all.
Please smile when you think of me. My body's gone that's all...
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: Sector_SetDamage and 3D Floors.

Post by Graf Zahl »

Then best report it as a bug to the Skulltag devs. This is supposed to be deadly.
User avatar
Logan MTM
Posts: 179
Joined: Wed Jan 04, 2006 2:52
Location: Rio de Janeiro - BRAZIL
Contact:

Re: Sector_SetDamage and 3D Floors.

Post by Logan MTM »

Thank you Graf!
So as you read this know my friends I'd love to stay with you all.
Please smile when you think of me. My body's gone that's all...
User avatar
Logan MTM
Posts: 179
Joined: Wed Jan 04, 2006 2:52
Location: Rio de Janeiro - BRAZIL
Contact:

Re: Sector_SetDamage and 3D Floors.

Post by Logan MTM »

Graf Zahl wrote:Then best report it as a bug to the Skulltag devs. This is supposed to be deadly.
Reported and Fixed!
So as you read this know my friends I'd love to stay with you all.
Please smile when you think of me. My body's gone that's all...
Locked

Return to “GZDoom”