This repository is a collection of Source Scramble patches, intended to replace single-purpose plugins that rarely get updated and are likely to break.
In order to use these, you need the sourcescramble_manager plugin, which is included in Source Scramble releases.
For each patch that you would like to enable, download its relevant cfg file from addons/sourcemod/configs/sourcescramble and place it into your server's addons/sourcemod/configs/sourcescramble/ directory (create this directory if it does not exist).
Download the corresponding gamedata file for each patch from addons/sourcemod/gamedata and place it in your server's addons/sourcemod/gamedata/ directory.
For example, if you want to unlock the maximum movement speed, you'd download tf2.movement_speed_unlocker.cfg and tf2.movement_speed_unlocker.txt.
To disable a patch, delete the relevant cfg file.
tf2.movement_speed_unlocker.cfgandtf2.movement_speed_unlocker.txt[TF2 only]- Allows unlimited movement speed.
- Replaces TF2 Move Speed Unlocker.
tf2.no_thriller_taunt.cfgandtf2.no_thriller_taunt.txt[TF2 only]- Replaces No Thriller Taunt.
ed_alloc_fix.cfganded_alloc_fix.txt- When an edict is freed, it can not be used for 1 second.
- This can cause server crashes if the edict count increases very quickly (e.g. by a round restart).
- This patch removes the 1 second period and frees edicts immediately.