Add silly or useful messages to your in-game HUD
This mod for Titanfall 2 uses the Northstar modloader. You can use the chat as a console to add or remove messages. These messages can be static or dynamic. Dynamic messages can use some preset trackers or custom logic.
To serve as a joke or for utility! Usages could be:
- A kill/death ratio tracker
- A kill tracker
- A silly random message you can set
- And more!
Please adhere to these style guidelines.
- 4-width soft (space) tabs
- Ensure each logic file has a descriptive banner:
// {description}
// All code is licensed under the BSD 3-clause license -- see `LICENSE`
//
// Section:
// Lorem ipsum- No space between function identifier and its parentheses
- Code block opening brace stays on the same line as defining keywords (such as
function), while closing brace gets its own - Function names are camelCase, while structs/enums/etc. are PascalCase.
Q: Why was CYNHUD deprecated?
A: It was written horribly 😅 It was very janky, and was single-file. (And I thought it was too quirky)
Though it was somewhat small, so I guess it was fine.
- @S2ymi (GitHub), for the original inspiration with his TF3 dev test text mod
This mod is licensed under the BSD 2-clause license -- see LICENSE.