Skip to content

Server Installation Guide

Derpduck edited this page Jan 3, 2021 · 32 revisions

<- (Previous) Setup Guide | Stripper:Source Guide - Basics (Next) ->

Global Changes

Some files in the Stripper rework apply global changes that are not config dependent as they are not gameplay related, as such the following files can replace the existing files on your server:

  • addons/sourcemod/configs/saferoominfo.txt

Installing Stripper Rework Globally

This section will cover how to install the Stripper rework as the default Stripper config that always loads on your server. If you are looking for instructions on adding the Stripper rework to your config see the next section.

Adding Stripper Rework To Configs

This section will cover adding the Stripper rework to your competitive config.

The file found within this repo are already located in the correct folders for integration with competitive configs, however to get the changes to load with a config the files need to be within that config's folders.

cfg/cfgogl

Create a folder for your config within cfg/cfgogl and add the mapinfo.txt file found on this repo to the folder, overwriting the existing file. This file defines the map distance points and tank spawn blocking values.

cfg/stripper

Create a folder for your config within cfg/stripper and add the global_filters.cfg file found on this repo to it, and add the cfg/stripper/maps folder found on this repo to your config's folder.

Clone this wiki locally