Scags / TF2-Jailbreak-Redux

A modified, rewritten version of the original TF2Jail. https://forums.alliedmods.net/showthread.php?p=2626905
GNU General Public License v3.0
23 stars 8 forks source link

TF2Jail-Redux

Languages

Born out of my dislike with the unorganized and jumbled mess the original TF2Jail plugin was, I went out and did a complete rewrite of it, opening up Jailbreak gameplay into a useable API that is very developer-friendly. The entirety of the plugin is built with developers in mind with the goal of making Last Request creation and event management as streamlined as possible.

Take a look at the wiki for not only a complete guide on custom Last Request configuration, but detailed instructions and explanations for each aspect of the plugin.

Special thanks to:

Features

Other Addons

WeaponBlocker - A weapon blocker that actually works with this plugin.

Mechanized Mercenaries - A last request where everyone turns into tanks!

Search - Allows guards to search prisoners.

Requirements

TF2Items
TF2Attributes (optional)
SourceMod 1.10+

Installation

Detailed installation can be found in the wiki along with config design.

File Structure

The entire plugin is organized into files associated with what functionality is found within them:

Sub Plugins

Although the base plugin is well organized, sub-plugins are still an effective way to manage gameplay. There's a slew of private forwards that can be hooked into, and a massive set of natives for managing players, gameplay, and Last Requests. Check out the wiki for more information.