komashchenko / MiniVIP

MetaMod:Source plugin that adds basic VIP player features for CS2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniVIP

MetaMod:Source plugin that adds basic VIP player features for CS2

Features

health - amount of base health
armor - amount of armor with helmet
gravity - gravity multiplier
money_min - minimum amount of money bounds
money_add - amount of money that will be added after spawn
defuser - defuse kit for CT-side
items - items given at spawn (separate by spaces)
smoke_color - color of smoke. R G B or random

Commands

mini_vip_reload - reloads a plugin config

Installation

  1. Install Metamod:Source
  2. Grab the latest release package
  3. Extract the package and upload it to your gameserver
  4. Use meta list to check if the plugin works

Build instructions

Just as any other AMBuild project:

  1. Install AMBuild
  2. Download CS2 SDK
  3. Download Metamod:Source
  4. mkdir build && cd build
  5. python ../configure.py --enable-optimize --sdks=cs2 --targets=x86_64 --mms_path=??? --hl2sdk-root=???
  6. ambuild

About

MetaMod:Source plugin that adds basic VIP player features for CS2

License:GNU General Public License v3.0


Languages

Language:Python 50.5%Language:C++ 49.5%