@@ -5,6 +5,8 @@ primarily for *Deep Rock Galactic*. It works completely externally from the game
5
5
from mod.io, arbitrary network links as well as local ` .pak ` s. Mint supports offline mod usage. Mint
6
6
works for both Steam and Microsoft Store versions.
7
7
8
+ [ TOC]
9
+
8
10
## Getting Started
9
11
10
12
To get started, you will need to download the latest Mint release, and configure settings like
@@ -231,6 +233,71 @@ which got renamed or deleted. The workaround is to:
231
233
- Remove the cache directory: delete ` C:\Users\<username>\AppData\Local\drg-mod-integration\cache ` .
232
234
- Press Install Mods again.
233
235
236
+ ### Install mods failed with "An existing connection was forcibly closed by the remote host" (OS error 10054)
237
+
238
+ This can be due to strange mod.io rate limit or network issues. Try waiting for a few minutes and
239
+ then try installing mods again.
240
+
234
241
## Frequently Asked Questions (FAQs)
235
242
236
- :construction : UNDER CONSTRUCTION :construction :
243
+ ### Why Does mod XXX not work?
244
+
245
+ See Mod Compatibility Issues under Common Errors and Troubleshooting.
246
+
247
+ ### What are Mod Lints?
248
+
249
+ Mod Lints are a set of tools designed to help find potential problems in the mods of the current
250
+ profile. These problems can include conflicting files, mods containing unmodified game assets, etc.
251
+ Mod Lints can be especially helpful when developing, packaging and cooking mods locally.
252
+
253
+ ### Can Mint be displayed in other languages?
254
+
255
+ Right now, unfortunately we don't have a good way to do localization. If we could, Mint would likely
256
+ come with Simplified Chinese as well as potentially other community-contributed localizations.
257
+
258
+ ### Is there an active mod limit?
259
+
260
+ Unlike the official mod.io support system, Mint does not impose mod limits.
261
+
262
+ ### Why does it say modding disabled due to launch options
263
+
264
+ Mint disables the official mod.io support system when you click Install Mods. To restore the
265
+ official mod.io support system, you will need to click Uninstall Mods.
266
+
267
+ ### Will mod XXX work for clients?
268
+
269
+ This depends on the particular mod. For ` RequiredByAll ` mods, it is strongly recommended that every
270
+ member of the lobby has the mod installed to prevent desync. For example, clients need to install
271
+ Custom Difficulty if the resupply nitra cost is modified or else they cannot call a cheaper resupply
272
+ without the default 80 nitra in the team repository.
273
+
274
+ ### Does Mint disable achievements?
275
+
276
+ Mint does not attempt to disable achievements, regardless of the approval categories of the mods
277
+ being used.
278
+
279
+ ### Does Mint force a sandbox save?
280
+
281
+ Mint does not attempt to force a sandbox save. If you use gameplay affecting mods, it is your
282
+ judgement on if it is acceptable to affect the normal saves. It is also recommended to make a
283
+ backup of your normal saves (even without Mint, this is a good idea).
284
+
285
+ ### what's the black console showing up when mint launched?
286
+
287
+ This console window is used for logging and debugging purposes, to help us diagnose errors that you
288
+ run into while using Mint.
289
+
290
+ ### Where do I add mods?
291
+
292
+ See the Adding Mods section under Getting Started.
293
+
294
+ ### Why does Mint add ` [MODDED] ` tag to my lobby name?
295
+
296
+ We do not want clients to unknowingly join lobbies that have gameplay affecting mods. If your
297
+ profile contain any non-verified mods, your lobby name will have ` [MODDED] ` prepended to it to
298
+ inform potential players who might want to join your lobby.
299
+
300
+ ### Why is mod XXX still active after I disable it?
301
+
302
+ You need to click Install Mods after making changes to the current profile for changes to take
303
+ effect.
0 commit comments