[MAPINFO] StaticText for episode defs

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [MAPINFO] StaticText for episode defs

[MAPINFO] StaticText for episode defs

by NightFright » Fri Sep 11, 2020 4:52 am

I am not sure how useful this can be in general for others, but I wonder if it's possible to have a way to add text to MAPINFO (e.g. episode definitions) which cannot be selected, similar to StaticText/StaticTextCentered definitions in MENUDEF. This is specifically meant for episode defs that exceed the max amount and are shown with the normal menu font instead of using the Doom/Heretic/whatever font lumps.

Example:

Code: Select all

clearepisodes
StaticText "WILLITS", "gold"
episode attack { name = "Attack" }
episode canyon { name = "Canyon" }
In this example, it shows the text "WILLITS" (in gold letters) and then the selectable two Master Levels as single-level episodes.

Top