team-eternity / eternity

The Eternity Engine
http://eternity.youfailit.net/wiki/Main_Page
GNU General Public License v3.0
230 stars 36 forks source link

Exit position is not supported for map exit specials #569

Open Altazimuth opened 2 years ago

Altazimuth commented 2 years ago

The position parameter for Teleport_NewMap, Exit_Normal, and Exit_Secret are not supported. This represents a major functionality hole when it comes to supporting hub logic.

Based on my research, Hexen's method of doing it implements a new gameaction called ga_leavemap, which will then do the proper map teleporting, however I'm not sure how necessary that might be as Strife has no such thing.