Project Diva MegaMix+ Mod Manager
Project description
d4m
A cross-platform Project Diva MegaMix+ mod manager
Features
- Cross-platform
- Simple usage, everything you need and nothing you don't (no bloat!)
- Automatically determine game install directory
- Install and update DivaModLoader
- Easily enable/disable mods
- Search and Install mods from GameBanana
- Update installed mods easily
Installation
Requirements: python >= 3.8, libarchive (optional)
From PyPi
python -m pip install d4m (currently not available just yet)
IMPORTANT: If your system supports libarchive (aka, Linux, or Windows users who went out of their way to install it)
Make sure to do python -m pip install libarchive too!
For Windows (Bundled)
Download the latest d4m executable from the releases page.
From Source
git clone https://github.com/Brod8362/d4m
cd d4m
python -m pip install build
python -m build
python -m pip install dist/*.whl
From Source (Development)
git clone https://github.com/Brod8362/d4m
cd d4m
python -m pip install build
python -m pip install -e .
Running
Linux/Windows (via pip)
python -m d4m (TUI)
python -m d4m -g (GUI)
You can place an alias in your shell config, e.g ~/.bashrc or ~/.zshrc
alias d4m=python -m d4m
Demo (TUI)
Demo (GUI)
FAQ
- Why is DivaModLoader installation not supported on my platform?
Currently, automatic DivaModLoader installation/updating depends on libarchive. Most Windows users likely don't have this installed, and I don't want to make it a hard dependency of the application.
libarchive is needed because the packager of DivaModLoader creates archives using BCJ2, which is not supported by py7zr.
If you manually install libarchive and the corresponding pip package (libarchive), you should then be able to auto install/update DML.
Configuration
You can override some parameters of d4m via environment variables.
| Environment Variable | Purpose | Default |
|---|---|---|
D4M_INSTALL_DIR |
MegaMix+ install directory | Auto-determined via steam |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file d4m-0.2.9.tar.gz.
File metadata
- Download URL: d4m-0.2.9.tar.gz
- Upload date:
- Size: 382.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ad7dfbc1748158158245e2faec0650c3b1074f5ab58cbe2adad9a4b752aabfd
|
|
| MD5 |
c9935d1d283099f0b928fc0936e1fdae
|
|
| BLAKE2b-256 |
2b0a01b2d459652c7be0cdc6203da18b8d72b4722354a803cacf3521a7a319da
|
File details
Details for the file d4m-0.2.9-py3-none-any.whl.
File metadata
- Download URL: d4m-0.2.9-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adb0b03947ae987305e46356070d22b9aa7ac7171abe80e1c9758275720952c1
|
|
| MD5 |
2a2f8b4417609641ff25d7e0745e92e0
|
|
| BLAKE2b-256 |
eb89f6c5994509de739404665944486043b0a020d59a4720e0206f01b169d8e3
|