From cbb379bacf668777cb3ee64113655cbbf5d1fd20 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 27 Nov 2023 11:32:45 +0100 Subject: [PATCH] Update Register DTMM as handler for Nexus downloads --- Register-DTMM-as-handler-for-Nexus-downloads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Register-DTMM-as-handler-for-Nexus-downloads.md b/Register-DTMM-as-handler-for-Nexus-downloads.md index a61da01..6fea283 100644 --- a/Register-DTMM-as-handler-for-Nexus-downloads.md +++ b/Register-DTMM-as-handler-for-Nexus-downloads.md @@ -11,7 +11,7 @@ See [learn.microsoft.com](https://learn.microsoft.com/en-us/previous-versions/wi Windows itself only allows one application to be designated as handler for the `nxm://` URI, which means that only one mod manager would have to handle all Nexus-compatible games. The purpose of NXM Proxy is to act as a broker, which is registered as that designated handler, checks the game id in the URI and forwards it to other applications based on configuration parameters. 1. Install NXM Proxy for Vortex from https://www.nexusmods.com/site/mods/288 and make sure its enabled. -2. Add DTMM as a new manager for NXM Proxy. The command line should look like `"C:\path\to\dtmm.exe" %1` (adjust the path to point to where you saved `dtmm.exe`). +2. Add DTMM as a new manager for NXM Proxy. The command line should look like `"C:\path\to\dtmm.exe" %1` (**adjust the path to point to where you saved `dtmm.exe`**). 3. Select `Darktide` in the list of games, and map DTMM as its manager ## Script @@ -19,7 +19,7 @@ Windows itself only allows one application to be designated as handler for the ` This will set DTMM as the designated URI handler. You probably don't want this if you use Nexus for more games than just Darktide. 1. Copy the following content into _Notepad_ or a similar text editor -2. Adjust the paths to point to where you saved `dtmm.exe` +2. **Adjust the paths to point to where you saved `dtmm.exe`** 3. Save the file as `dtmm_uri_handler.reg` (make sure to set the file type to "All files (*.*)"). 4. Double-click the file