Skip to content

Commit aef4961

Browse files
committed
2 parents 693945b + 3213f86 commit aef4961

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Comfortable mod loader
22
This tool lets you setup your mods in a matter of 5 seconds, it literally does everything for you.
33

4-
Works only for Dying Light, uses the website specified in *config.ini* / default nest rushers one for grabbing the mods.
4+
Works only for Dying Light, uses the website specified in *config.ini* / default one in DEFAULT_CONFIG var for grabbing the mods.
55

6-
**You don't have to specify any paths or something like that (with steam only, manual input for other). This tool automatically finds your game's directory!**
6+
**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!**
7+
8+
# Screenshots (Outdated, need to retake)
79

810
![image](https://user-images.githubusercontent.com/52250786/235461989-3c971c1d-7caf-498b-9ff5-e389fd765bf8.png)
911

@@ -18,8 +20,7 @@ After the work is done, it leaves absolutely zero mess (of course, since it clea
1820
Create ***config.ini*** and modify it however you want.
1921
```ini
2022
[Config]
21-
download_server=https://www.nlog.us/downloads/
22-
download_file=full_archive.zip
23+
download_file=https://www.nlog.us/downloads/full_archive.zip
2324
download_copyright=Nest Rushers Discord
2425
```
2526
This is how my configuration looks like, just a simple example.
@@ -29,7 +30,7 @@ This is how my configuration looks like, just a simple example.
2930
Explanation of the downloadable .zip archive structure.
3031
# How to compile
3132
```
32-
NuGet packages: (curlpp),
33+
NuGet packages: (curlpp, nlohmann.json),
3334
Release x64,
3435
Dynamic Link Library (.dll),
3536
Visual Studio 2022 (v143),

0 commit comments

Comments
 (0)