https://github.com/keirany/tarkovloader
https://github.com/keirany/tarkovloader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keirany/tarkovloader
- Owner: KeiranY
- Created: 2021-07-22T17:51:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T20:43:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T17:46:15.569Z (4 months ago)
- Language: C#
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tarkov Loader + Mods
This project consists of several minor [modifications](#Mods) for Escape From Tarkov, as well as [Loaders](#Loaders) for both SPT-AKI and Melonloader.
## Loaders
### SPT-AKI - [Homepage](https://www.sp-tarkov.com/)
Extract the downloaded folder into `/user/mods/`. Extract each mod in the same way, so that all of the `.dll` files end up in the same folder.
### MelonLoader - [Homepage](https://melonwiki.xyz/#/)
Extract the downloaded files into `/Mods/`. Extract each mod in the same way, so that all of the `.dll` files end up in the same folder.
## Mods
### ItemValue
Adds an attribute to items that display when examining them, this value shows the full price of the item to traders.
**Examples**
M4 - Price including all attachments, mag, ammo, etc.

Buckshot - Price for whole stack.

### Extract
Adds the ability to press a key and extract from a raid. Was built as I encountered an issue in SPT-AKI that stopped the extraction points from registering a player entering them. Useful for debugging and messing around.
### Freecam
Detaches the camera from the player and lets them fly around. Flycam funnctionality shamelessly repurposed from the main game.
**Controls**
- Mouse - Look around
- WASD - Move around
- Q/E - Move Up/Down
- Shift (hold) - Speed up (3x)
- Control (hold) - Slow down (0.25x)
- End or Escape - (Un)lock cursor
### Nightvision
Adds the ability to toggle the ingame Nightvision overlay on/off.