Changes

From DoomWiki.org

Teleporter

1,975 bytes added, 13:30, 26 September 2022
Technical: add teleport fog data
Teleport landings themselves are always invisible; the [[Doom engine|engine]] creates a separate [[mobj|object]] for the fog sprite ({{c|TFOG}}, also drawn at the departure point after the character disappears). The corresponding [[sound]] sample is {{c|DSTELEPT}}.
{{col-begin|width=auto}}
{{col-break|gap=1em}}
{| {{prettytable}}
!colspan="2"|Teleport landing data
| Flags list|| 3: No sector links (Invisible)<br> 4: No blocklinks (Inert)
|}
{{col-break|gap=1em}}
 
{| {{prettytable}}
!colspan="2"|Teleport fog data
|-
| [[Mobj|Enum]]||MT_TFOG (39)
|-
| Appears in||[[Doom]]/[[Ultimate Doom]]<br>[[Doom II]]/[[Final Doom]]<br>[[Doom 64]]/[[The Lost Levels|Lost Levels]]
|-
| Radius||20
|-
| [[Sprite]]||TFOG
|-
| Frames||12 [ABABCDEFGHIJ]
|-
| [[Sound]]||DSTELEPT
|-
| [[Thing types|Class]]||''none''
|-
| Flags||{{c|528}} (decimal)<br>{{c|00000210}} (hex)
|-
| Flags list|| 4: No blocklinks (Inert)<br> 9: No gravity
|}
{| {{prettytable}}
!colspan="2"|Teleport fog data
|-
| [[Mobj|Enum]]||MT_TFOG (55)
|-
| Appears in||[[Heretic]]/[[Shadow of the Serpent Riders|SSR expansion]]
|-
| Radius||20
|-
| [[Sprite]]||TELE
|-
| Frames||13 [ABCDEFGHGFEDC]
|-
| [[Sound]]||TELEPT
|-
| [[Thing types|Class]]||''none''
|-
| Flags||{{c|528}} (decimal)<br>{{c|00000210}} (hex)
|-
| Flags list|| 4: No blocklinks (Inert)<br> 9: No gravity
|-
| Flags2||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
|}
{{col-break|gap=1em}}
{| {{prettytable}}
!colspan="2"|Teleport fog data
|-
| [[Mobj|Enum]]||MT_TFOG (224)
|-
| Appears in||[[Hexen]]/[[Deathkings of the Dark Citadel|DDC expansion]]
|-
| Radius||20
|-
| [[Sprite]]||TELE
|-
| Frames||13 [ABCDEFGHGFEDC]
|-
| [[Sound]]||TPORT1
|-
| [[Thing types|Class]]||''none''
|-
| Flags||{{c|528}} (decimal)<br>{{c|00000210}} (hex)
|-
| Flags list|| 4: No blocklinks (Inert)<br> 9: No gravity
|-
| Flags2||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
|}
{| {{prettytable}}
!colspan="2"|Teleport fog data
|-
| [[Mobj|Enum]]||MT_TFOG (118)
|-
| Appears in||[[Strife]]/[[Strife: Veteran Edition|Veteran Ed.]]
|-
| Radius||20
|-
| [[Sprite]]||TFOG
|-
| Frames||10 [ABCDEFEDCB]
|-
| [[Sound]]||DSTELEPT
|-
| [[Thing types|Class]]||''none''
|-
| Flags||{{c|262672}} (decimal)<br>{{c|00040210}} (hex)
|-
| Flags list|| 4: No blocklinks (Inert)<br> 9: No gravity<br>18: Partial invisibility
|-
| Flags2||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
|}
{{col-end}}
== Appearance statistics ==