About this mod
Lizzy Wizzy's headset, bodysuit, necklace, bracelet, and glove from the Black Sapphire performance, plus new modified crown and tiara. New catsuit!
- Requirements
- Permissions and credits
- Changelogs
Lizzy Wizzy's clothing and accessories from the Black Sapphire performance in six colors (black, gold, pink, red, silver, white) for femV. Some items available in Zebra pattern. Colors can be mixed & matched!
💠 Headset - Amikiri Sound Cutter. Also available in Default colors. V's hairstyle is not replaced. (added in v2.0)
💠 Bodysuit - modular design: body, lapels and shoes are separate clothing items that can be mix/matched (lapels and shoes are equipped separately from the body). Also available in Zebra pattern.
💠 Necklace - long
💠 Bracelets - right and left arm; can be equipped separately. Bracelets & Mantis/Launcher arms are not a good mix.
💠 Gloves - right and left hand; can be equipped separately. Also available in Zebra pattern. Gloves do not play nicely with Gorilla/Mantis/Monowire/Launcher arm cyberwear.
💠 Crown - modified version of the Amikiri Sound Cutter (removed components from side/front). Supports a base color and an accent color. V's hairstyle is not replaced.
💠 Tiara - crown without the earpads; fits closer to the head. Supports a base color and an accent color. V's hairstyle is not replaced.
💠Catsuit - bodysuit without the integrated shoes, ankle length. Available in same colors as bodysuit.
For FemV - Vanilla, Angel, EBB/EBBRB/EBBP/EBBPRB/RB, and Lush body types
(all refits are in the main file)
Requires ArchiveXL 1.14
Equipment EX (strongly) Recommended
Bodysuit & Catsuit are placed in the Inner Torso slot; lapels are available in the Outer Torso/Middle Torso.
Without EquipmentEX, the gloves and bracelets are available in the Legs slot. This means only one of these accessories can be equipped at a time.
Without EquipmentEX, the necklace will appear in the Face slot.
If the shoes are not equipped with the bodysuit, V will display with partially invisible feet. You can wear other shoes instead of the bodysuit shoes, but clipping may occur. To wear other shoes without clipping, equip the catsuit. The shoes are not intended to be worn alone or with other leg garments. If equipped without the bodysuit, V's feet show outside the shoe. Shoes are provided as a separate item to support footstep sound.
Clipping may occur in photo mode.
Available through LilyDelta Boutiques Virtual Atelier as a separate store
Phantom Liberty is not required.
Use Vortex to manage or install/uninstall manually:
Extract the .zip and copy the two folders \archive + \r6 into [...]Cyberpunk 2077 folder (see below different paths to the game)
Steam - C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077
GOG - C:\Program Files (x86)\GOG Galaxy\Games\Cyberpunk 2077
Epic - C:\Program Files\Epic Games\Cyberpunk 2077
UNINSTALL:
Delete the following files
...Cyberpunk 2077\r6\tweaks\ : "lilydelta_lizzy_attire.yaml"
...Cyberpunk 2077\archive\pc\mod : "lilydelta_lizzy_attire.archive" and "lilydelta_lizzy_attire.xl"
THANKS
CDPR for vanilla assets
WolvenKit Team
MlsetupBuilder
Cyberpunk 2077 Modding wiki
Spawn Codes - Please check Article for additional codes.
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_black")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_gold")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_pink")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_red")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_silver")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_white")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_zebra")
#-- Bodysuit lapels:
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_black")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_gold")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_pink")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_red")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_silver")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_white")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_lapels_zebra")
#-- Bodysuit shoes:
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_black")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_gold")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_pink")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_red")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_silver")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_white")
Game.AddToInventory("Items.lilydelta_lizzy_bodysuit_shoes_zebra")
#-- Catsuit:
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_black")
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_gold")
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_pink")
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_red")
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_silver")
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_white")
Game.AddToInventory("Items.lilydelta_lizzy_catsuit_zebra")
#-- Accessories
# COLOR = black, gold, pink, red, silver, white
# ACCENTCOLOR = black, gold, pink, red, silver, white
Game.AddToInventory("Items.lilydelta_lizzy_necklace_COLOR")
Game.AddToInventory("Items.lilydelta_lizzy_bracelet_left_COLOR")
Game.AddToInventory("Items.lilydelta_lizzy_bracelet_right_COLOR")
Game.AddToInventory("Items.lilydelta_lizzy_amikiri_COLOR_ACCENTCOLOR")
Game.AddToInventory("Items.lilydelta_lizzy_crown_COLOR_ACCENTCOLOR")
Game.AddToInventory("Items.lilydelta_lizzy_tiara_COLOR_ACCENTCOLOR")
# default colors
Game.AddToInventory("Items.lilydelta_lizzy_amikiri_default_default")
Game.AddToInventory("Items.lilydelta_lizzy_crown_default_default")
Game.AddToInventory("Items.lilydelta_lizzy_tiara_default_default")
# COLOR = black, gold, pink, red, silver, white, zebra
Game.AddToInventory("Items.lilydelta_lizzy_gloves_left_COLOR")
Game.AddToInventory("Items.lilydelta_lizzy_gloves_right_COLOR")
