File information

Last updated

Original upload

Created by

LilyDelta

Uploaded by

LilyDelta

Virus scan

Safe to use

Tags for this mod

About this mod

Fancy Vest in seven colors for FemV (vanilla, EBB+, Angel, Lush) & MascV (vanilla, gymfiend).

Requirements
Permissions and credits
Changelogs
LilyDelta Fancy Vest

Fancy vest in a modern western style in seven colors (black, white, pink, gold, silver, red, & black matte) for femV and mascV. Feminine vest has option to hide the fringe. Two colors can be mixed & matched - 50 combinations!

For FemV - Vanilla, EBB/EBBRB/EBBP/EBBPRB/RB, Angel and Lush body types
For MascV - Vanilla and Gymfiend body types
(all refits are in the main file)


Requires ArchiveXL 1.14

Equipment EX Recommended

Available through LilyDelta Boutiques Virtual Atelier
The icons in the store/inventory/wardrobe are based on the base color. Multiple vests with the same base color will appear the same until the item is worn/previewed.

Use Vortex to manage or install/uninstall manually:
Spoiler:  
Show
INSTALLATION:
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_fancy_vest.yaml"
...Cyberpunk 2077\archive\pc\mod : "lilydelta_fancy_vest.archive" and "lilydelta_fancy_vest.xl"



THANKS
CDPR for vanilla assets
WolvenKit Team
MlsetupBuilder
Cyberpunk 2077 Modding wiki


Spawn Codes - Please check Article for additional codes for mixing colors.
Spoiler:  
Show
Vest - solid colors with fringe:
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_black_black")
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_blackmatte_blackmatte")
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_gold_gold")
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_pink_pink")
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_red_red")
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_silver_silver")
Game.AddToInventory("Items.lilydelta_fancy_vest_fringe_white_white")

Vest - solid colors without fringe:
Game.AddToInventory("Items.lilydelta_fancy_vest_black_black")
Game.AddToInventory("Items.lilydelta_fancy_vest_blackmatte_blackmatte")
Game.AddToInventory("Items.lilydelta_fancy_vest_gold_gold")
Game.AddToInventory("Items.lilydelta_fancy_vest_pink_pink")
Game.AddToInventory("Items.lilydelta_fancy_vest_red_red")
Game.AddToInventory("Items.lilydelta_fancy_vest_silver_silver")
Game.AddToInventory("Items.lilydelta_fancy_vest_white_white")

Male vest is the same for both commands.