You are viewing a potentially older version of this package. View all versions.
lethal_coder-Interior_Title_Cards-1.0.0 icon

Interior Title Cards

Announces your grand indoor arrival in Lethal Company.

Date uploaded a year ago
Version 1.0.0
Download link lethal_coder-Interior_Title_Cards-1.0.0.zip
Downloads 332
Dependency string lethal_coder-Interior_Title_Cards-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
IAmBatby-LethalLevelLoader-1.4.11 icon
IAmBatby-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.11
xilophor-StaticNetcodeLib-1.1.1 icon
xilophor-StaticNetcodeLib

A library/patcher for NGO in a static context.

Preferred version: 1.1.1
pacoito-LethalLevelLoaderUpdated-1.5.0 icon
pacoito-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.0

README

Interior Title Cards Mod for Lethal Company

This mod displays a title card when players enter the facility interior area in Lethal Company.e

Features

  • Displays a title card when entering the facility ("Entering FACILITY")
  • Automatically disappears after 3 seconds

Customization

  • Title color: Choose the color of the title text.
  • Top text override: Change the top line of the title card (default is NOW ENTERING...).
  • Top text font weight: Adjust the thickness of the top text.
  • Interior text font weight: Adjust the thickness of the interior name text.
  • Interior Name Overrides: Replace default facility names with custom ones.
  • Enable debug logging: Turn on detailed logs for testing and troubleshooting.

Roadmap

  • Fix vanilla interiors not getting added
  • 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