Posts by takenmake
-
-
takenmake added a new file:
QuoteThis is an update for toaddsworth's NoSaveOnDeath mod. The code has been rewritten to work with SPT 3.11.x and has also been restructured to be more in-line with the server mod examples, making it easier to maintain. The original author was contacted about this update, however they haven't responded in a few months. As a result, and given the permissive licence the original is under, I have decided to upload my updated version for the community to enjoy!
## ORIGINAL DESCRIPTION WITH NOTES ##
No Save on Death Mod
This mod makes it so that when you die in raid, your progress is not saved. This means that in the event that you die, go MIA, or quit the raid through the menu, everything including gear, experience, and quest progress is restored to how it was before you went on the raid.
The goal of this mod is to cater to those who want to experience Tarkov in the style of a classic singleplayer game with saving/loading. Only there are no checkpoints within a Tarkov raid, so you have to actually survive to keep anything you find and progress in your quests. This means your secure container will function like any other slot in your inventory, and won't offer you any post-mortem assurances. It also means that when you kill tough enemies or complet challenging quest objectives, you have to survive the raid to lock in the progress (Again, Run Throughs are fine and your progress will be saved!).
This is my first mod, but it's quite simple so I don't expect any odd behavior or bugs on its own.
Working with other mods that modify the InraidController.ts (specifically the savePostRaidProgress method) may break this.*NOTE: Items you bring into the raid with you will lose any Found In Raid (FIR) status during the pre-raid save, so don't count on this mod to protect you from accidentally bringing in something that was FIR that you wanted to stay FIR! Because it won't.**
## END ORIGINAL DESCRIPTION ##
* This method has been changed as a result of the upgrade. It now modifies the endLocalRaid method of the LocationLifecycleService.** I assume this is still correct, however in my testing I haven't paid close attention to this. It may or may not still be correct.
-
-
takenmake added a new version:
FileBetter Hit Reaction 1.1.0Updated for SPT 3.5.7. Also seems to work with SPT 3.5.8.
Now using a less intrusive (and easier to maintain) method of patching, so hopefully the mod will have improved compatibility in general. This should have been done to begin with, but I didn't so here we are now.QuoteUpdated for SPT 3.5.7.
Now using a less intrusive (and easier to maintain) method of patching, so hopefully the mod will have improved compatibility in general. This should have been done to begin with, but I didn't so here we are now.
-
takenmake added a new version:
FileBetter Hit Reaction 1.0.1For SPT 3.5.5.
A small patch to constrain the factor values within "reasonable" limits. The factor is now limited between 0 and 1000 for the factor (naturally, you'll have to type in the text box beside the slider the ConfigurationMenu plugin added automatically for any degree of precision).
Negative values seem to behave the same as 0 in my testing, so I removed them since they were both unnecessary and I don't trust them to not create issues.
1000 is the maximum because at that point you're…QuoteA small patch to constrain the factor values within "reasonable" limits. The factor is not limited between 0 and 1000 for the factor (naturally, you'll have to type in the text box beside the slider the ConfigurationMenu plugin added automatically for any degree of precision).
Negative values seem to behave the same as 0 in my testing, so I removed them since they were both unnecessary and I don't trust them to not create issues.
1000 is the maximum because at that point you're already basically immobilized when hit, and I want to reduce the chance someone will accidentally overflow the data type.
-
takenmake added a new file:
QuoteThis is a small mod that changes the amount of stamina lost and the speed penalty incurred when hit. It simply multiplies these values by a factor, which is customizable in the config!
Customization:
The default value of the factor is 0.5, so the amount of stamina lost is roughly half of what it normally is. In general, when the factor is less than 1, you will lose less stamina when hit. If it's greater than one, you will lose more stamina when hit. The configuration file will be generated on the first run, but you can also use the in-game configuration manager to change things by pressing F12. (NOTE: the in-game configuration manager displays a slider in addition to the text input box as of v1.0.1. If you want any degree of precision since most people will want the factor to be less than one, use the input box and not the slider!)
Installation:
Drag and drop the BepInEx folder onto your SPT directory.