- You must be using a Windows operating system.
Download this project to your local machine:
- Click on the green
Codebutton and then selectDownload ZIP.
Locate the downloaded ZIP file on your computer and extract it to a desired location. We'll refer to this location as the "project folder" from now on.
- Download the latest version of Python 3.12 from the official Python website: Python Downloads.
- Run the installer. Make sure to check the box that says Add Python 3.12 to PATH at the beginning of the installation process.
- Open Command Prompt (cmd) by typing
cmdin the search bar. - In the Command Prompt, type:
This should display the Python version number. If you see a version number starting with 3.12, Python has been installed correctly.
python --version
- Navigate to the project folder and open Command Prompt. Ensure that Command Prompt displays the directory path, similar to:
D:\path\to\the\folder> - Once you are in the folder, install all required packages by running:
python -m pip install -r requirements.txt
After you have set up everything, you can run the application by following these steps:
- Open Command Prompt.
- Navigate to the project folder if you are not already there:
cd path\to\the\folder - Run the application:
python main_app.py
- Run the program once after starting your PC. You do not need to reopen it between gameplays. The program automatically detects any Dune 2000 process and attaches to it.
- The application shows live stats only when you are a spectator in the game. Otherwise it will display only the summary stats after the game ends.
- Refresh Button: Click this button to refresh the current UI. Use this feature if there is a visual glitch, such as the stats not being fully displayed.
- Import Button: Loads a previously saved stats file and updates the app to display the loaded statistics.
- Export Button: Saves the stats from the last game. This allows you to keep a record of game statistics for later review.