Skip to content

A plugin for Counter-Strike 2 that fixes the rapid fire exploit

License

Notifications You must be signed in to change notification settings

HvH-gg/RapidFireFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HvH.gg rapid fire fix (1.0.3)

img

About

CounterStrikeSharp plugin to handle rapid fire in CS2.

Fix Methods

  • 0 => Allows rapid fire
  • 1 => Blocks rapid fire completely
  • 2 => Reflects damage scaled (damage * ReflectScale)
  • 3 => Reflects damage scaled, but keeps the player alive

Reload Config

You can reload the config by using the hvh_config_reload command.

Dependencies

Metamod:Source (2.x)
CounterStrikeSharp(v228)

Installation

  1. Install Metamod:Source and CounterStrikeSharp
  2. Place the addons folder in your servers game/csgo/ directory
    extract
  3. Edit the config file to your liking
    3.1. Located at addons/counterstrikesharp/configs/plugins/RapidFireFix/RapidFireFix.json
  4. Restart your server

Config

{
  "FixMethod": 1, // 0 allows rapid fire, 1 blocks rapid fire, 2 reflects damage scaled, 3 reflects damage but keeps the player alive 
  "ReflectScale": 1, // damage reflect percentage (0.0 - 1.0)
  "ConfigVersion": 1, // do not change
}

Credits

About

A plugin for Counter-Strike 2 that fixes the rapid fire exploit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages