Line QuickPortal: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{DISPLAYTITLE:Line_QuickPortal}} '''Line_QuickPortal''' is a parameterized special designed for UDMF, for easily applying an anchored portal or linked portal o...")
(No difference)

Revision as of 13:55, 12 April 2017

Line_QuickPortal is a parameterized special designed for UDMF, for easily applying an anchored portal or linked portal on two lines, connecting the front sectors of these lines. It only has one parameter:

non-interactive:
  • If 0, the portal is linked. Distances relative to other linked portals must be consistent.
  • If 1, the portal connecting the two lines will not allow objects to pass through, i.e. will be merely visual. Unlike linked portals, such portals can be placed between lines of different angles and doesn't require distance consistency.

Usage

Use this special to connect two separate areas in the map. Select two linedefs, give them this special, with the non-interactive argument same on both linedefs. Give the two linedefs the same tag.

See also