View Single Post
Plugin Info:     Modification:          Category:         
iNvectus
Member
Join Date: Sep 2014
Location: Bulgaria
Old 11-10-2019 , 06:22   Frozen Tag Revamped
Reply With Quote #1

Description
It's a simple mod... but revamped. The original author is Javivi, big shoutout to him! I'm giving him all the credits for the idea. This plugin is the revamp of his version. I've seen a lot of comments in his plugin, that it is not working as it is supposed to, so I decided to rewrite it and support it.

The main idea of the modification is that the Counter-Terrorists known as Chasers are chasing Terrorists known as Runners and they have to catch and freeze all of them to win the round. They have 3 minutes by default to catch the Runners. In order to freeze a Runner the Chaser must touch him. A Runner can unfreeze fellow Runner when he goes to him and presses the Use button.

This modification gives the nostalgia of the custom tag game we played when we were younger and it is kind of fun, that's why I decided to publish it, so more people can have fun of our classic game.

Cvars
PHP Code:
/*! 
 *Amount of time needed to unfreeze somebody 
 *
 * By default: 3.0 seconds
 */
ft_unfreeze_time

/*! 
 * Amount of time the round will be played 
 *
 * By default: 180.0 seconds or 3 minutes
 */
ft_roundtime

/*! 
 * Range within a runner can unfreeze another runner
 *
 * By default: 50
 */
ft_unfreeze_range

/*! 
 * Give knife and show it, without allowing attacks
 *
 * By default: 1
 */
ft_show_knife

/*! 
 * Block mouse viewing when a runner is frozen. Can be useful to prevent information leakage.
 *
 * By default: 1
 */
ft_block_mouseview

/*! 
 * If this is set to 1, the runner will be automatically unfrozen after amount of time.
 *
 * By default: 1
 */
ft_auto_unfreeze

/*! 
 * If the previous cvar is set to 1, the amount of time in the cvar will be used to
 * automatically unfreeze the runner.
 *
 * By default: 120.0 seconds or 2 minutes
 */
ft_auto_unfreeze_time

/*! 
 * Show a bar when unfreezing fellow runner, like the one when defusing a bomb
 *
 * By default: 1
 */
ft_show_bar 
Changelog
Code:
  • 0.4
    • Multilingual support
    • Configuration file
  • 0.3
    • Official submit and release
Future
Code:
  • Move PlayerPrethink to CmdStart
  • API Support
  • Create or adapt to Experience System with top
Credits
https://forums.alliedmods.net/showthread.php?t=136382 - Official Frozen Tag
https://forums.alliedmods.net/showpo...84&postcount=6 - Progress Bar
https://forums.alliedmods.net/showthread.php?t=244661 - Ice Block Model


Download
Attached Files
File Type: zip frozentag-0.4.zip (142.0 KB, 175 views)

Last edited by iNvectus; 11-11-2019 at 12:03. Reason: Fixed new version
iNvectus is offline