Skip to content

Releases: nosoop/SM-TFCustomWeaponsX

Build 5d020e6

17 Feb 05:01
Compare
Choose a tag to compare
Build 5d020e6 Pre-release
Pre-release
rr-53

Use new Econ Data functionality

Build b12d4af

03 Jan 03:40
Compare
Choose a tag to compare
Build b12d4af Pre-release
Pre-release
rr-52

config: Update example items, link to wiki

Build baa705e

24 Dec 04:08
Compare
Choose a tag to compare
Build baa705e Pre-release
Pre-release
rr-51

Fix section name for extdata getter

Build 72aadbf

24 Dec 04:04
Compare
Choose a tag to compare
Build 72aadbf Pre-release
Pre-release
Add CWX_GetItemExtData native

Provides a native for retrieving plugin-specific data.

Build faa4763

22 Dec 16:05
faa4763
Compare
Choose a tag to compare
Build faa4763 Pre-release
Pre-release
Add CWX_GetItemUIDFromEntity native (#35)

Provides a native to retrieve a UID from an item if one exists.

Co-authored-by: nosoop <[email protected]>

Build 4115de0

22 Dec 15:32
Compare
Choose a tag to compare
Build 4115de0 Pre-release
Pre-release
Use exposed CTFPlayer::m_bRegenerating netprop

Valve made this a networked property with the 2021-12-21 update, so
we don't have to worry about offset breakages any more.

Unless they revert the change in which case aaaaaaa

Build 5abca5d

20 Oct 11:49
Compare
Choose a tag to compare
Build 5abca5d Pre-release
Pre-release
rr-47

Bump version.

Build 22f9576

19 Oct 05:57
Compare
Choose a tag to compare
Build 22f9576 Pre-release
Pre-release
Use enum structs for loadout storage

Refactoring for preparation for some future work.

Build 1af55cd

17 Aug 10:42
Compare
Choose a tag to compare
Build 1af55cd Pre-release
Pre-release
Perform exhaustive check for non-native items in loadout slots

Fixes #30.

Build 7dfb202

17 Aug 10:15
Compare
Choose a tag to compare
Build 7dfb202 Pre-release
Pre-release
Mark player as regenerating for respawn

This prevents destruction of stickies.  Closes #29.