From d6f4b49b355bad49a0ffc9f91c2f52de92d6c673 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Mon, 27 Nov 2023 11:28:06 +0100 Subject: [PATCH] Update Register DTMM as handler for Nexus downloads --- Register-DTMM-as-handler-for-Nexus-downloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Register-DTMM-as-handler-for-Nexus-downloads.md b/Register-DTMM-as-handler-for-Nexus-downloads.md index 7da169e..8319fb2 100644 --- a/Register-DTMM-as-handler-for-Nexus-downloads.md +++ b/Register-DTMM-as-handler-for-Nexus-downloads.md @@ -1,4 +1,4 @@ -Nexusmods uses a custom link style (i.e. a custom URI) to connect the "Mod Manager Download" button in the browser with the application running on your machine. +Nexusmods uses a custom link style (i.e. a custom URI, `nxm://` instead of `https://`) to connect the "Mod Manager Download" button in the browser with the application running on your machine. The connection between those two, and the way for a user to select the application (e.g. Vortex, MO2, DTMM) is through a so-called "URI handler". In Windows, these are stored in the Registry. Usually, the typical "setup.exe" installers will create them for you, but DTMM isn't quite there yet, so for now, you will have to do it with a script or manually.