My personal Single Player Tarkov installation and mod update helper for friends.
Update to the latest EFT, then download the SPT installer here. Place the insatller into a new folder OUTSIDE the vanilla EFT folder. Run the installer.
Install Python if not already done so from here. Check your installation by typing python3 -V
or python -V
in the cli. A version newer than 3.9
is recommended.
$ python3 -V
Python 3.12.4
Go to the cloned downloaded repository, run the following command to install dependant Python libraries. You can add -i https://pypi.tuna.tsinghua.edu.cn/simple
to this command if you are struggling with pip connections.
$ python3 -m pip install -r ./requirements.txt
You can obtain the website cache webcache.json
from recent releases or from others and place it in the repository, then run python3 main.py ${my/SPT/path} --use_cache
. Replace ${my/SPT/path}
with the actual installation path of your SPT. You could also run without the --use_cache
flag, crawl the hub and generate the webcache.json
yourself and get the latest mod updates and download links, which might take longer.
if you wish to add more mods to the current curated mod list, simply append the name of the mod to the end of hub_mods.txt
. Don't worry on getting the name exactly right as the program can search the name and replace it for you!