Skip to content

Commit 4e399fb

Browse files
authored
Update readme
1 parent f2fb0d5 commit 4e399fb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
A MetaMod plugin that allows you to use multiple workshop addons at once and have clients download them.
44

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)
617
## Installation
718

819
- Install [Metamod](https://cs2.poggu.me/metamod/installation/)

0 commit comments

Comments
 (0)