From f293e4468e27b4de9619d22d5e9c04923bb1a439 Mon Sep 17 00:00:00 2001 From: Aussiemon Date: Sun, 26 Feb 2023 23:16:01 -0700 Subject: [PATCH] Updated readme markdown --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f4fb26..8c7e76e 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -Contains a small set of basic functionality required for loading other mods. It also handles initial setup and contains a mod_load_order.txt file for mod management. +### Contains a small set of basic functionality required for loading other mods. It also handles initial setup and contains a mod_load_order.txt file for mod management. -Installation: +## Installation: 1. Copy the Darktide Mod Loader files to your game directory and overwrite existing. 2. Run the "toggle_darktide_mods.bat" script in your game folder. 3. Copy the Darktide Mod Framework files to your "mods" directory (/mods) and overwrite existing. 3. Install other mods by downloading them from the Nexus site (https://www.nexusmods.com/warhammer40kdarktide) then adding them to "/mods/mod_load_order.txt" with a text editor. -Disable mods: +## Disable mods: * Disable individual mods by removing their name from your mods/mod_load_order.txt file. * Run the "toggle_darktide_mods.bat" script at your game folder and choose to unpatch the bundle database to disable all mod loading. -Uninstallation: +## Uninstallation: 1. Run the "toggle_darktide_mods.bat" script at your game folder and choose to unpatch the bundle database. 2. Delete the mods and tools folders from your game directory. 3. Delete the "mod_loader" file from /binaries. 4. Delete the "9ba626afa44a3aa3.patch_999" file from /bundle. -Mods will automatically disable when the game updates, so re-run the "toggle_darktide_mods.bat" script to re-enable mods after an update. +### Mods will automatically disable when the game updates, so re-run the "toggle_darktide_mods.bat" script to re-enable mods after an update. -This mod does not need to be added to your mod_load_order.txt file. \ No newline at end of file +### This mod does not need to be added to your mod_load_order.txt file. \ No newline at end of file