Skip to content

1. Setup

Corey D edited this page Oct 15, 2022 · 2 revisions

Installation

Download the latest release of Ultra-VIP.
Make sure it's compatible with your server's version of SourceMod.

  1. Extract the zip file.
  2. Upload the extracted addons directory into the root of your game server (this is the folder that contains the maps and cfg directories).

image

If somehow this is unclear, read the guide on how to install plugins.

Admin Permissions

Ultra-VIP does not assign admin flags or overrides to players. This is intentional--it's better design for the module API.
You will need to assign permissions yourself either by using another plugin or by modifying the standard SourceMod config files.

Ultra-VIP supports any combination of the following:

  • Admin Flags (the older and more limited admin system still unfortunately used everywhere).
  • Admin Groups/Overrides (the newer and more flexible system).
  • Manual Steam ID assignment (not recommended for normal use; this is explained later).

Ultra-VIP will also probably work with any database-accessing admin management plugins; it's capable of giving out bonuses when a player's admin permissions change mid-game.

If you want to know how to set up admin permissions, you can read the SourceMod guides on adding admins (flags) or adding groups (groups/overrides).

Configuration

The main config file addons/sourcemod/configs/ultra_vip_main.cfg contains documentation explaining how to configure the plugin. For a more detailed explanation, see the configuration guide.

Clone this wiki locally