taigu-LC_Room_attribution_prediction_experiment icon

LC Room attribution prediction experiment

对房主所属国家进行推测

By taigu

CHANGELOG

v1.5.1 - 地区代码映射修复 / Region Code Mapping Fix

  • 修复 RegionResult.GetRegionCode 代码映射不一致导致中文显示失败的问题 / Fixed inconsistent code mapping in RegionResult.GetRegionCode causing Chinese display failure
  • 统一三个独立的 GetRegionCode 方法返回一致的代码 / Unified three separate GetRegionCode methods to return consistent codes
  • 修复 "Western Europe" 显示为 [EU] 而非 [欧美] 的问题 / Fixed "Western Europe" displaying as [EU] instead of [欧美]
  • 修复 "Central Asia" 显示为 [加拿大] 而非 [中亚] 的问题 / Fixed "Central Asia" displaying as [加拿大] instead of [中亚]
  • 修复 "North America" 显示为 [美国] 而非 [北美] 的问题 / Fixed "North America" displaying as [美国] instead of [北美]
  • 修复 "Other CIS"、"Balkans" 等区域代码无中文映射的问题 / Fixed missing Chinese mappings for "Other CIS", "Balkans" and other regions
  • 修复字典大小写重复键导致构建失败的问题 / Fixed case-insensitive duplicate key causing dictionary build failure

v1.5.0 - 字体管理器 / Font Manager

  • 新增 FontManager 模块,自动扫描并加载 CJK 字体 / Added FontManager module, auto-scans and loads CJK fonts
  • 支持从插件目录加载 TTF/OTF 字体文件 / Supports loading TTF/OTF font files from plugin directory
  • 支持 5 层字体扫描策略 / 5-layer font scanning strategy(插件目录→已加载字体→游戏目录→BepInEx→根目录 / plugin dir → loaded fonts → game dir → BepInEx → root dir)
  • 标签自动使用加载的字体显示中文 / Tags automatically use loaded font for Chinese display

v1.4.0 - Steam 自动查询 / Steam Auto Query

  • 两阶段识别策略 / Two-phase detection strategy:Phase 1 即时分析 + Phase 2 异步 Steam 查询 / instant analysis + async Steam query
  • 自动从 Lobby 对象提取房主 Steam ID / Auto-extracts lobby owner Steam ID from Lobby object
  • Steam 社区页面查询结果自动更新标签 / Steam Community page query results auto-update tags

v1.3.0 - 中文 UI 显示 / Chinese UI Display

  • 新增中文地区名称显示 / Added Chinese region name display(如 / e.g., [中国] 代替 / instead of [CN]
  • 新增 / Added UseChineseDisplay 配置选项 / config option
  • 覆盖 60+ 个国家/地区的中文名称映射 / Covers 60+ country/region Chinese name mappings

v1.2.0 - 识别算法优化 / Detection Algorithm Optimization

  • 扩展关键词数据库 / Expanded keyword database(40+ 国家/地区 / countries/regions)
  • 新增拉丁文字语言特征分析 / Added Latin script language feature analysis(土耳其语、波兰语、捷克语等 / Turkish, Polish, Czech, etc.)
  • 新增 Unicode 文字系统检测 / Added Unicode script detection(老挝文、高棉文、缅甸文、蒙古文 / Lao, Khmer, Myanmar, Mongolian)
  • 优化置信度评分和概率分布算法 / Optimized confidence scoring and probability distribution algorithm

v1.1.0 - 初始版本 / Initial Release

  • 多源混合分析 / Multi-source hybrid analysis(Steam API + 社区页面 / Community page + XML + 昵称分析 / nickname analysis)
  • 完整概率分布显示 / Full probability distribution display
  • BepInEx 配置支持 / BepInEx configuration support