captainfoam added a new file:
QuoteKeep Your Equipment
Description
Originally forked from Never Lose Equipments by Revingly and bluwatch, code adapted for SPT 3.7.0 and refactored.
- Retain all equipment you loaded in with post-death. (Default Behavior)
- Opt to recover only starting gear post-death without keeping raid-found items by enabling "keepOriginalEquipment".
- Configuration for secured container contents during this process is available via "keepSecuredContainer".
- Items acquired during a raid (in pockets, rig, backpack, or container) can be kept post-death but lose the FIR status if "enableFoundInRaid" is set to true.
- Keep map keys like Labs keycards upon successful raid exit
- Insure and drop items during a raid for insurance fraud purposes.
Installation instructions
Download the archive from the releases page and extract into the
user/mods
folder.Configurable values
- keepOriginalEquipment: true/false (Default:
true
)
- Regain all original gear if you die during a raid.
- keepSecuredContainer: true/false (Default:
true
,keepOriginalEquipment
must also be set totrue
)
- Decides if the secured container contents are reset post-death. Note: potential for item duplication exists if raid items are moved to the secured container.
- enableFoundInRaid: true/false (Default:
false
)
- Set to true to retain FIR status for raid-acquired items post-death.
- keepMapKeys: true/false (Default:
true
)
- Normally, the game will consume your Labs keycard on a successful raid. By default, this mod will keep your keycard, because you're already using this mod to keep your original equipment, so why not?
Encountered a bug or want a feature?
- Please create an issue in the project page and I'll take a look!