MONSTERaider - NCPD套装档案XL

MONSTERaider - NCPD套装档案XL

成为NCPD警官,此模组为男女角色新增服装与物品(非替换型)

盔甲与服装

------------------- NCPD 套装 ------------------- NCPD 套装是我的第二个主要项目,为男性和女性 V 提供服装。 所有这些物品可以一起安装或分开安装(也有 AIO 整合包)。 此模组不是替换型模组,专为原版和 Spawn0 体型设计,可能也适用于其他体型。 它拥有自己的虚拟商店,可在游戏中购买。 支持装备-EX。 ------------------- 物品代码 ------------------- NCPD 制服: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_dress_standard",1) Game.AddToInventory("Items.raid_ncpd_dress_skimpy",1) Game.AddToInventory("Items.raid_ncpd_dress_psycho",1)

NCPD 标准裤装: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_pants_standard",1) Game.AddToInventory("Items.raid_ncpd_pants_white",1) Game.AddToInventory("Items.raid_ncpd_pants_gray",1) Game.AddToInventory("Items.raid_ncpd_pants_black",1) Game.AddToInventory("Items.raid_ncpd_pants_black-shiny",1) Game.AddToInventory("Items.raid_ncpd_pants_beige",1) Game.AddToInventory("Items.raid_ncpd_pants_cyan",1) Game.AddToInventory("Items.raid_ncpd_pants_white-gold",1) Game.AddToInventory("Items.raid_ncpd_pants_pink-sakura",1) Game.AddToInventory("Items.raid_ncpd_pants_purple",1) Game.AddToInventory("Items.raid_ncpd_pants_red",1) Game.AddToInventory("Items.raid_ncpd_pants_silver",1)

NCPD 裤子(精神错乱版): 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_pants_psy_standard",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_white",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_gray",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_black",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_black-shiny",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_beige",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_cyan",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_white-gold",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_pink-sakura",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_purple",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_red",1) Game.AddToInventory("Items.raid_ncpd_pants_psy_silver",1)

NCPD 标准衬衫: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_shirt_standard",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_white",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_gray",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_black",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_black-shiny",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_hexagon",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_cyan",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_silk",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_pink-sakura",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_blue-purple",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_red",1) Game.AddToInventory("Items.raid_ncpd_shirt_standard_silver",1)

NCPD 上衣(性感款): 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_shirt_skimpy",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_white",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_gray",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_black",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_black-shiny",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_hexagon",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_cyan",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_silk",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_pink-sakura",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_blue-purple",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_red",1) Game.AddToInventory("Items.raid_ncpd_shirt_skimpy_silver",1)

NCPD 衬衫(精神变态版): 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_shirt_psycho",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_white",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_gray",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_black",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_black-shiny",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_hexagon",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_cyan",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_silk",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_pink-sakura",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_blue-purple",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_red",1) Game.AddToInventory("Items.raid_ncpd_shirt_psycho_silver",1)

NCPD 腰带: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_belt1_standard",1) Game.AddToInventory("Items.raid_ncpd_belt2_standard",1) Game.AddToInventory("Items.raid_ncpd_belt3_standard",1)

NCPD 战术背心: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_vests_standard",1)

NCPD 警探夹克: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_jaket_standard",1)

NCPD 防暴头盔: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_helmt_open",1) Game.AddToInventory("Items.raid_ncpd_helmt_closed",1)

NCPD 警帽: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_pohat_standard",1)

NCPD 警帽: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_pocap_black",1) Game.AddToInventory("Items.raid_ncpd_pocap_blue",1)

NCPD 麦克风: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_pomic_black",1)

NCPD 水平式耳机: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_hdset_standard",1)

NCPD 战术耳机: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_tactc_standard",1)

NCPD 战术靴: 剧透: 显示 Game.AddToInventory("Items.raid_ncpd_boots_standard",1) Game.AddToInventory("Items.raid_ncpd_boots_white",1) Game.AddToInventory("Items.raid_ncpd_boots_blue",1) Game.AddToInventory("Items.raid_ncpd_boots_red",1) Game.AddToInventory("Items.raid_ncpd_boots_gold",1) Game.AddToInventory("Items.raid_ncpd_boots_silver",1)

--------------------- 安装 --------------------- 选择 REDmod 或常规版本,并使用 Vortex 进行安装。 (不要同时使用这两个文件!) 手动安装:将内容解压到《赛博朋克 2077》目录。 Steam: SteamLibrary\steamapps\common\Cyberpunk 2077
GOG: GOG 游戏库\Games\Cyberpunk 2077
Epic Games: Epic 图书馆\Cyberpunk 2077
-------------------- 制作人员 -------------------- CDPR 提供原版资源 WolvenKit 团队 -------------------- 我的其他模组 --------------------