Releases: xDShot/csgo_knives_sweps
Releases · xDShot/csgo_knives_sweps
v1.2.5
All rest v_ models update
v1.2.4
- Fixed potential collision with other addons to prevent proper work.
v1.2.3
- Updated TFA skin parser to support new skins API
- Fixed hit effects appearing on sky brushes
v1.2.2
- Temporarily remove knives from traitor shop.
I know it's an ugly solution, but it was urgent to disable them.
v1.2.1
- Workaround to fix knives still apperaing in TTT shop when csgo_knives_canbuy 0. Does not fixes fully though. After cvar change, you need to restart server;
- Some improvements added to lua generator.
v1.2.0
The last update in 2016!
- Completely moved skins painting code into draw hooks. And let's hope it completely fixes skins not painting;
- TFA skin parser now parses skins for knives only and not for guns.
Happy new year everybody! :)
v1.1.0
- Skin material painting is back! Add SWEP.PaintMaterial into lua to use external material instead of skin group.
- Added TFA knives skins loader. If any of them installed, they will be converted as separate knives and use this pack's base. Can be switched through csgo_knives_tfaskins cvar.
v1.0.3
-- Add new cvar, csgo_knives_canbuy, which is enabled by default: Allow buying knives from traitor shop in TTT. May require server restarting if changing.
v1.0.2
-- Updated attacking behavior. Do desired attack mode if it enabled, otherwise - do another;
-- Possible fix for knives not being switched when last weapon button pressed;
-- Added new client convar: cl_csgo_knives_lefthanded. If it's non-zero, the knives will be on left hand;
-- Added basic wall hit effect.
-- New Cvar: "csgo_knives_decals" - Paint wall decals when hit wall
-- New Cvar: "csgo_knives_hiteffect" - Draw effect when hit wall
v1.0.1
-- Disabled damage scaling;
-- Implemented first hit damage;
-- Various tweaks and optimizations.