code/__DEFINES/text.dm

FOURSPACES | Does 4 spaces. Used as a makeshift tabulator. |
---|---|
MAPTEXT | Prepares a text to be used for maptext. Use this so it doesn't look hideous. |
MAPTEXT_VCR_OSD_MONO | Prepares a text to be used for maptext, using a font that can handle larger text better. |
WXH_TO_HEIGHT | Macro from Lummox used to get height from a MeasureText proc. resolves the MeasureText() return value once, then resolves the height, then sets return_var to that. |
SANITIZE_FILENAME | Removes characters incompatible with file names. |
STRIP_HTML_SIMPLE | Simply removes the < and > characters, and limits the length of the message. |
STRING_DIRECTORY | Folder directory for strings |
BRAIN_DAMAGE_FILE | File location for brain damage traumas |
ION_FILE | File location for AI ion laws |
PIRATE_NAMES_FILE | File location for pirate names |
REDPILL_FILE | File location for redpill questions |
ARCADE_FILE | File location for arcade names |
BOOMER_FILE | File location for boomer meme catchphrases |
LOCATIONS_FILE | File location for locations on the station |
WANTED_FILE | File location for wanted posters messages |
VISTA_FILE | File location for really dumb suggestions memes |
FLESH_SCAR_FILE | File location for flesh wound descriptions |
BONE_SCAR_FILE | File location for bone wound descriptions |
SCAR_LOC_FILE | File location for scar wound descriptions |
EXODRONE_FILE | File location for exodrone descriptions |
CLOWN_NONSENSE_FILE | File location for clown honk descriptions |
CULT_SHUTTLE_CURSE | File location for cult shuttle curse descriptions |
EIGENSTASIUM_FILE | File location for eigenstasium lines |
HALLUCINATION_FILE | File location for hallucination lines |
NINJA_FILE | File location for ninja lines |
SPLASH_FILE | File loation for title splashes |
Define Details
ARCADE_FILE
File location for arcade names
BONE_SCAR_FILE
File location for bone wound descriptions
BOOMER_FILE
File location for boomer meme catchphrases
BRAIN_DAMAGE_FILE
File location for brain damage traumas
CLOWN_NONSENSE_FILE
File location for clown honk descriptions
CULT_SHUTTLE_CURSE
File location for cult shuttle curse descriptions
EIGENSTASIUM_FILE
File location for eigenstasium lines
EXODRONE_FILE
File location for exodrone descriptions
FLESH_SCAR_FILE
File location for flesh wound descriptions
FOURSPACES
Does 4 spaces. Used as a makeshift tabulator.
HALLUCINATION_FILE
File location for hallucination lines
ION_FILE
File location for AI ion laws
LOCATIONS_FILE
File location for locations on the station
MAPTEXT
Prepares a text to be used for maptext. Use this so it doesn't look hideous.
MAPTEXT_VCR_OSD_MONO
Prepares a text to be used for maptext, using a font that can handle larger text better.
NINJA_FILE
File location for ninja lines
PIRATE_NAMES_FILE
File location for pirate names
REDPILL_FILE
File location for redpill questions
SANITIZE_FILENAME
Removes characters incompatible with file names.
SCAR_LOC_FILE
File location for scar wound descriptions
SPLASH_FILE
File loation for title splashes
STRING_DIRECTORY
Folder directory for strings
STRIP_HTML_SIMPLE
Simply removes the < and > characters, and limits the length of the message.
VISTA_FILE
File location for really dumb suggestions memes
WANTED_FILE
File location for wanted posters messages
WXH_TO_HEIGHT
Macro from Lummox used to get height from a MeasureText proc. resolves the MeasureText() return value once, then resolves the height, then sets return_var to that.