Skip to content

darkerz7/CS2-EntityFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EntityFix for CounterStrikeSharp

Fixes game_player_equip, game_ui, IgniteLifeTime, point_viewcontrol. Idea taken from cs2fixes

Features:

  1. Fixes entity game_player_equip. The plugin processes outputs: Use, TriggerForActivatedPlayer, TriggerForAllPlayers
  2. Adds a game_ui analogue. From cs2fixes + Use, Reload and Look
  3. Handles entity burning with IgniteLifeTime
  4. You can customize particle, time and burning damage -> string g_IgnitePath, float g_VelocityIgnite, int g_DamageIgnite and recompile plugin
  5. Adds a point_viewcontrol analog from cs:go [Cs2Fixes Wiki] (https://github.com/Source2ZE/CS2Fixes/wiki/Custom-Mapping-Features#point_viewcontrol-entity-implementation)

Installation:

  1. Compile or copy CS2-EntityFix to counterstrikesharp/plugins/CS2-EntityFix folger
  2. Copy CS2-EntityFix.json to counterstrikesharp/gamedata folger
  3. Restart server

About

Fixes game_player_equip, game_ui, IgniteLifeTime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages