/RemoveTheDead

Client mod for Single Player Tarkov (SPT) that removes dead bodies from the map.

Primary LanguageC#MIT LicenseMIT

Contributors Forks Stargazers Issues MIT License


logo

Remove The Dead

RTD - Remove the unnecessary scum from the map.

ko-fi

Table of Contents
  1. About The Project
  2. Getting Started
  3. Configuration
  4. Roadmap
  5. Contributing
  6. License
  7. Acknowledgments

About The Project

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.

(back to top)

Built With

Frameworks/Libraries Name Link
C Sharp C# Documentation
IDEs Name Link
Visual Studio Visual Studio Website

(back to top)

Getting Started

This section will explain how to install and use this mod.

Prerequisites

EFT and SPT are required to use this mod.

Installation

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:

  1. 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".
  2. Start SPT.Server.exe and wait until it fully loads.
  3. Start SPT.Launcher.exe.
  4. Now you can launch the game.
  5. To configure or use the mod, press F12 while in game. Mod will be listed among client mods in the BepInEx menu.

(back to top)

Configuration

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.

(back to top)

Mod FAQ

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.

(back to top)

Roadmap

  • Add Changelog
  • Bind instant removal button to desired key on keyboard for quicker removal.

Suggest changes or view/report issues here.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

You can also buy me a coffee! (This is not required, but I greatly appreciate any support provided.)
ko-fi

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

Contributors:
DJLang, Helldiver, Devraccoon, CactusPie

(back to top)