SwiftlyS2

Installation

This guide will walk you through installing SwiftlyS2 on your Counter-Strike 2 server.

Prerequisites

SwiftlyS2 does not need MetaMod.

Installing SwiftlyS2

  1. Download the latest Swiftly Release for your operating system.
  2. Extract the archive. You will find the following directory:
    • /addons/swiftlys2 — which contains the SwiftlyS2 Loader
  3. Copy the /addons directory to your server’s /game/csgo/ folder.

If this is your first time installing SwiftlyS2, make sure to download the release with the -with-runtimes suffix.

The Loader is the simplest and the only way to run SwiftlyS2.

  1. Locate your gameinfo.gi file inside /game/csgo/ and open it.
  2. Find the line:
    Game_LowViolence csgo_lv
    and add the following line below it:
    Game csgo/addons/swiftlys2
  3. Save the file and restart your server.
  4. Run the command sw in your server console to verify the installation.

If you also have MetaMod installed, add it after it's entry inside gameinfo.gi. See below for the example.

    ...
    Game csgo/addons/metamod
    Game csgo/addons/swiftlys2
    ...

You’re done!
SwiftlyS2 is now installed and ready to enhance your server!

On this page