Mod Details

Yet Another Keep Your Equipment Mod

Yet Another Keep Your Equipment Mod 2.0.1

Created by Likly

15.9K Downloads

SPT 3.10.5 Compatible

Allows you to keep your equipment after death!

Latest Version 2.0.1
SPT 3.10.5

Updated Dec 10, 2024 at 4:05 PM

Version Notes

Fixed quest items not being restored after death.

This download is externally hosted.
Always scan for viruses.

I am no longer maintaining this mod, I simply do not have the energy or interest to do so anymore. To be frank, I’m not proud with it’s current state, it was rushed to update and I cannot recommend using versions 2.0.0 or 2.0.1.

Config options

Option Default Description active true Controls whether the mod actually does anything. keepItemsFoundInRaid false Should items found in-raid be saved, you will be set back to the equipment you had pre-raid if this is disabled.
keepItemsInSecureContainer true Should the items in your secure container revert to pre-raid. Redundant if “keepItemsFoundInRaid” is enabled. retainFoundInRaidStatus true Should items found in-raid, retain that status on death.
saveVitality false Should health, status effects, energy, hydration, etc be saved. You will be set back to normal health upon death if disabled keepQuestItems false Should quest items (aka task items) be kept after death.
killerMessages true Should you receive messages from your killer.
victimMessages true Should you receive messages from your victims.
profileSaving true What parts of the profile stats should be saved on death. Let me know if you have any issues, preferred method is to make a github issue as I might not be as responsive here.

Version 2.0.1
Download Mod Version
SPT 3.10.5
Latest Compatible SPT Version

5.7K Downloads

Created Dec 10, 2024 at 4:05 PM

Updated Dec 10, 2024 at 4:05 PM

Virus Total Results

Fixed quest items not being restored after death.

Version 2.0.0
Download Mod Version
SPT 3.10.5
Latest Compatible SPT Version

1.1K Downloads

Created Dec 5, 2024 at 11:06 AM

Updated Dec 5, 2024 at 11:06 AM

Virus Total Results

Updated to SPT version 3.10

Old configs are not compatible.

Change log can be found here.

Version 1.0.3
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

7.4K Downloads

Created Aug 1, 2024 at 3:49 PM

Updated Aug 1, 2024 at 3:49 PM

Virus Total Results

Added “stats” option

Version 1.0.2
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

1.0K Downloads

Created Jul 24, 2024 at 6:24 AM

Updated Jul 24, 2024 at 6:24 AM

Virus Total Results

Fixed items in containers in a secure container not being saved.

Added options for saving stats, has not been fully tested, recommend to leave it untouched for now.

Version 1.0.1
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

426 Downloads

Created Jul 22, 2024 at 11:34 PM

Updated Jul 22, 2024 at 11:34 PM

Virus Total Results
  • Added “keepItemsInSecureContainer” option.
Version 1.0.0
Download Mod Version
Unknown SPT Version
Latest Compatible SPT Version

302 Downloads

Created Jul 22, 2024 at 2:16 PM

Updated Jul 22, 2024 at 2:16 PM

Virus Total Results
Taumaturgo

I love that mod

0 Likes
jaxorsmthng

dont beg for updates, heres two alternatives:

No Save On Death - Respawned
Configurable End Raid Status

0 Likes
callmechanka

i hope it will get updated to 3.11

0 Likes
Bayraktar

I’m tired of doing the same loadout again after I died, has anyone done the same thing

0 Likes
shocked

if someone either updates this or another mod similar to this is made let me know

0 Likes
meppycola

does anyone else know if this does or doesn’t work with fika?

0 Likes
Skytte

I was having trouble getting quest progress to not save. For anyone else that is having this issue, I believe I was able to fix it with very minor edits to keep.ts and keep.js (I assume both are used but there is a lot of shared logic between these two files so idk if the edit might only be required on one of these files but I haven’t broken anything that I’m aware of).

Anyway, there is a line in both files near the bottom (line 192 in the js file, line 188 in the ts file) that needs to be changed from

if(this.config.profileSaving.questProgress || !this.config.keepQuestItems) {

to

if(this.config.profileSaving.questProgress) {

I’m not sure why these are both being checked in the same line when all other things are considered separately, and I have yet to test what happens to quest items when you die with them, but will update my findings.

Edit: Quest items are being retained on survival and not on death with these changes and the following config:

{ “active”: true, “keepItemsFoundInRaid”: false, “keepItemsInSecureContainer”: false, “retainFoundInRaidStatus”: true, “saveVitality”: false, “keepQuestItems”: false, “killerMessages”: false, “victimMessages”: false, “profileSaving”: { “level”: false, “experience”: false, “skills”: false, “encyclopedia”: false, “questProgress”: false, “survivorClass”: false, “stats”: true } }

0 Likes
myraowo

any way to make it so i can keep the items found in raid on my secure container but not inventory? “keepItemsFoundInRaid” is false and so is “keepItemsInSecureContainer”, but my secure container still reverts back to how it was before the raid started

0 Likes
Sarge

Figured I’d mention it, I noticed the mod doesn’t work with Fika, I have to exact copies of servers, one with Fika. Works great with my SPT server w/o Fika, but for some reason with Fika it doesn’t work. Even with the mods installed on the client system. As my Fika server is on another PC.

0 Likes
murdershyguu

unfortunately I’m losing everything if I die. I’m fairly certain it’s in the right place

0 Likes

Details