Admer456 / burektech2

Fork of RBDoom3-BFG for my games, aiming to be a base for immersive retro shooters. Status: inactive for now
GNU General Public License v3.0
10 stars 0 forks source link

target_text entity #2

Closed Admer456 closed 9 months ago

Admer456 commented 2 years ago

An entity that sends a text message to a player (or all players) and gets displayed on their HUD.

The general idea is this: https://github.com/Admer456/idtech4-odljev/blob/master/neo/game/TriggerHudText.cpp#L151 Although that implementation is a bit ugly.