Restoring lost items====================This requires Pluggy or ConScribe.1. Install Pluggy or ConScribe.2. Ensure that the the mod logs items that are cleaned-up: If using Pluggy, ensure that pluggyDebug is set to 1 in the INI file. If using ConScribe, ensure that debug is set to 1 in the INI file.3. After a game session, check the logs for items that were cleaned-up: Logs from pluggy are located in/Pluggy/User Files/kuerteeCleanUp.txt. In Vista, is located in the folder: Documents/My Games/Oblivion/. It may be located elsewhere in other versions of Windows. Logs from ConScribe are located in the folder: /ConScribe Logs/.4. Items removed from the game are logged like this:08/09/2009 00:25:43 removing Shadowhunt 00034899 at 0 to restore: Set kCURestoreItemsQuest.itemRef[X] To GetFormFromMod "Oblivion.esm" "00034899" Set kCURestoreItemsQuest.quantity[X] to 15. To restore an item to the player, copy its restore lines from the log: Set kCURestoreItemsQuest.itemRef[X] To GetFormFromMod "Oblivion.esm" "00034899" Set kCURestoreItemsQuest.quantity[X] to 16. Paste them into the /Data/Ini/kuerteeCleanUpRestoreItems.ini and replace "[X]" with a number from 1 to 10: Set kCURestoreItemsQuest.itemRef1 To GetFormFromMod "Oblivion.esm" "00034899" Set kCURestoreItemsQuest.quantity1 to 1 Set kCURestoreItemsQuest.itemRef2 To GetFormFromMod "ZumbsLockpickingMod - OBSE.esp" "470015AB" Set kCURestoreItemsQuest.quantity2 to 17. Only 10 types of items (but any quantity of each item) can be restored at one time.8. In the game, click on "Restore items listed in Data\ini\kuerteeCleanUpRestoreItems.ini" from the "Clean-up console". By default, the key to open the "Clean-up console" is the minus (-) key.9. Items are restored into the player's inventory.