Posts by captainfoam

    captainfoam added a new version:

    Quote

    For SPT 3.7.3


    This should work, I did some preliminary testing but needs more testing. Use at your own risk!


    Changelog:

    • 3.7.3 Compatibility

    captainfoam added a new version:

    Quote

    For SPT 3.7.0


    Changelog:

    • Fix issue with setting inventory on successful raid

    captainfoam added a new version:

    Quote

    For SPT 3.7.0


    Changelog:

    • Fix issue with setting inventory on successful raid

    captainfoam added a new version:

    Quote

    For SPT 3.7.0

    Changelog:

    • Keep map keys like Labs keycards upon successful raid exit (#4)

    captainfoam added a new version:

    Quote

    For SPT 3.7.0

    • Fix for exit status check

    Should be mostly sorted now, thanks for your patience! <3

    captainfoam added a new file:

    Quote

    Keep 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 to true)
      • 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?