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.
Before running the updater, ensure that you have the following dependencies installed:
cargo build --release
cargo install dad-updater --path .
After building and installing the application, The updater can be run using the following command:
DAD_PATH="/home/thoxy/.local/share/bottles/bottles/Dark-and-Darker/drive_c/Program Files/IRONMACE/Dark and Darker/" dad-updater
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:
The updater accepts the following command-line arguments:
-p
, --path
: Specify the path to the game installation directory. This
argument is optional and defaults to the value of the DAD_PATH
environment
variable.-s
, --speed
: Set the download speed limit in bytes per second. This
argument is optional and defaults to the value of the DAD_DOWNLOAD_SPEED
environment variable or 0
if not provided (0
= no limit
).-t
, --threads
: Set the number of simultaneous download threads. This
argument is optional and defaults to the value of the DAD_THREADS
environment variable or 5
if not provided.The updater performs the following tasks:
http://cdn.darkanddarker.com
.This project is licensed under the MIT License.
Contributions to this project are welcome. If you find any issues or want to enhance the functionality, feel free to open a pull request.