《Cyberpunk 2077》「Kriostech 运动服」MOD 使用指南
【核心介绍】
提供高度可定制的 Kriostech 风格运动服套装(上衣、短裤/长裤、内衣、配饰),支持贴花开关、顶部配饰/背心尺寸调节,适配多种体型与服装系统,提升角色外观一致性与个性化自由度。
【安装指南】
1. 下载本 MOD 文件包(含 `.archive`、`.xl`、`.yaml` 等文件);
2. 将以下 5 个文件完整解压至 Cyberpunk 2077 游戏根目录(即 `Cyberpunk 2077`):
– `archivepcmodSCOFIL_Kriostech_Sportswear_Modular.xl`
– `archivepcmodSCOFIL_Kriostech_Sportswear_Modular.archive`
– `r6tweaksScofil1996SCOFIL_Kriostech_Sportswear_Modular.yaml`
– `archivepcmod_SCOFIL_Kriostech_Sportswear_Modular_Material_Replacer.archive`
– `archivepcmod_SCOFIL_Kriostech_Sportswear_Modular_Garment_Support.archive`
3. 本 MOD 安装前,需同步安装前置依赖的 MOD「Small Body Tags」([NexusMods 链接]( 网址链接 缺一不可;
4. 卸载仅需删除上述全部 5 个文件。
【功能详情】
✅ 已优化:
– 所有服装物品均启用 服装支持(Garment Support)(背心除外),可按槽位正常叠穿;
– 提供 2 种切换选项:隐藏贴花 / 调整顶部配饰与背心尺寸,使其更匹配其他服装;
– 支持 3 种小体型方案:原版小号 / VTK 小号 / Solo 2 小号(需已安装「Small Body Tags」);
– 每件物品含 第二修饰器(出售价格),适配 Drop Points 商店售价逻辑;
– 包含完整品牌标识、材质细节与物品信息。
❌ 未修改:
– 背心类物品 不支持服装支持(GS),将始终覆盖下方 GS 物品;
– 不修改游戏基础体型模型、动画或物理系统。
✨ 额外调整:
– 新增 24 种颜色变体的短裤、长裤、上衣、内衣及配饰(共超 200 件独立物品);
– 新增 2 个功能性调试物品:`scofil_kriostech_top_hi-tech_accessory_toggle_default`(配饰开关)、`scofil_kriostech_decals_toggle_default`(贴花开关)。
【使用要求】
– 必须运行 《Cyberpunk 2077》v2.1 或更高版本;
– 必须已安装官方扩展包「往日之影」(《Phantom Liberty》);
– 必须安装前置 MOD:「Small Body Tags」([NexusMods 链接]( 网址链接
– 推荐使用 Cyber Engine Tweaks(CET)v2.1+ 以确保 YAML 配置正确加载。
【兼容性说明】
– 兼容范围:所有启用 Garment Support 的 MOD(如「Cyberwear」「Valkyrie」等);
– 不兼容模组:
– 修改底层服装系统结构的 MOD(如旧版「Cyberwear Legacy」);
– 替换同名 `scofil_*` 物品 ID 的自定义服装 MOD;
– 兼容补丁:暂未推出(若遇冲突,请优先禁用其他 Kriostech 同源 MOD)。
【注意事项】
– 动态外观功能(尺寸调节、贴花开关)仅在装备后通过游戏内「外观编辑器」生效;
– 部分配饰在极少数姿势下可能出现轻微穿模,不影响穿戴与商店交易;
– 所有物品代码均为标准 `Game.AddToInventory(“Items.xxx”, 1)` 格式,可直接复制使用(见下方「物品代码」模块);
– 若发现材质异常,请确认 `Material_Replacer.archive` 文件已正确放置于 `/archive/pc/mod/` 目录。
【更新日志】
– 2024 年 10 月 15 日 新增全系 24 色变体及 2 个调试物品(`_toggle_default`);
– 2024 年 9 月 28 日 重构 YAML 配置,提升与 CET v2.1+ 兼容性;
– 2024 年 8 月 5 日 首发正式版,支持「往日之影」v2.1。
【物品代码】
> ✅ 可直接复制粘贴至控制台使用(每行一条):
“`
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_kriostech”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_digital”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_desert”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_urban”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_arasaka”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_trauma”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_militech”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_kangtao”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_barghest”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_maxtac”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_monochrome”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_white”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_red”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_purple”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_green”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_pink”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_blue”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_kassa”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_devlon”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_armax”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_blackops”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_orange”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_yellow”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_short_grey”, 1)
Game.AddToInventory(“Items.scofil_kriostech_leggings_full_kriostech”, 1)
// …(其余 full/hi-tech1/hi-tech2/top/accessory/panties 共 200+ 条,结构一致,此处省略)
Game.AddToInventory(“Items.scofil_kriostech_top_hi-tech_accessory_toggle_default”, 1)
Game.AddToInventory(“Items.scofil_kriostech_decals_toggle_default”, 1)
“`
> ⚠️ 提示:完整代码列表请参阅 MOD 页面「Files」标签页中的 `inventory_codes.txt`(随包附带)。
【其他说明】
– 本 MOD 允许个人使用、社区分享及纳入 NPV(NoPixel/Virtual Reality)服务器资源库;
– 禁止二次打包、改名发布或用于商业用途;
– 捐赠支持:[Ko-fi → scofil]( 网址链接
– 加入玩家社区:[CYBERPUNK 2077 GARDEN Discord]( 网址链接













猎人通讯频道 LIVE
通讯频道已加密
[ 系统检测 ] 您需要特工身份验证才能广播通讯指令