Code Monkey home page Code Monkey logo

multiaddonmanager's Introduction

MultiAddonManager

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

Commands

  • mm_extra_addons <ids> The workshop IDs of extra addons separated by commas, addons will be downloaded (if not present) and mounted (e.g. "3090239773,3070231528"). Once downloads are done, the map is automatically reloaded so content can be precached.

  • mm_extra_addons_timeout <seconds> How long until clients are timed out in between connects for extra addons, timed out clients will reconnect for their current pending download.

  • mm_print_searchpaths Print all the search paths currently mounted by the server.

  • mm_download_addon <id> Download an addon manually.

Both of these commands require a map reload to apply changes.

  • mm_add_addon <id> Add an addon to the list, but don't mount.
  • mm_remove_addon <id> Remove an addon from the list, but don't unmount.

Usage in other MetaMod plugins

  • Include the public header.
  • Query the interface in AllPluginsLoaded like this:
IMultiAddonManager *pInterface = (IMultiAddonManager*)g_SMAPI->MetaFactory(MULTIADDONMANAGER_INTERFACE, nullptr, nullptr);

Installation

  • Install Metamod
  • Download the latest release package for your OS
  • Extract the package contents into game/csgo on your server
  • Edit the config file at game/csgo/cfg/multiaddonmanager/multiaddonmanager.cfg

multiaddonmanager's People

Contributors

xen-000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.