Tip
You can test this plug-in by joining our community server via connect server.counterstrike.party:27030 or via https://counterstrike.party
The Parachute Plugin for CounterstrikeSharp brings some fun to your CS2 matches by letting players glide around with parachutes! This playful modification adds a silly twist to the game, giving everyone more ways to move around the map and create funny moments.
- Simple Controls: Just hold the Use button (usually E) while falling to deploy your parachute
- Adjustable Fun: Server owners can tweak how fast you fall, how much you can steer, and other settings
- Sound Effects: Add custom sounds to make your parachuting experience even more entertaining
- No Performance Issues: Lightweight design means the fun doesn't slow down your server
- Download and extract the latest release from the GitHub releases page.
- Move the "Parachute" folder to the
/addons/counterstrikesharp/plugins/directory. - Restart the server.
Updating is even easier: simply overwrite all plugin files and they will be reloaded automatically. To automate updates please use our CS2 Update Manager.
This plugin automatically creates a readable JSON configuration file. This configuration file can be found in /addons/counterstrikesharp/configs/plugins/Parachute/Parachute.json.
{
"enabled": true,
"round_start_delay": 10,
"disable_on_round_end": false,
"disable_when_carrying_hostage": true,
"parachute": {
"is_hoverboard": false,
"fallspeed": 0.1,
"sidewards_movement_modifier": 1.0075,
"hoverboard_movement_modifier": 1.0075,
"parachute_model": "models/cs2/kandru/hoverboard.vmdl",
"parachute_model_size": 1,
"parachute_sound": "Kandru.Hoverboard",
"parachute_sound_interval": 1.266,
"enable_team_colors": false
},
"ConfigVersion": 1
}Wether or not the parachute is enabled globally.
Delay after the round starts before the parachute can be used.
Whether or not to disable the parachute after the round ended.
Whether or not do disable the parachute if a player carries a hostage.
Settings regarding the parachute.
The speed the player falls when using the parachute.
The sidewards speed increasement modifier.
The sidewards speed increasement modifier if hoverboard.
The original parachute model is gone from CS2 since the last update. Therefore specify a custom model or live without one. Empty for no model.
The size of the parachute.
Sound of the parachute itself. Must be a name provided via the soundevents_addon.vsndevts file. Empty for no sound.
Whether or not the model should have team colors applied.
Ability to run sub-commands:
Reloads the configuration.
Disables the parachute on next round and remembers this state.
Enables the parachute on next round and remembers this state.
Clone the project:
git clone https://github.com/Kandru/cs2-parachute.gitGo to the project directory
cd cs2-parachuteInstall dependencies
dotnet restoreBuild debug files (to use on a development game server)
dotnet buildBuild release files (to use on a production game server)
dotnet publishTODO
