Table of Contents
Type: Client Mod
Disclaimer: This mod is provided as-is with no guarantee of support.
This alters the armband slot ["EquipmentSlot ArmorSlot" method] in the EFT client to allow armbands to function as armor. Without this, armbands can have the properties of armor, but will not provide the protection.
You can give armbands armor properties, include this mod as a pre-requisite installation, and shield yourself without taking up inventory space or adding additional weight to your PMC.
This mod can be used by anyone that wants to include altered armbands in their mod/modpack; just specify this mod as a dependency. You don't need to maintain additional code as I'll do it for you with this mod.
Frameworks/Libraries | Name | Link |
---|---|---|
C Sharp |
C# Documentation |
IDEs | Name | Link |
---|---|---|
Visual Studio |
Visual Studio Website |
For the purpose of these directions, "[SPT]" represents your SPT folder path.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Visual Studio or another compiler of your choosing.
- The following assembly files need to be referenced within the project:
- Assembly-CSharp.dll - Find in "[SPT]\EscapeFromTarkov_Data\Managed".
- spt-common.dll - Part of the SPT modules for the launcher. Find in "[SPT]\BepInEx\plugins\spt".
- BepInEx.dll - Part of the BepInEx Harmony Patcher. Find in "[SPT]\BepInEx\core"
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".
There are no configuration options for this mod.
- Implement armband slot as equipment slot armor slot.
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.
None yet.