Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.51 KB

File metadata and controls

32 lines (23 loc) · 1.51 KB

Roundabout

Roundabout is a TF2 server plugin that rolls a random effect each round to make the gameplay as fun and refreshing as possible.

TF2Attributes is required for this plugin to run on your server.

Banner

Effects

Effects vary greatly in complexity.

  • Some may only appear under certain conditions, such as ample player count.
  • Some may have multiple variants. These can take form in:
    • Randomness (e.g. slightly randomized low gravity)
    • Rare chance of great amplification (e.g. extreme increase in knockback)
    • Custom modifications (e.g. persistent or temporary additive buff upon killing someone)
  • They may also appear together in the form of a multieffect round.

Read the effect details here.

Commands

Read the command and ConVar details here.

Compile

The compiled plugin version roundabout.smx can be found inside the plugin folder.

TF2Attributes is required to compile this plugin.

If you wish to compile the source code yourself, use this guide. Alternatively you can use the VSCode extension SourcePawn Studio and follow its Quick Start guide.

If you wish to create your own effects, read about how to do that here.