Lace Puff Top - ArchiveXL (fem V)

Created On
N/A
Updated On
N/A
Total Views
2
Total Downloads
0
Maintainer
CD PROJEKT RED and yellingintothevoid

this is a port of a modified in-game item with custom appearances. there will be some clipping below Vs armpits with some photo mode poses.

by editing the .yaml file of the item, you can create your own colour variations of the cloth and the lace texture! for example, if you open void_Puff_Lace_Top.yaml, you'll see the line:
    - { cloth: black, texture: black, icon: 01 }

you can change this to:
    - { cloth: black, texture: white, icon: 01 }

this will create an appearance where the cloth colour of the top is black and the lace texture is white. to create an entirely new, additional entry, simply duplicate one of the lines and change the name of the lace texture! see the attached image for some examples.

valid entries for texture: are:
black
blue
green
grey
purple
red
sky
white
yellow

the in-game name of the item you've changed will change its name accordingly, but the icon will not. if you've changed an appearance, it will not show up in the Virtual Atelier. you will need to re-spawn it with its matching CET code:
Game.AddToInventory("Items.yv_puff_lace_top_(CLOTH_COLOUR)_(LACE_COLOUR)",1)

for example:
Game.AddToInventory("Items.yv_puff_lace_top_sky_white",1)

installation:
there are two versions of the top, one for Vs default chest size and one for the VTK Small Breast body. install one of the two versions via Vortex or unpack the .zip files and copy 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 files to .\r6\tweaks.

default CET codes:
Game.AddToInventory("Items.yv_puff_lace_top_black_black",1) Game.AddToInventory("Items.yv_puff_lace_top_blue_blue",1) Game.AddToInventory("Items.yv_puff_lace_top_green_green",1) Game.AddToInventory("Items.yv_puff_lace_top_grey_grey",1) Game.AddToInventory("Items.yv_puff_lace_top_purple_purple",1) Game.AddToInventory("Items.yv_puff_lace_top_red_red",1) Game.AddToInventory("Items.yv_puff_lace_top_sky_sky",1) Game.AddToInventory("Items.yv_puff_lace_top_white_white",1) Game.AddToInventory("Items.yv_puff_lace_top_yellow_yellow",1)

also available in this Virtual Atelier.

massive thanks to manavortex for creating a Python script which i've used to generate the in-game names of all 81 appearance combinations.