Skip to content

satoon101/Dissolver

Repository files navigation

Dissolver

Introduction

Dissolver is a plugin created for Source.Python. As such, it requires Source.Python to be installed on your Source-engine server. It currently only supports CS:GO, CS:S, BMS, and TF2. Further support will be added to more games in the future.

This plugin removes or dissolves player ragdolls when they die.


## Installation To install, simply download the current release from its [release thread](https://forums.sourcepython.com/viewtopic.php?t=1101) and install it into the main directory for your server.

Once you have installed Dissolver on your server, simply add the following to your autoexec.cfg file:

sp plugin load dissolver

## Configuration After having loaded the plugin once, a configuration file will have been created on your server at **../cfg/source-python/dissolver.cfg**

Edit that file to your liking. The current default configuration file looks like:

// Options
//   * 0 = NORMAL
//   * 1 = ELECTRICAL
//   * 2 = ELECTRICAL_LIGHT
//   * 3 = CORE
//   * 4 = RANDOM
//   * 5 = REMOVE
// Default Value: 0
// The type of dissolver to use.
   dissolver_type 0


// Default Value: 2
// The magnitude to use when dissolving.
   dissolver_magnitude 2


// Default Value: 0
// The amount of time (in seconds) to wait before dissolving.
   dissolver_delay 0

About

Source.Python plugin that dissolves player ragdolls when they die.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages