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.
LC Chinese Project
Simplified Chinese localization project for Lethal Company with independent runtime translation, localized UI textures, and embedded Chinese font fallback support.
| Last updated | a day ago |
| Total downloads | 1815 |
| Total rating | 2 |
| Categories | Mods BepInEx Translations AI Generated |
| Dependency string | Aueser-LC_Chinese_Project-0.2.0 |
| Dependants | 0 other packages depend on this package |
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.2100README
LC Chinese Project
中文说明
LC Chinese Project 是 Lethal Company 的简体中文本地化模组,面向 V81 测试环境持续维护。包内包含运行时文本汉化、中文字体 fallback、部分本地化 UI 贴图,以及常见 UI/图标类模组的兼容处理。
功能
- 汉化 UI、HUD、终端、商店、扫描提示、飞船显示屏、星球信息、结算界面、大厅警告和部分场景文本。
- 覆盖终端订单、星球天气、扫描价值、聊天系统消息、投票、剩余天数、重量单位、服装切换和载具交互等动态文本。
- 提供中文 TextMeshPro fallback,减少缺字、透明字和动态文本渲染问题。
- 包含部分本地化贴图资源。
- 兼容 RuntimeIcons、RuntimeIcons_BetterRotations 和 HoneeItemIcons,不打包、不引用、不复制这些模组的代码或资源。
- 不依赖 GameTranslator 运行时。
安装
使用 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 已加载但资源目录未找到,请检查安装路径和旧包残留。 - 如果其他图标类模组依赖原版英文物品名,本模组会尽量保留图标匹配 key,只在显示层翻译中文。
- 如果发现未覆盖文本,请提供截图、触发场景和相关终端命令或 UI 路径。
许可
本项目以 MIT 协议发布。包内包含或改编部分第三方 MIT 内容,并分发基于 OFL 字体生成的 TextMeshPro 字体资源。详细说明见 THIRD_PARTY_LICENSES.md。
English
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.
Features
- Localizes UI, HUD, terminal pages, store pages, scan prompts, ship monitor text, planet information, endgame screens, lobby warnings, and selected scene text.
- Covers dynamic text such as terminal orders, planet weather, scanner values, chat system messages, votes, days left, weight units, suit-change prompts, and vehicle interaction prompts.
- Provides Chinese TextMeshPro fallback to reduce missing glyphs, transparent glyphs, and dynamic text rendering issues.
- Includes selected localized texture resources.
- Compatible with RuntimeIcons, RuntimeIcons_BetterRotations, and HoneeItemIcons without bundling, referencing, or copying their code or assets.
- Does not require GameTranslator at runtime.
Installation
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.
Custom Localization
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.
Troubleshooting
- If logs show
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. - If another icon mod depends on vanilla English item names, this mod tries to preserve icon-matching keys while translating display text separately.
- When reporting uncovered text, include a screenshot, the scene, and the related terminal command or UI path.
License
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.