diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-05-15 02:00:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-15 02:00:05 -0500 |
| commit | 6748953d35516b948d83dd135cc970c805efeff0 (patch) | |
| tree | a798e329dc6487c55c3e34d4887da2a29b6e251e /src/shared/appconfig.inc | |
| parent | 22b169570140a0ec8f827471d9218f6461c7ac44 (diff) | |
Use new Nexus Tools location for MO2
Diffstat (limited to 'src/shared/appconfig.inc')
| -rw-r--r-- | src/shared/appconfig.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index b3946774..2ac8f7a2 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -20,6 +20,8 @@ APPPARAM(std::wstring, vfs32DLLName, L"usvfs_x86.dll") APPPARAM(std::wstring, vfs64DLLName, L"usvfs_x64.dll")
APPPARAM(std::wstring, nxmHandlerExe, L"nxmhandler.exe")
APPPARAM(std::wstring, nxmHandlerIni, L"downloadhandler.ini")
+APPPARAM(std::wstring, mo2NexusGameId, L"site")
+APPPARAM(int, mo2NexusModId, 6)
APPPARAM(std::wstring, portableLockFileName, L"portable.txt")
APPPARAM(const wchar_t*, localSavePlaceholder, L"__MOProfileSave__\\")
|
