You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,18 @@
2
2
3
3
A MetaMod plugin that allows you to use multiple workshop addons at once and have clients download them.
4
4
5
-
**NOTE:** The server will *not* actually mount the extra addon(s) so you will have to extract their content into the server's files. Most notably, player models will have broken animations unless you do this.
5
+
## Commands
6
+
-`mm_extra_addons <ids>`
7
+
The workshop IDs of extra addons separated by commas, addons will be downloaded (if not present) and mounted (e.g. "3090239773,3070231528").
8
+
Because the download can take time, it's advised to have the addon ready before running maps so content can be precached.
9
+
If you edit this during a map, you must change map so clients can also get the new addons
10
+
11
+
-`mm_extra_addons_timeout <seconds>` How long until clients are timed out in between connects for extra addons
12
+
13
+
The following commands are for server management only, addons mounted this way will not be sent to clients
14
+
15
+
-`mm_mount_addon <id>` Mount an addon manually on the server
16
+
-`mm_download_addon <id>` Download and mount an addon manually on the server (addon is mounted upon download completion)
0 commit comments