Jump to content

Mod Request: Remove Inventory Limit


troyboy50

Recommended Posts

  • 3 weeks later...

You could modify your carry capacity the a console command
You 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()

Link to comment
Share on other sites

You could modify your carry capacity the a console command

You 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()

 

 

 

Thanks a lot! :wink:

Edited by Supern8va
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...