Skip to content

Releases: xDShot/csgo_knives_sweps

v1.2.5

03 Aug 16:05
Compare
Choose a tag to compare
All rest v_ models update

v1.2.4

11 Dec 02:55
Compare
Choose a tag to compare
  • Fixed potential collision with other addons to prevent proper work.

v1.2.3

22 Jun 09:26
Compare
Choose a tag to compare
  • Updated TFA skin parser to support new skins API
  • Fixed hit effects appearing on sky brushes

v1.2.2

15 Jan 12:01
Compare
Choose a tag to compare
  • Temporarily remove knives from traitor shop.

I know it's an ugly solution, but it was urgent to disable them.

v1.2.1

07 Jan 02:45
Compare
Choose a tag to compare
  • 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

31 Dec 23:11
Compare
Choose a tag to compare

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

19 Dec 12:49
Compare
Choose a tag to compare
  • 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

19 Dec 12:46
Compare
Choose a tag to compare

-- 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

26 Sep 17:44
Compare
Choose a tag to compare

-- 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

09 Sep 15:47
Compare
Choose a tag to compare

-- Disabled damage scaling;
-- Implemented first hit damage;
-- Various tweaks and optimizations.