Dark and Darker Game Updater

This is a simple CLI (Command-Line Interface) updater for the Dark and Darker game. It downloads or verifies the latest files of the game installed.

Prerequisites

You need to have Rust installed on your system.

Installation

Simple

Simply run cargo install dad-updater in your terminal

Use source

  1. Clone the repository or download the source code files.
  2. Install Rust and the required dependencies as mentioned in the prerequisites.
  3. Open the terminal or command prompt and navigate to the project directory.
  4. Build and install the application using the following command:

cargo build --release cargo install dad-updater --path .

Usage

After building and installing the application, The updater can be run using the following command:

DAD_PATH="$HOME/.local/share/bottles/bottles/Dark-and-Darker/drive_c/Program Files/IRONMACE/Dark and Darker/" dad-updater

Optimized Use with Bottles

  1. Create bottles for gaming.
  2. Add the following required dependencies: allfonts, vcredist2019, dotnet48.
  3. Install the Blacksmith Launcher in the bottles.
  4. Launch the Blacksmith Launcher and log in to your account.
  5. Click the play/install button on the launcher.
  6. Close the launcher.
  7. Click on the three dots, browse the file, go one directory up, and locate the Dark and Darker directory inside the IRONMACE directory. Copy the path of this directory to the environment variable DAD_PATH in the bottles' environment settings.
  8. Modify the launch command to dad-updater %command%.

To further optimize Bottles, you can:

If you want to use Proton-GE, you need to set the following environment variables:

For optimal performance on an AMD card, add the following two environment variables:

Command-Line Arguments

The updater accepts the following command-line arguments:

Functionality

The updater performs the following tasks:

  1. Reads the file URLs and other information from the Dark and Darker PatchFileList.txt hosted on http://cdn.darkanddarker.com.
  2. Downloads each file using multiple threads with a progress bar indicating the download status.
  3. Implements a download speed limit if provided to regulate the download rate.
  4. Verifies the integrity of downloaded files using SHA256 and compares the file size to ensure they are up to date.

License

This project is licensed under the MIT License.

Contributions

Contributions to this project are welcome. If you find any issues or want to enhance the functionality, feel free to open a pull request.