lhunter3 / HNS-Freeze

Freeze Grenade | No Flash | No Smoke | HNS | Zombie Escape | CS2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS2 HNS Freeze

HNS Freeze is a C# plugin for CounterStrikeSharp that brings back the classic Grenade Freeze for Hide and Seek (HNS) in CS2.

It's designed for HNS gameplay but can be easily set up for Zombie Escape mode.

Features

  • Freeze Grenade (Decoy)
  • No Flash
  • No Smoke

Preview

Progress

  • Decoy Freeze (Configurable time,radius and targetted team)
  • Freeze Area Effect Similar to CSGO
  • No Flash (Configurable targetted team)
  • No Smoke
  • Config
  • Knife Attack Cooldown (HNS)
  • Decoy Freeze Player Tint Effect (ie blue player when frozen)

Installation

Download the zip file from the latest release, and extract the contents into your counterstrikesharp/plugins directory.

config.json

Plugin must be reloaded for config changes to take effect.

CONFIG FOR HNS

{
  "HELP": "Team 2 is Terrorist, Team 3 is CT, Time is in seconds, Radius in units",
  "FreezeTeam": 3,
  "FreezeTime": 4,
  "FreezeRadius": 200,
  "DisableFreeze": 0,
  "NoFlashTeam": 2,
  "DisableNoFlash": 0,
  "DisableSmoke":  0
}

CONFIG FOR ZOMBIES

{
  "HELP": "Team 2 is Terrorist, Team 3 is CT, Time is in seconds, Radius in units",
  "FreezeTeam": 2,
  "FreezeTime": 4,
  "FreezeRadius": 200,
  "DisableFreeze": 0,
  "NoFlashTeam": 3,
  "DisableNoFlash": 0,
  "DisableSmoke":  0
}

Setup for local development

Update the CounterStrikeSharp Nuget package if needed.

Issues

Create issues with any issues you encounter!

Contribution

I am unaware of any other HNS related plugins in the works. For now I am simply focused on delivering the essential barebones features. Please feel free to create a pull request or suggest some features I am overlooking.

About

Freeze Grenade | No Flash | No Smoke | HNS | Zombie Escape | CS2

License:MIT License


Languages

Language:C# 100.0%