Installation
Learn how to install and configure Plugify as a standalone launcher for modding projects.
This guide will walk you through the installation process for S2-Launcher, a standalone launcher for S2-Plugify. Unlike MMS2-Plugify, S2-Launcher does not require Metamod and is designed to run the game while injecting Plugify directly. Follow the steps below to get everything set up.
Prerequisites
Download S2-Plugify
Download the latest version of S2-Plugify from our download page:
S2-Plugify Download.
Installation Steps
Extract S2-Plugify
Extract the downloaded archive into your game’s installation folder. For example, if your game is installed at ../Counter-Strike Global Offensive
, extract the files there.
After extraction, your folder structure should look like this:
Use S2-Launcher
Instead of running the game’s main executable (cs2.exe
or cs2
), use the S2-Launcher (s2-plugify.exe
or s2-plugify
) to start the game. The launcher will automatically inject Plugify into the game process.
On Windows:
- Navigate to the
bin/win64
folder. - Run
s2-plugify.exe
instead ofcs2.exe
.
On Linux:
- Navigate to the
bin/linuxsteamrt64
folder. - Run
./s2-plugify
instead of./cs2
.
Validate the Installation
To ensure that Plugify has been installed correctly, open the in-game console and type the following command:
This will display the current version of Plugify running in your game.
Video Tutorial
TODO
A video tutorial will be added here soon to provide a visual guide for the installation process.
Troubleshooting
Common Issues
- Game Fails to Start:
- Ensure that
s2-plugify.exe
(ors2-plugify
on Linux) is located in the same folder as the game’s main executable. - Verify that you have the correct permissions to run the launcher.
- Ensure that
- Plugify Commands Not Working:
- Ensure that the launcher is running and that Plugify has been injected successfully.
- Check the game’s console for any error messages related to Plugify.
- Missing Files:
- Verify that all files were extracted correctly and that the folder structure matches the example above.
- Dedicated Server Not Starting:
- If you are running a dedicated server, ensure that you provide the same arguments to
s2-plugify.exe
(ors2-plugify
) as you would tocs2.exe
(orcs2
). For example:
This ensures that the launcher passes the correct parameters to the game executable. - If you are running a dedicated server, ensure that you provide the same arguments to