Platform:   Fallout 4 (PC, XBOX)
ModFile:    SKKScrapper.ESP
Author:     [email protected]
Source:     https://www.nexusmods.com/fallout4/mods/26811
Date:       March 2018
Version:    001 onwards


Use FO4EDIT to modify the FormID Lists that SKK Scrapper uses to find and convert MISC item junk into scrap components.

Both manual holotape initiated scrapping and automatic player inventory scrapping use the same lists.

;-----------------------

SKK_ScrapperFullItemList  ; All MISC items except quest unique. This big list is only used to count the items to see if there is stuff to scrap. 

The big list is split into 6 sub lists that are worked on in parallel multi-threading to do the full item list scrapping 

SKK_ScrapperFullItemList01 A-B
SKK_ScrapperFullItemList02 B-D
SKK_ScrapperFullItemList03 D-I
SKK_ScrapperFullItemList04 I-P
SKK_ScrapperFullItemList05 P-S
SKK_ScrapperFullItemList06 S-Y


SKK_ScrapperSafeItemList  ; MISC items excluding quest unique, some quest crafting and empty bottles. This big list is only used to count the items to see if there is stuff to scrap. 

The big list is split into 6 sub lists that are worked on in parallel multi-threading to do the safe item list scrapping 

SKK_ScrapperSafeItemList01 A-B
SKK_ScrapperSafeItemList02 B-D
SKK_ScrapperSafeItemList03 D-I
SKK_ScrapperSafeItemList04 I-P
SKK_ScrapperSafeItemList05 P-S
SKK_ScrapperSafeItemList06 S-Y


SKK_ScrapperModItemList   ; Dynamically populated by script when other known SKK mods that create scrappable junk are installed. Used for Full and Safe scrapping. DO NOT EDIT


SKK_ScrapperDLC03ItemList ; Dynamically populated by script if the DLC is installed. Used for Full and Safe scrapping. DO NOT EDIT


SKK_ScrapperDLC04ItemList ; Dynamically populated by script if the DLC is installed. Used for Full and Safe scrapping. DO NOT EDIT

;-----------------------

REMOVE an item from lists to stop it being detected and scrapped.

ADD an item to lists so it can be detected and scrapped.

You must add or remove an item from both the (FULL and/or SAFE) big list and the corresponding (FULL and/or SAFE) alphabetical sub list for the change to work.

Careful with mod updates over-writing your edits.

Article information

Added on

Edited on

Written by

SKKmods

0 comments