Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Interior Title Cards
Announces your grand indoor arrival in Lethal Company.
| Date uploaded | 11 months ago |
| Version | 1.2.0 |
| Download link | lethal_coder-Interior_Title_Cards-1.2.0.zip |
| Downloads | 123 |
| Dependency string | lethal_coder-Interior_Title_Cards-1.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100IAmBatby-LethalLevelLoader
A Custom API to support the manual and dynamic integration of all forms of custom content in Lethal Company. (v69 Compatible)
Preferred version: 1.4.11pacoito-LethalLevelLoaderUpdated
A Custom API to support the manual and dynamic integration of all forms of custom content in Lethal Company. (v73 Compatible)
Preferred version: 1.5.0README
Interior Title Cards Mod for Lethal Company
This mod displays a title card when players enter the facility interior area in Lethal Company.
Features
- Displays a title card when entering the facility ("Entering FACILITY")
- Automatically disappears after 3 seconds

Customization
Debug Settings
- EnableDebugLogging: Enable detailed debug logging for troubleshooting.
Animation Timing
- TopTextDisplayDuration: How long the top text displays on screen in seconds.
- InteriorTextDisplayDuration: How long the interior text displays on screen in seconds.
- TopTextFadeInDuration: How long the top text takes to fade in.
- TopTextFadeOutDuration: How long the top text takes to fade out.
- InteriorTextFadeInDuration: How long the interior text takes to fade in.
- InteriorTextFadeOutDuration: How long the interior text takes to fade out.
- TopTextStartDelay: Delay in seconds before the top text starts displaying after entering.
- InteriorTextStartDelay: Delay in seconds before the interior text starts displaying after entering.
Interior Name Overrides
- Interior Name: Override the interior name
Text Appearance
- Top text override: Custom text displayed above the interior name.
- TopTextFontSize: Font size for the top text.
- InteriorTextFontSize: Font size for the interior name text.
- TopTextColor: Color of the top text in hex format.
- InteriorTextColor: Color of the interior name text in hex format.
- TopTextFontWeight: Font weight for the top text.
- InteriorTextFontWeight: Font weight for the interior name text.
Visual Effects
- TopTextFadeEnabled: Enable fade in/out effect for top text.
- InteriorTextFadeEnabled: Enable fade in/out effect for interior text.
Roadmap
- Add custom font
- Allow developers to set custom font or images of interior
Contributing
Feel free to submit issues or pull requests. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License.
CHANGELOG
1.3.1
- Updated to v73
1.3.0
- Added custom images support (A little Experimental)
- Fixed a couple of things
1.2.1
- Added Top text position
- Added Interior text position
1.2.0
Implemented performance optimizations:
- Added object pooling for title cards
- Improved coroutine cleanup
- Added caching for config lookups
- Enhanced thread safety
More Customizations:
- Added Top text display duration
- Added Interior text display duration
- Added Top text fade in duration
- Added Top text fade out duration
- Added Interior text fade in duration
- Added Interior text fade out duration
- Added Top text start delay
- Added Interior text start delay
- Added Top text font size
- Added Interior text font size
1.1.2
- Added StaticNetcodeLib
1.1.1
- Fixed card showing for everybody when one person enters
1.1.0
- Refactored codebase: extracted constants, improved readability, and reduced duplication.
- Improved configuration system: better color options, parsing, and defaults.
- Fixed security issues and runtime exceptions.
- Added XML documentation and helper utilities.
- Added configurable display duration and color settings for title and interior text.
- Fixed overrides and standardized facility variant names.
1.0.0
- Release