This project provides tools to calculate jump ranges and related pathfinding information in X4: Foundations.
- Python 3.8+ (recommended)
- NetworkX library
Install dependencies with:
pip install networkx
From the project directory, run:
python v2/JumpRangeCalc2.py
Alternatively, run the program from an IDE
- Calculations are based on data from qsna.eu/x4/map.
- This calculator does not automatically update when the game map changes in new patches.