Skip to content

Server Installation Guide

Derpduck edited this page Dec 13, 2021 · 32 revisions

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
  • All files in: scripts/vscripts/

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 to add the Stripper rework to your competitive config see the next section.

cfg/cfgogl/

Depending on how your server loads confogl you will need to place the mapinfo.txt file found in this folder in one of the following locations, replacing the existing mapinfo.txt file if it exists:

  • addons/sourcemod/configs/confogl/
  • addons/sourcemod/configs/l4d2lib/
  • OR wherever you previously loaded mapinfo.txt from

The .cfg files found in cfg/cfgogl/ are loaded by adding the following commands to your server's config files:

  • Example: exec cfgogl/boss_spawns

cfg/stripper/

Add the files located in cfg/stripper/ on this repo to left4dead2/addons/stripper/.

Adding Stripper Rework To Configs

This section will cover adding the Stripper rework to your competitive config.
See SirPlease/L4D2-Competitive-Rework for how to set competitive configs on your server.

cfg/cfgogl/

Create a folder for your config within cfg/cfgogl/ and add the mapinfo.txt file found on this repo to the folder

  • Example: cfg/cfgogl/zonemod/
    This file sets map distance changes, tank/witch spawn ban ranges, and saferoom areas for confoglcompmod.

The .cfg files found in cfg/cfgogl/ are loaded by replacing the relevant sections in your config's shared_settings.cfg file with:

  • Example: exec cfgogl/boss_spawns

This allows these fixes to be applied universally to all configs as a set of map changes, rather than config specific modifications.
For configs that want to use different settings, add a copy of these files to your config's folder and load them through the same method in the shared_settings.cfg file with the corrected file path.

cfg/stripper/

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

  • Example: cfg/stripper/zonemod/

Add the cfg/stripper/maps/ folder found on this repo to the same folder.

  • Example: cfg/stripper/zonemod/maps/
Clone this wiki locally