File information
Created by
CD PROJEKT RED and yellingintothevoidUploaded by
yellingintothevoidVirus scan
About this mod
eleven appearances for the skirt, twelve for the top! the lace part is separate and the colours are interchangeable which allows you to create colour combinations by editing the .yaml!
- Requirements
- Permissions and credits
- Changelogs
- Donations
the top includes refits for xBaebsae's VTK Small Breast, nananarc's Flat Chest, and Hyst's EBB, and EBBRB body mods. the skirt supports EBBRB, EBBPRB, RB.
full length version without lace but with the vanilla appearances and more refits by beaniebby available here.
by editing the .yaml file of the items, you can create your own colour variations of the top and the skirt! for example, if you open void_Lace_Top.yaml, you'll see the line:
- { base_color: black, texture: lace_black, icon: 01 }
you can change this to:
- { base_color: black, texture: lace_white, icon: 01 }
this will create an appearance where the cloth colour of the top is black, and the lace is white. to create an entirely new, additional entry, simply duplicate one of the lines and change the name of the lace colour! see the attached image for some examples.
valid entries for base_color: are:
black
blue
green
grey
leather_black
leather_white
purple
red
shiny
sky
white
yellow
valid entries for texture: are:
lace_black
lace_blue
lace_green
lace_grey
lace_purple
lace_red
lace_sky
lace_white
lace_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_tiered_skirt_lace_top_(CLOTH_COLOUR_HERE)_(LACE_COLOUR_HERE)",1)
for example:
Game.AddToInventory("Items.yv_tiered_skirt_lace_top_black_lace_red",1)
installation:
install via Vortex or unpack the .zip 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 to .\r6\tweaks.
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 of the appearance combinations.
item names ┊ Equipment-EX slots
Lace Top ┊ Torso / Inner
Tiered Skirt Lace ┊ Legs / Outer
mesh paths for Appearance Creator Mod (appearance names in CET code or .yaml):
base\yv\meshes\base_body\t1_lace_texture.mesh
base\yv\meshes\base_body\t1_lace_top.mesh
base\yv\meshes\ebb\t1_lace_texture.mesh
base\yv\meshes\ebb\t1_lace_top.mesh
base\yv\meshes\ebbrb\t1_lace_texture.mesh
base\yv\meshes\ebbrb\t1_lace_top.mesh
base\yv\meshes\flat\t1_lace_texture.mesh
base\yv\meshes\flat\t1_lace_top.mesh
base\yv\meshes\rb\t1_lace_texture.mesh
base\yv\meshes\rb\t1_lace_top.mesh
base\yv\meshes\small\t1_lace_texture.mesh
base\yv\meshes\small\t1_lace_top.mesh
base\yv\meshes\l1_tiered_skirt_lace_base_body.mesh
base\yv\meshes\l1_tiered_skirt_lace_ebb.mesh
base\yv\meshes\l1_tiered_skirt_lace_ebbprb.mesh
base\yv\meshes\l1_tiered_skirt_lace_ebbrb.mesh
base\yv\meshes\l1_tiered_skirt_lace_rb.mesh
default CET codes:
Game.AddToInventory("Items.yv_tiered_skirt_lace_black_black")
Game.AddToInventory("Items.yv_tiered_skirt_lace_blue_blue")
Game.AddToInventory("Items.yv_tiered_skirt_lace_green_green")
Game.AddToInventory("Items.yv_tiered_skirt_lace_grey_grey")
Game.AddToInventory("Items.yv_tiered_skirt_lace_leather_black_grey")
Game.AddToInventory("Items.yv_tiered_skirt_lace_leather_white_white")
Game.AddToInventory("Items.yv_tiered_skirt_lace_purple_purple")
Game.AddToInventory("Items.yv_tiered_skirt_lace_red_red")
Game.AddToInventory("Items.yv_tiered_skirt_lace_sky_sky")
Game.AddToInventory("Items.yv_tiered_skirt_lace_white_white")
Game.AddToInventory("Items.yv_tiered_skirt_lace_yellow_yellow")
Game.AddToInventory("Items.yv_lace_top_black_lace_black")
Game.AddToInventory("Items.yv_lace_top_blue_lace_blue")
Game.AddToInventory("Items.yv_lace_top_green_lace_green")
Game.AddToInventory("Items.yv_lace_top_grey_lace_grey")
Game.AddToInventory("Items.yv_lace_top_leather_black_lace_grey")
Game.AddToInventory("Items.yv_lace_top_leather_white_lace_white")
Game.AddToInventory("Items.yv_lace_top_purple_lace_purple")
Game.AddToInventory("Items.yv_lace_top_red_lace_red")
Game.AddToInventory("Items.yv_lace_top_shiny_lace_black")
Game.AddToInventory("Items.yv_lace_top_sky_lace_sky")
Game.AddToInventory("Items.yv_lace_top_white_lace_white")
Game.AddToInventory("Items.yv_lace_top_yellow_lace_yellow")