Robinsage Posted October 21, 2014 Share Posted October 21, 2014 Howdy folks. So with everything removed from my character I still have a carry weight of over 300. I have a few mods that adds weight from gold and arrows, but even with those gone the carry weight is way too high. I don't want to use the player.modav command, I just want to restore my naked carry weight to zero and can't find a console command to do so. Any suggestions? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted October 21, 2014 Share Posted October 21, 2014 Wait a minute... Carry weight is the max weight you can carry.Inventory weight is the weight of items in your inventory. With a completely naked PC you should be at 0 / 300 which means 0 inventory weight of 300 carry weight. Anyway if you want to set either value rather than modify it, just use SetAV rather than ModAV. Link to comment Share on other sites More sharing options...
Robinsage Posted October 21, 2014 Author Share Posted October 21, 2014 (edited) Thanks, yes it's inventory weight. Is the command [ModAV inventoryweight 0] then? I believe the command modav persists, setav is temporary and resets on a new load. Edited October 21, 2014 by Robinsage Link to comment Share on other sites More sharing options...
cdcooley Posted October 21, 2014 Share Posted October 21, 2014 Use player.showinventory to make sure you really aren't carrying some hidden item that has weight. Inventory weight is recalculated frequently by the game and it's not simply adjusted up or down based on the most recently added item. If it is still wrong then a script must have modified it and you'll have to use ModAV (but with a negative number not zero). Link to comment Share on other sites More sharing options...
Robinsage Posted October 21, 2014 Author Share Posted October 21, 2014 Found the problem, there were 1,000 bolts I put in inventory for a test and used the wrong ID so they didn't show up in inventory. Removing them took my naked inventory weight back to zero. Thanks for the help :smile: Link to comment Share on other sites More sharing options...
Tesshin20 Posted February 17, 2017 Share Posted February 17, 2017 (edited) I actually found out why I was having 250/450 when naked. Sawn logs! For building my house. When you buy logs they are stored in your secret inventory. That makes no sense at all. Now I need to find a way to use it. I checked Creation Kit and it is set to 0. So I dont understand why I get so much itemweight from it. Edited February 17, 2017 by Tesshin20 Link to comment Share on other sites More sharing options...
cdcooley Posted February 17, 2017 Share Posted February 17, 2017 Sawn logs are meant to be an invisible token in your inventory and they are weightless. You must have some mod that gave them weight. Some folks go too far down the "immersion" path and think that every time in the game must have weight without realizing the game uses invisible items to keep track of things (like how many logs you've bought). Link to comment Share on other sites More sharing options...
Tesshin20 Posted February 19, 2017 Share Posted February 19, 2017 I actually found out why I was having 250/450 when naked. Sawn logs! For building my house. When you buy logs they are stored in your secret inventory. That makes no sense at all. Now I need to find a way to use it. I checked Creation Kit and it is set to 0. So I dont understand why I get so much itemweight from it.Thats fine about the sawn logs ofc. I do seem to have hidden items in my inventory from testing some mod far earlier in my current playthrough. How do I remove those items? Link to comment Share on other sites More sharing options...
Tesshin20 Posted February 20, 2017 Share Posted February 20, 2017 No way to remove those hidden items? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted February 20, 2017 Share Posted February 20, 2017 Try this. Find two or more containers that are near each other. Make sure that they are empty and that they are real containers rather than activators that open hidden containers. Transfer everything you can actually see and manually move into one container. Bring up the console and click on a different empty container, make a note of its displayed reference id number. Type the following in the console: Player.RemoveAllItems ContainerRefIDIf done correctly, everything remaining in your inventory will be transferred to the designated container. Confirm your weight is corrected, then you can open up the container(s) and retrieve your items. Do not do the take all command but rather take them one at a time. Since they are hidden items you won't see them in the container to take them manually. Should the containers you used be set to respawn, then sometime later you won't ever have to worry about the hidden items again. However, it may not work since they came from a mod that no longer exists. It very well could crash the game if it tries to move them. I honestly don't know what will happen. Link to comment Share on other sites More sharing options...
Recommended Posts