3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 646|回复: 4
打印 上一主题 下一主题

[MOD] 镂空服装(Archive XL)(2025-07-27更新)

[复制链接]

4101

主题

1万

帖子

11万

积分

创意工坊

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
19788
金元
363180
积分
115470
精华
0
注册时间
2017-8-17
跳转到指定楼层
主题
发表于 2025-7-24 14:11 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 鼓掌之间 于 2025-7-27 16:37 编辑

转自:https://www.nexusmods.com/cyberpunk2077/mods/22799

包含两件紧身衣、三双靴子、手套。适用于女性V。

需求

ArchiveXL:https://bbs.3dmgame.com/thread-6550610-1-1.html

Codeware:https://bbs.3dmgame.com/thread-6550997-1-1.html

赛博引擎插件(Cyber Engine Tweaks):https://bbs.3dmgame.com/thread-6560703-1-1.html

Equipment-EX:https://bbs.3dmgame.com/thread-6560139-1-1.html

RED4ext:https://bbs.3dmgame.com/thread-6554657-1-1.html

redscript:https://bbs.3dmgame.com/thread-6555794-1-1.html

V的可切换脚部(Toggleable Feet for V - ArchiveXL and EquipmentEx):https://bbs.3dmgame.com/thread-6586791-1-1.html
若使用未修改的原版身体模型,且不希望V的脚部隐形,需安装此插件  

TweakXL:https://bbs.3dmgame.com/thread-6551536-1-1.html

两件紧身衣、三双靴子、手套(或可称为手镯……)。均为镂空设计。适用于女性V。  
材质为乳胶和皮革,有7种颜色可选。

物品:



身体模型:

自动适配选择  
ANGEL / EBB / EBBP / EBBRB / EBBPRB / RB / VANILLA

所有物品均可在我的虚拟商店购买:https://www.nexusmods.com/cyberpunk2077/mods/16036

或手动输入代码获取。

CET代码(文件包中同样包含):

Game.AddToInventory("Items.tony_cuthb_body_black")
Game.AddToInventory("Items.tony_cuthb_body_black_np")
Game.AddToInventory("Items.tony_cuthb_body_black_nsfw")
Game.AddToInventory("Items.tony_cuthb_body_red")
Game.AddToInventory("Items.tony_cuthb_body_red_np")
Game.AddToInventory("Items.tony_cuthb_body_red_nsfw")
Game.AddToInventory("Items.tony_cuthb_body_pink")
Game.AddToInventory("Items.tony_cuthb_body_pink_np")
Game.AddToInventory("Items.tony_cuthb_body_pink_nsfw")
Game.AddToInventory("Items.tony_cuthb_body_turquoise")
Game.AddToInventory("Items.tony_cuthb_body_turquoise_np")
Game.AddToInventory("Items.tony_cuthb_body_turquoise_nsfw")
Game.AddToInventory("Items.tony_cuthb_body_beige")
Game.AddToInventory("Items.tony_cuthb_body_beige_np")
Game.AddToInventory("Items.tony_cuthb_body_beige_nsfw")
Game.AddToInventory("Items.tony_cuthb_body_purple")
Game.AddToInventory("Items.tony_cuthb_body_purple_np")
Game.AddToInventory("Items.tony_cuthb_body_purple_nsfw")
Game.AddToInventory("Items.tony_cuthb_body_white")
Game.AddToInventory("Items.tony_cuthb_body_white_np")
Game.AddToInventory("Items.tony_cuthb_body_white_nsfw")

Game.AddToInventory("Items.tony_cuthb_body2_black")
Game.AddToInventory("Items.tony_cuthb_body2_red")
Game.AddToInventory("Items.tony_cuthb_body2_pink")
Game.AddToInventory("Items.tony_cuthb_body2_turquoise")
Game.AddToInventory("Items.tony_cuthb_body2_beige")
Game.AddToInventory("Items.tony_cuthb_body2_purple")
Game.AddToInventory("Items.tony_cuthb_body2_white")

Game.AddToInventory("Items.tony_cuthb_gloves_black")
Game.AddToInventory("Items.tony_cuthb_gloves_red")
Game.AddToInventory("Items.tony_cuthb_gloves_pink")
Game.AddToInventory("Items.tony_cuthb_gloves_turquoise")
Game.AddToInventory("Items.tony_cuthb_gloves_beige")
Game.AddToInventory("Items.tony_cuthb_gloves_purple")
Game.AddToInventory("Items.tony_cuthb_gloves_white")

Game.AddToInventory("Items.tony_cuthb_boots_black")
Game.AddToInventory("Items.tony_cuthb_boots_red")
Game.AddToInventory("Items.tony_cuthb_boots_pink")
Game.AddToInventory("Items.tony_cuthb_boots_turquoise")
Game.AddToInventory("Items.tony_cuthb_boots_beige")
Game.AddToInventory("Items.tony_cuthb_boots_purple")
Game.AddToInventory("Items.tony_cuthb_boots_white")

Game.AddToInventory("Items.tony_cuthb_boots_short_black")
Game.AddToInventory("Items.tony_cuthb_boots_short_red")
Game.AddToInventory("Items.tony_cuthb_boots_short_pink")
Game.AddToInventory("Items.tony_cuthb_boots_short_turquoise")
Game.AddToInventory("Items.tony_cuthb_boots_short_beige")
Game.AddToInventory("Items.tony_cuthb_boots_short_purple")
Game.AddToInventory("Items.tony_cuthb_boots_short_white")

Game.AddToInventory("Items.tony_cuthb_boots2_black")
Game.AddToInventory("Items.tony_cuthb_boots2_red")
Game.AddToInventory("Items.tony_cuthb_boots2_pink")
Game.AddToInventory("Items.tony_cuthb_boots2_turquoise")
Game.AddToInventory("Items.tony_cuthb_boots2_beige")
Game.AddToInventory("Items.tony_cuthb_boots2_purple")
Game.AddToInventory("Items.tony_cuthb_boots2_white")

问题:

暂无发现。在某些姿势下可能仍会出现轻微穿模,但理论上不应出现。

---------------------------------------------------------------------------
已在游戏v2.21和v2.3版本测试通过

下载地址:

游客,如果您要查看本帖隐藏内容请回复






评分

1

查看全部评分

回复

使用道具 举报

0

主题

218

帖子

527

积分

高级玩家

Rank: 4

贡献度
0
金元
5269
积分
527
精华
0
注册时间
2022-11-13
舒服的沙发
发表于 2025-7-25 02:06 | 只看该作者
666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

2136

帖子

2544

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
0
金元
25443
积分
2544
精华
0
注册时间
2009-10-31
硬硬的板凳
发表于 2025-7-25 09:33 | 只看该作者
看看隐藏内容是什么!谢谢!感谢分享!给你点赞!
回复 支持 反对

使用道具 举报

4101

主题

1万

帖子

11万

积分

创意工坊

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
19788
金元
363180
积分
115470
精华
0
注册时间
2017-8-17
冰凉的地板
 楼主| 发表于 2025-7-27 16:37 | 只看该作者
2025-07-27更新
回复 支持 反对

使用道具 举报

0

主题

99

帖子

113

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1130
积分
113
精华
0
注册时间
2021-12-18
5#
发表于 2025-8-22 15:16 | 只看该作者
666666666666
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-4 17:41 , Processed in 0.034124 second(s), 22 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表