Jump to content

SORTFUSE


Razvan @ DEK

Recommended Posts

SHORTFUSE

# Download:  http://gamebanana.com/gamefiles/5322

 

 

ShortFuseShortFuse ShortFuse ShortFuse

Team performance-based C4 timer for each round...

Finally found time to polish and release this after leaving it for some months unattended. Something from scratch and not cosmetic-type for a change...
 

DESCRIPTION:

Sets the C4 Time on each round based on each teams' performance. If the Terrorists did well, the C4 Time is set lower. On the otherhand, if the Counter-Terrorists did well, C4 Time is set higher.
 

FEATURES:

  • Auto-detects if map is Bomb/Defuse type and disables itself otherwise.
  • Many ways for teams to score points. From kills for 1 point, to defusing the bomb for 5 points.
  • When disabled, c4 time reverts back to what it was originally set and 'mp_c4timer' is fully functional.
  • Once disabled, however, the plugin cannot be re-enabled until the next map.
  • Optional HUD system for tracking points and bonuses.
 

PREREQUISITES:

  • Counter-Strike 1.6 with the latest AMXmodX installed.
  • Know-how in installing plugins.
 

REQUIRED MODULES:

amxmodx | cstrike | engine
 

CVARS:

  • sfuse_c4_mintime - [default 15] Minimum C4 time.
  • sfuse_enable - [default 1] Set 0 to disable plugin mid game.
  • sfuse_hud - [default 0] Turns hud for tracking points on or off.
  • sfuse_timebonus - [default 1] Turns time bonus feature on or off for-- reasons.
 

MECHANICS:

Basically how the plugin tracks down team performance is there are set achievements with corresponding point values[1] that each player can do. From scoring a kill that gives you 1 point to defusing the bomb which gives you 5 points.

Bonus points are given by how fast a team secures the win. These bonuses vary[2], so the faster a team wins, the bigger the bonus points.

At the end of each round, both teams' points are tallied and the bonus points (if there are any) is added to the winning team. Then their difference is calculated. Depending on the result, or deficit[3], the c4 time is set for the next round.

Depending on the default c4 time, the time added or subtracted to the c4 time, or the interval[4], will vary. A higher default c4 time will yield higher interval of plus/minus 10 seconds and a smaller default c4 time will get a smaller one of plus/minus 5. 
Link to comment
Share on other sites

  • 3 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...