[//]:<[]()>
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
This software is Windows-only
Notice that this software is only helpful when you have Escape From Tarkov installed on your computer.
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:
ā ļø 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
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
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
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 |
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