0 of 0

File information

Last updated

Original upload

Created by

Simbax

Uploaded by

MrSimbax

Virus scan

Safe to use

About this mod

Add/remove all or only specific clothes to/from the wardrobe without cluttering the inventory.

Requirements
Permissions and credits
Mirrors
Changelogs
Donations
Wardrobe Items Adder

Small utility mod for Cyberpunk 2077. Published also on GitHub.

Add/remove all or only specific clothes to/from the wardrobe without cluttering the inventory.

Features

  • Ability to add all available clothes in the game directly to the wardrobe, bypassing the inventory
    • The list of clothes is read from the internal game database, which means the mod should work automatically with future patches, DLCs, and other mods
    • This approach has a risk of adding broken clothes, but the mod attempts to filter them out
    • In case you want to turn the filters off, there is an option for that too, although not recommended
  • Ability to add only specific clothes to the wardrobe by providing a list of item IDs or Game.AddToInventory(...) commands
  • Ability to remove all/specific clothes from the wardrobe (thanks to @SweetHansel)
  • Simple UI in the Cyber Engine Tweaks overlay
  • Install-and-forget option to automatically add all clothes when the player spawns

Note. The mod only supports the base game's wardrobe system. It is not guaranteed to work with mods using their own transmog system.

Requirements


Installation

  • Install the requirements listed above.
  • Download the archive with the mod.
  • Extract it to the Cyberpunk 2077 installation folder.
The final directory structure should be {Cyberpunk 2077 installation folder}/bin/x64/plugins/cyber_engine_tweaks/mods/wardrobe_items_adder, and this folder should contain .lua files.

Basic Usage

  • Load a save.
  • Open the Cyber Engine Tweaks overlay/console.
  • The "Wardrobe Items Adder" window should appear.


Adding/removing all clothes is as simple as clicking the button.

To add/remove only specific clothes, their IDs have to be provided, with or without the Item. prefix, one per line. There are several sources where one can find the IDs, for example the wiki or the spreadsheet, or a clothing mod description page. Specific commands like Game.AddToInventory("Items.item_id", 1) are often provided, so for convenience such commands can be copy-pasted directly into the text area and the script should be able to extract the item IDs by itself.

In the settings tab you can find an option to automatically add all clothes on player spawn. With this option you won't have to click the button manually after starting a new save or installing a new clothing mod.

In case of issues, please check the logs in the console window before reporting a bug.

Uninstallation

Delete the {Cyberpunk 2077 installation folder}/bin/x64/plugins/cyber_engine_tweaks/mods/wardrobe_items_adder directory.

Alternative

In case you don't want to install this mod, here's a command to add an item to the wardrobe.

Game.GetWardrobeSystem():StoreUniqueItemIDAndMarkNew(ItemID.FromTDBID("ITEM_ID_HERE"))
The base game doesn't allow to remove items from the wardrobe, for that you need Codeware.
  翻译: