lolzinator42 Posted September 16, 2012 Share Posted September 16, 2012 Like the title says, certain items CTD my game. It happens when trying to select them in Pip-boy or container menus, Like the 9 Iron or Plasma Defender, I mouse over them and the game crashes. Any help? As far as I know no one else has encountered this bug. Link to comment Share on other sites More sharing options...
luthienanarion Posted September 16, 2012 Share Posted September 16, 2012 You probably have a weapon mod attached to those weapons that is invalid (as from an unloaded mod such as WME or WMX). It's not as uncommon as you might think.You can either load a save previous to applying mods to those items, or remove them from your inventory using the console: player.showinventory Will give a listing (with FormIDs) of everything in your inventory. Find the FormIDs of the weapons you're having trouble with. You'll probably have to use the PageUp key to scroll through your stuff to find what you're looking for. Dropping extra items or putting them in a container (being careful not to highlight the affected weapons) may simplify the process. Once you have the FormIDs, use the following (replacing 'XXXXXXXX' with the FormID of the item): player.removeitem XXXXXXXX 1 1 Do that for each of the items that cause crashes. My advice is to *never* add or remove mods from an existing play-through, and start a new game each time you alter your setup. Link to comment Share on other sites More sharing options...
Recommended Posts