Skip to content

Client mod for Single Player Tarkov (SPT) that updates a method used to determine armor items.

License

Notifications You must be signed in to change notification settings

jbs4bmx/ArmbandCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


logo

Armband Core

Core component needed for armband to function as armor equipment.

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.

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.

(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

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.

Prerequisites for Building

  1. Visual Studio or another compiler of your choosing.
  2. 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"

Installation

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".

(back to top)

Configuration

There are no configuration options for this mod.

(back to top)

Roadmap

  • Implement armband slot as equipment slot armor slot.

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

None yet.

(back to top)

About

Client mod for Single Player Tarkov (SPT) that updates a method used to determine armor items.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages