Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Sennah

Uploaded by

Sennah

Virus scan

Safe to use

Tags for this mod

About this mod

Update of popular mod Simplified Inventory by andwhat112 which is no longer supported.
Simplify inventory by converting picked food into Tacos except Cat Food (for Nibbles) and drinks into Water.
Hotkey for auto consuming Food and Drink and another one to use all Boosters available.
Auto Scrap and Auto Sell options for Weapons/Clothe

Requirements
Permissions and credits
Changelogs
The mod is my take on Simplified Inventory by andwhat112 which is no longer supported.
It has been modified and made compatible with 2.01 due to the changes in the healing and grenade system.
No more auto healing option.

I am a coding n00b, but I can at least read one and correct it.
Don't ask for new functions, I believe as it is everything works fine, it's just easier to have it working for everybody than going to the original mod page and have to read the posts to be able to correct on your own...



WHAT IT DOES:
Every 5 seconds it will check your inventory to see if you have picked up any new edible consumables (beverages & food). If new edible consumables are found it will automatically convert them to water and taco, except cat food for Nibbles. (user configurable, ON by default)
Alcohol is useless so it can be auto sold on pickup or it can be combined into V's favorite Centzon Tequila for roleplay (user configurable, OFF by default)
Both Food & Drinks can be consumed via hotkey (lower side mouse button, user configurable, ON by default, only works with processed food)
Positive Boosters can be consumed via hotkey (upper side mouse button, user configurable, ON by default)
Auto sell or Disassemble Junk items (user configurable, OFF by default, except Expensive Junk ON for auto sell by default)
Auto sell or Disassemble Mods (user configurable, OFF by default)
Auto sell or Disassemble Weapons (user configurable, OFF by default)
Auto sell or Disassemble Clothes (user configurable, OFF by default)  not working at the moment due to changes to armor system
Auto sell duplicate Quickhacks (user configurable, OFF by default, does not auto sell Tier1)

REQUIREMENT:
Cyber Engine Tweaks 1.27.1 or newer


CONFIGURABLE OPTIONS:

Setup the hotkeys by opening CET's console and then pressing the Hotkeys tab. From there bind the keys and press save.

Mod's settings can be configured ingame! Assign a hotkey through CET so you can access it.

Spoiler:  
Show

useAlcoholcraft = (false, true)
Default is false
false = Alcohol can be auto sold
true = All alcohol is combined into Centzon so you can get drunk on V's favorite Tequila


full item list can be found at: Categorized All-In-One Command List
foodToKeep = Items.MediumQualityFood16
Taco

beverageToKeep = Items.GoodQualityDrink10
Water

alcoholToKeep = Items.GoodQualityAlcohol2
Centzon

useDebugPrint = (false, true)
Default is true
Press F2 to view debug window

useHotkey_FoodBeverages = (false, true)
Default is true

hotkey_FoodBeverages = 0x05
Press the hotkey (side mouse button) to consume available food & drink
0x05 = X1 side mouse button (full list available here)

useHotkey_Booster = (false, true)
Default is true

hotkey_Booster = 0x06
Press the hotkey (side mouse button) to consume available boosters
0x06 = X2 side mouse button (full list available here)

simplifiedInterval = 5
Interval in seconds allowed to auto simplify food and beverages.

autoCleanJunk= (false, true)
Default = false
Determines if the script will process junk items

sellAllJunk = (false, true)
DEFAULT = false
All junk is sold

sellExpensiveJunk = (false, true)
DEFAULT = true
some Junk can sell for 500 or more.

disassembleAllJunk = (false, true)
DEFAULT = false
All junk is disassembled

disassembleCheapJunk = (false, true)
DEFAULT = true
Junk that cost 3 or less is disassembled



SUPPORT:
If an issue arises check your cyber_engine_tweaks.log located in the following directory:
...\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\

CREDIT:
Thanks to andwhat112 for his great original mod.
Also thanks to DarkM007 and DaveJ who found how to make it work with 1.52 last year in the posts and allowed me (and others) to still be able to use this great mod up to now.