https://github.com/womblee/auto-mod-downloader
This tool lets you setup your mods in a matter of 5 seconds, it literally does everything for you.
https://github.com/womblee/auto-mod-downloader
dide dsound dying light loader nest nloginov parse rushers steam valve vdf
Last synced: 2 months ago
JSON representation
This tool lets you setup your mods in a matter of 5 seconds, it literally does everything for you.
- Host: GitHub
- URL: https://github.com/womblee/auto-mod-downloader
- Owner: womblee
- Created: 2023-04-30T07:22:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:16:59.000Z (10 months ago)
- Last Synced: 2024-08-05T20:19:18.982Z (10 months ago)
- Topics: dide, dsound, dying, light, loader, nest, nloginov, parse, rushers, steam, valve, vdf
- Language: C++
- Homepage:
- Size: 4.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comfortable mod loader
This tool lets you setup your mods in a matter of 5 seconds, it literally does everything for you.Works only for Dying Light, uses the website specified in *config.ini* / default one in DEFAULT_CONFIG var for grabbing the mods.
**You don't have to specify any paths or something like that (steam & epic games path detection). This tool automatically finds your game's directory!**
# Screenshots (Outdated, need to retake)



# Sleek
After the work is done, it leaves absolutely zero mess (of course, since it cleans up all the leftover files)# How to setup for your own mod collection
Create ***config.ini*** and modify it however you want.
```ini
[Config]
download_file=https://www.nlog.us/downloads/full_archive.zip
download_copyright=Nest Rushers Discord
```
This is how my configuration looks like, just a simple example.
Explanation of the downloadable .zip archive structure.
# How to compile
```
NuGet packages: (curlpp, nlohmann.json),
Release x64,
Dynamic Link Library (.dll),
Visual Studio 2022 (v143),
C++ Standart - ISO C++17,
C Standart - Legacy MSVC,
Preprocessor arguments: CURL_STATICLIB, _CRT_SECURE_NO_WARNINGS, _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
Symbols: Unicode.
```# Additional requirements
7z.dll (you can take it from your 7-zip's folder)