M4elstr0m / TarkovMapTracker

Watch your live location on a map from Escape From Tarkov
MIT License
4 stars 0 forks source link
eft escape-from-tarkov python tarkov tarkov-app tarkov-tools tarkov-tracker tarkov-utility

Tarkov Map Tracker by M4elstr0m visitor badge

[//]:<[Github All Releases]()> Tarkov Map Tracker is designed to help beginners to find themselves on the huge maps of Escape From Tarkov
I made this software because I did not find any app that really tracks your location in real time in Tarkov


Please star this repository if you find it useful ā­
Don't hesitate to reach me, or donate using the links on my profile, all donations are appreciated šŸ˜‰


There is no specific rules from Battlestate Games that does'nt allow to use screenshots, but beware if it is the case and please contact me!
This is not a cheat since it only uses screenshots from the game, but use this software on your own risks if there is a rule about this in the future āš ļø I'm not responsible of any loss

šŸ–„ļø Platforms

This software is Windows-only
Notice that this software is only helpful when you have Escape From Tarkov installed on your computer.

šŸ› ļø Installation

Please install Python 3.10 version or higher before installing Tarkov Map Tracker and be sure that you also have "pip" installed

Command installation (for CLI-Github users):

git clone https://github.com/M4elstr0m/TarkovMapTracker.git

ZIP (Archive) Installation:

  1. Just download the repository by clicking on < > Code then click on Download ZIP
  2. Unzip the archive using WinRAR or 7zip for example
  3. Keep the folder where you want to store your Tarkov Map Tracker


āš ļø If you get a missing module error, just type the command "pip install -r requirements.txt" in the main folder


If you don't have pip installed yet, just type the command py -m ensurepip --upgrade

šŸ“š Usage

You just have to double click on "start.exe" (if Windows is blocking you just click on 'More infos' then 'Run anyway')
āš ļø If there is not any window showing up, maybe the problem is from the "start.exe", then you can go in the "tarkov-map-tracker" folder and type the following command in a terminal window: py gui.py or python gui.py

image

šŸ”§ Setting-up

In the GUI you have 4 types of button:

Keybind: You can bind a key to refresh the map (with AutoMode activated, please bind the same key as your in-game Tarkov screenshot key). "$" key by default

AutoMode: Will refresh the map automatically every 5 seconds, if the Keybind is the same as Tarkov, it will also take a screenshot at the same time, so you don't have anything to do but looking at the map.

Delete Screenshots: This button has to be pressed two times in order to fully clear all your Tarkov Screenshot directory.
WHEN DELETED YOU CANNOT RETRIEVE YOUR FILES ANYMORE

Maps button: When you click on the button corresponding to a map, this map opens and either you or the software have to refresh it (depending on AutoMode state)

Settings are also accessible from /tarkov-map-tracker/settings.txt

šŸ§© Supported Maps

Map Supported Software Version
Customs āœ… v1.0
Factory šŸš§ ?
Ground Zero āœ… v1.0
Interchange āœ… v1.0
Lab šŸš§ ?
Lighthouse āœ… v1.0
Reserve āœ… (not 100% accurate) v1.0
Shoreline āœ… v1.0
Streets āœ… v1.0
Woods āœ… v1.0

šŸ—’ļø Credits

Escape From Tarkov: this software was made for this game after all
Tarkov.dev and Shebuka: for the maps used in this software and their help to check for potential copyright issues
This software was made using the following Python modules: pillow, tkinter, keyboard