About this mod
Automatically disassembles your Bounce Back and Max Doc that are in excess of a user defined limit.
- Requirements
- Permissions and credits
- Changelogs
REQUIRES Cyber Engine Tweaks
This mod allows you to set a limit for each tier of "Bounce Back" & "Max Doc" (default is 25 for each). Any item in excess of that number will be broken down into crafting components, the same amount as vanilla disassembly .
Notes:
Currently this mod does not integrate with ANY crafting perks. Including the one that gives more components on disassembly. This means that you will just get the base number of components.
This mod does not disable the crafting of any meds. You CAN currently craft above the limit set by the mod, but the excess will just be broken down soon after.
I am working on solving both issues.
Example:
To change the limit of Mk1 Bounce Back to 50
Open the init.lua file
The first section are the User Configurable variables:
Change:limitBBmk1 = 25===> limitBBmk1 = 50
Advanced Options (directly ported from Auto Med Upgrade)
You can turn off the pause, so it just converts on the fly. In order to do so, edit the init.lua so that:
useFullWait = true --> useFullWait = false
It will log the conversions to the CET console, and send a notification there when the mod is active. These can be turned off in init.lua, by changing the following to false.
showActiveMsg = true
showCjavascript-event-stripped true
If you turn off the 'showConvertMsg' you might as well turn off the 'useFullWait' too, as there would be no real point to it.