Table of Contents
Type: Client Mod
Disclaimer: This mod is provided as-is with no guarantee of support.
A BepInEx mod for Escape From Tarkov via the modding framework, SPT (aka, SPTarkov, Single Player Tarkov, SPT, etc.). This allows you to set a radius and time interval in which dead bots will be removed from the map. The aim of this mod is to boost performance and increase in-game fps by reducing the number of objects (in this case, dead bots) being processed by the CPU.
Also known as RTD.
Client mod for Single Player Tarkov (SPT) that removes dead bodies from the map.
Frameworks/Libraries | Name | Link |
---|---|---|
C Sharp |
C# Documentation |
IDEs | Name | Link |
---|---|---|
Visual Studio |
Visual Studio Website |
This section will explain how to install and use this mod.
EFT and SPT are required to use this mod.
For the purpose of these directions, "[SPT]" represents your SPT folder path.
Start by downloading the mod from the Releases page.
Follow these steps to install and configure the mod:
- Extract the contents of the zip file into the root of your [SPT] folder.
- That's the same location as "SPT.Server.exe" and "SPT.Launcher.exe".
- Start SPT.Server.exe and wait until it fully loads.
- Start SPT.Launcher.exe.
- Now you can launch the game.
- To configure or use the mod, press F12 while in game. Mod will be listed among client mods in the BepInEx menu.
All configurations are done within the BepInEx F12 menu while in-game.
Customizations:
- Change time interval between body removals. (time expressed in minutes)
- Change minimum distance from player that bodies must be at in order to be removed. (distance expressed in meters)
- Instant removal button in BepInEx menu (F12). Now you can instantly trigger the body removal to occur. Any bodies within your minimum distance from you will not be removed.
Q: Where do I report bugs found with the current version of the mod?
A: You can report bugs for the current version of this mod on the RTD Mod Page.
- Add Changelog
- Bind instant removal button to desired key on keyboard for quicker removal.
Suggest changes or view/report issues here.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
You can also buy me a coffee! (This is not required, but I greatly appreciate any support provided.)
Distributed under the MIT License. See LICENSE.txt
for more information.
Contributors:
DJLang, Helldiver, Devraccoon, CactusPie
-
Some code is borrowed from "Body Disposal Service Maid (B.D.S.M.)" by DJLang, which is an updated version of "Body Disposal Service Maid (B.D.S.M.)" by Helldiver.
-
Some code is borrowed from RAM Cleaner Fix by Devraccoon, which is an updated version of RAM Cleaner Fix by CactusPie.