


LC Chinese Project 是面向 Lethal Company V81 测试环境维护的简体中文本地化模组。包体包含运行时文本汉化、中文 TextMeshPro 字体 fallback、部分 UI 贴图本地化,以及常见 UI、图标和动态文本场景的兼容处理。
本模组不依赖 GameTranslator 运行时。
.cfg 文件扩展文本替换规则。使用 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/ 目录。
推荐将个人规则或其他英文模组的补充规则放在:
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 maintained for the Lethal Company V81 test environment. The package includes runtime text localization, Chinese TextMeshPro font fallback, selected localized UI textures, and compatibility handling for common UI, icon, and dynamic-text scenarios.
The mod does not require GameTranslator at runtime.
.cfg files.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 recommended directory for personal rules and additional English-mod rules is:
BepInEx/config/V81TestChn/custom-localization/
The plugin also scans:
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.