This mod will autosell using ragfair prices whatever you have in containers that you have labeled in-game. You can specify which specific labels in the config for this mod.. you can even specify the currency you want.
Those auction prices seem pretty high, i may modify to book value later as an option.
BACKUP YOUR USER PROFILE - just in case.. I have tested a lot but you never know ....
- YOU MUST EDIT THE CONFIG to include labels (tags) that you will use in-game for your containers.
- YOU MUST EDIT THE CONFIG to include currency that you want the containers to exchange .. needs to be exact spelling of "roubles", "euros", "dollars".
- It will sell anything in the containers so don't bitch to me if it sells your keycard you wanted to keep.
- Provided option to toggle restriction filters on containers - so you can use a backpack size mod and then expand the space, fit in an AK etc.
- This will not work with backpacks or containers in which you cannot put a tag on in-game so like i said i recommend the docs case. It won't work with Boops tag everything mod because his tags are not saved into the user profile.
Companion Mod.
Use Nooptrix Big Secure Cases
- Modify the mod.ts file in src to look like below. :
const itemsList = [
"544a11ac4bdc2d470e8b456a", "5857a8b324597729ab0a0e7d", "59db794186f77448bc595262",
"5857a8bc2459772bad15db29", "5c093ca986f7740a1867ab12", "5732ee6a24597719ae0c0281",
"590c60fc86f77412b13fddcf" //added docs case here];
this will add docs case to his program
- Add the entry into the config file for nooptrix:
"docsCase": {
"horizontal": 8,
"vertical": 8,
"removeFilters": true
}
add this below the waistPouch entry.. remember to add a comma so it looks like this:
"waistPouch": {
"horizontal": 4,
"vertical": 4,
"removeFilters": true
},
"docsCase": {
"horizontal": 8,
"vertical": 8,
"removeFilters": true
}
This will let you configure the size of the docsCase in the config.