Cyberpunk 2077

File information

Last updated

Original upload

Created by

CD PROJEKT RED and yellingintothevoid

Uploaded by

yellingintothevoid

Virus scan

Safe to use

About this mod

A knife holster for fem Vs thigh! Comes in two different fits in seven colours each, plus it includes an additional belt in five colours!

Requirements
Permissions and credits
Changelogs
this is a port of an in-game item. there are two versions of the mod: the unmodified port of the thigh holster which fits bigger pants and the included belt, and a modified version called "closefit" that moves the holster closer to Vs thigh. the latter version can be used with tight pants.

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.

CET Codes:

holster (close fit)
Game.AddToInventory("Items.knife_holster_closefit_black", 1)
Game.AddToInventory("Items.knife_holster_closefit_wood", 1)
Game.AddToInventory("Items.knife_holster_closefit_desert", 1)
Game.AddToInventory("Items.knife_holster_closefit_camo_brown", 1)
Game.AddToInventory("Items.knife_holster_closefit_green_paint", 1)
Game.AddToInventory("Items.knife_holster_closefit_grey", 1)
Game.AddToInventory("Items.knife_holster_closefit_croc", 1)

holster (wide fit):
Game.AddToInventory("Items.knife_holster_black", 1)
Game.AddToInventory("Items.knife_holster_wood", 1)
Game.AddToInventory("Items.knife_holster_desert", 1)
Game.AddToInventory("Items.knife_holster_camo_brown", 1)
Game.AddToInventory("Items.knife_holster_green_paint", 1)
Game.AddToInventory("Items.knife_holster_grey", 1)
Game.AddToInventory("Items.knife_holster_croc", 1)

belt:
Game.AddToInventory("Items.void_cargo_belt_black",1)
Game.AddToInventory("Items.void_cargo_belt_red",1)
Game.AddToInventory("Items.void_cargo_belt_camo",1)
Game.AddToInventory("Items.void_cargo_belt_barghest",1)
Game.AddToInventory("Items.void_cargo_belt_desert",1)

also available in this Virtual Atelier.