File information

Last updated

Original upload

Created by

CD PROJEKT RED and yellingintothevoid

Uploaded by

yellingintothevoid

Virus scan

Safe to use

About this mod

comes as three separate items which can be combined individually: the pants, the belt, and the suspenders! each features ten colours!

Requirements
Permissions and credits
Changelogs
Donations
these are ports of in-game items with one default appearance and nine custom ones each. the pants feature GarmentSupport which prevents other clothing to clip when worn with the pants. if you want the pants to go over boots instead of tucking into them, equip the pants in the Legs / Outer slot in Equipment-EX.

includes a refit for the Hyst RB body mod, which also applies to EBBRB and EBBPRB.

PinkyDude also made one of these, with more refits (including masc V): Stinky Mechanic Pants!

                                                              

installation:
install via Vortex or by unpacking the .zip file and copying its contents to the root folder of your Cyberpunk 2077 installation. this should add the .archive and the .xl files to .\archive\pc\mod and the .yaml file to .\r6\tweaks.

                                                              

also available in this Virtual Atelier.

CET codes (pants):
Game.AddToInventory("Items.yv_claires_pants_default")
Game.AddToInventory("Items.yv_claires_pants_black")
Game.AddToInventory("Items.yv_claires_pants_blue")
Game.AddToInventory("Items.yv_claires_pants_green")
Game.AddToInventory("Items.yv_claires_pants_grey")
Game.AddToInventory("Items.yv_claires_pants_purple")
Game.AddToInventory("Items.yv_claires_pants_red")
Game.AddToInventory("Items.yv_claires_pants_sky")
Game.AddToInventory("Items.yv_claires_pants_white")
Game.AddToInventory("Items.yv_claires_pants_yellow")


CET codes (belt):
Game.AddToInventory("Items.yv_claires_belt_default")
Game.AddToInventory("Items.yv_claires_belt_black")
Game.AddToInventory("Items.yv_claires_belt_blue")
Game.AddToInventory("Items.yv_claires_belt_green")
Game.AddToInventory("Items.yv_claires_belt_grey")
Game.AddToInventory("Items.yv_claires_belt_purple")
Game.AddToInventory("Items.yv_claires_belt_red")
Game.AddToInventory("Items.yv_claires_belt_sky")
Game.AddToInventory("Items.yv_claires_belt_white")
Game.AddToInventory("Items.yv_claires_belt_yellow")


CET codes (suspenders):
Game.AddToInventory("Items.yv_claires_suspenders_default")
Game.AddToInventory("Items.yv_claires_suspenders_black")
Game.AddToInventory("Items.yv_claires_suspenders_blue")
Game.AddToInventory("Items.yv_claires_suspenders_green")
Game.AddToInventory("Items.yv_claires_suspenders_grey")
Game.AddToInventory("Items.yv_claires_suspenders_purple")
Game.AddToInventory("Items.yv_claires_suspenders_red")
Game.AddToInventory("Items.yv_claires_suspenders_sky")
Game.AddToInventory("Items.yv_claires_suspenders_white")
Game.AddToInventory("Items.yv_claires_suspenders_yellow")