troyboy50 Posted December 10, 2020 Posted December 10, 2020 Title says it all. I want to hoard every piece of trash in every alley of the game and never have to worry about it.
Supern8va Posted January 1, 2021 Posted January 1, 2021 Guys is there a code to put in the console to increase or remove the inventory weight limit?
bigsandwich Posted January 1, 2021 Posted January 1, 2021 You could modify your carry capacity the a console commandYou would need a mod like https://www.nexusmods.com/cyberpunk2077/mods/107?tab=description To get access to console Game.ModStatPlayer("CarryCapacity", x) This adds to your carry capacity, it doesn't set it to the value. If you have 220 capacity and want to get to 1000 you simply add 780 Game.ModStatPlayer("CarryCapacity", 780). Removing weight works the same way. The list of attributes modifiable by Game.ModStatPlayer() can be found using Game.PrintAttributes()
Supern8va Posted January 2, 2021 Posted January 2, 2021 (edited) On 1/1/2021 at 9:03 PM, bigsandwich said: You could modify your carry capacity the a console commandYou would need a mod like https://www.nexusmods.com/cyberpunk2077/mods/107?tab=description To get access to consoleGame.ModStatPlayer("CarryCapacity", x) This adds to your carry capacity, it doesn't set it to the value. If you have 220 capacity and want to get to 1000 you simply add 780 Game.ModStatPlayer("CarryCapacity", 780). Removing weight works the same way. The list of attributes modifiable by Game.ModStatPlayer() can be found using Game.PrintAttributes() Thanks a lot! :wink: Edited January 2, 2021 by Supern8va
Recommended Posts