Fredfish Posted August 20, 2014 Posted August 20, 2014 Anyone know how to set carried weight (the weight actually carried, not the maximum carry weight)? I have more items carried than weight to account for them, If I try to drop all the items I go into negative weight and CTD
Fotogen Posted August 20, 2014 Posted August 20, 2014 Console: Set: player.setav CarryWeight 12345 Change/buff/debuff: player.modav CarryWeight 12345
Fredfish Posted August 20, 2014 Author Posted August 20, 2014 Thanks for the codes but they only change the total amount I can carry... My problem is I have 10 items that weigh 1 each but it says I am carrying a total weight of only 4 If I drop 4 items I have zero carried weight and still have 6 items that should weigh a total of 6 If I drop another item I get a carried weight of -1 and a CTD
Fotogen Posted August 21, 2014 Posted August 21, 2014 There's also InventoryWeight actor value (use: player.getav inventoryweight). But in my game 'setav' does nothing. Then my char is also not bugged. Based on what I can see in SKSE source, Skyrim stores total weight of all items PC has in one variable. Its possible that in your case that variable got corrupted, Skyrim forgot to add/substract an item (or more). If playing with InventoryWeight AV doesn't help, then only option I see is a SKSE plugin that will somehow reset that stored variable. Maybe theres a 'save editor' somewhere. Other option is 'old save' :/ Edit: also found this http://forums.nexusmods.com/index.php?/topic/1201125-carry-weight-bug/ Edit, figured I'd post it here, I saved, quit, loaded, weight was still gone so here's what I did: 1. Dropped all items into a container (anything should work) 2. Quest items shouldn't weigh anything, so no need to worry about depositing those 3. Open Console and enter ForceAV InventoryWeight 0 4. Pick up your belonging and go adventure once again!
Fredfish Posted August 22, 2014 Author Posted August 22, 2014 Thanks that fixed it (with a slight tweak, I had to set carried weight higher so I didn't go into negative weight before I dumped everything)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.