

LC Chinese Project 是 Lethal Company 的简体中文本地化模组,面向 V81 测试环境持续维护。包内包含运行时文本汉化、中文字体 fallback、部分本地化 UI 贴图,以及常见 UI/图标类模组的兼容处理。
使用 Thunderstore 或 r2modman 安装时,请先安装 BepInExPack,再安装本模组。
手动安装时,将压缩包根目录中的 BepInEx 文件夹合并到游戏或 profile 根目录。正确安装后应存在:
BepInEx/plugins/V81TestChn/V81TestChn.dll
BepInEx/plugins/V81TestChn/translations-cfg/
BepInEx/plugins/V81TestChn/fonts/
BepInEx/plugins/V81TestChn/fontpatcher/
BepInEx/plugins/V81TestChn/textures/
不要把整个包解压成 BepInEx/plugins/package,也不要在 zip 外额外套一层 package/ 目录。
插件支持加载额外 .cfg 文件,用于补充其他英文模组的文本或调整个人显示偏好。推荐放置目录:
BepInEx/config/V81TestChn/custom-localization/
也支持以下目录:
BepInEx/plugins/V81TestChn/custom-localization/
BepInEx/config/V81TestChn/custom-translations/
BepInEx/config/translations/custom/
示例:
exact:Company Cruiser=公司巡航车
ignorecase:Pull switch=拉动开关
regex:^(\d+) lb$=$1 磅
style:exact:WARNING|color=#FF4D4D|fontSize=28|richText=true
常用配置:
[CustomLocalization]
Enabled = true
PreferCustomTranslations = false
EnableRegex = false
MaxLoadedFiles = 32
MaxConfigFileBytes = 262144
MaxExactRules = 4096
MaxIgnoreCaseRules = 4096
MaxRegexRules = 64
MaxStyleRules = 64
建议优先使用 exact 或 ignore-case 规则。regex 默认关闭,只有在确认规则可靠且性能可控时再启用。需要字面量 =、| 或反斜杠时,请写作 \=、\|、\\。
TranslationService loaded 0 exact + 0 regex entries from 0 source(s).,说明插件 DLL 已加载但资源目录未找到,请检查安装路径和旧包残留。本项目以 MIT 协议发布。包内包含或改编部分第三方 MIT 内容,并分发基于 OFL 字体生成的 TextMeshPro 字体资源。详细说明见 THIRD_PARTY_LICENSES.md。
LC Chinese Project is a Simplified Chinese localization mod for Lethal Company, maintained for the V81 test environment. The package includes runtime text localization, Chinese font fallback, selected localized UI textures, and compatibility handling for common UI and icon mods.
When using Thunderstore or r2modman, install BepInExPack first, then install this mod.
For manual installation, merge the package BepInEx folder into the game or profile root. A correct install contains:
BepInEx/plugins/V81TestChn/V81TestChn.dll
BepInEx/plugins/V81TestChn/translations-cfg/
BepInEx/plugins/V81TestChn/fonts/
BepInEx/plugins/V81TestChn/fontpatcher/
BepInEx/plugins/V81TestChn/textures/
Do not install the package as BepInEx/plugins/package, and do not create a zip with an extra top-level package/ directory.
The plugin can load additional .cfg files for English mods or personal display preferences. The recommended directory is:
BepInEx/config/V81TestChn/custom-localization/
These directories are also supported:
BepInEx/plugins/V81TestChn/custom-localization/
BepInEx/config/V81TestChn/custom-translations/
BepInEx/config/translations/custom/
Examples:
exact:Company Cruiser=公司巡航车
ignorecase:Pull switch=拉动开关
regex:^(\d+) lb$=$1 磅
style:exact:WARNING|color=#FF4D4D|fontSize=28|richText=true
Common options:
[CustomLocalization]
Enabled = true
PreferCustomTranslations = false
EnableRegex = false
MaxLoadedFiles = 32
MaxConfigFileBytes = 262144
MaxExactRules = 4096
MaxIgnoreCaseRules = 4096
MaxRegexRules = 64
MaxStyleRules = 64
Prefer exact or ignore-case rules. Regex is disabled by default and should only be enabled for tested, controlled rules. Use \=, \|, and \\ for literal =, |, and backslash characters.
TranslationService loaded 0 exact + 0 regex entries from 0 source(s)., the plugin DLL loaded but the resource folders were not found. Check the install path and stale package remnants.LC Chinese Project is released under the MIT License. The package includes or adapts selected third-party MIT content and distributes TextMeshPro font assets generated from OFL-licensed fonts. See THIRD_PARTY_LICENSES.md for details.