Skip to content

Releases: nosoop/SM-TFEconData

0.19.1.5

30 May 10:35

Choose a tag to compare

Important

64-bit-supporting plugin builds are currently published as pre-releases; check the full release list if you are looking for those.
They require a development version of SourceMod, whose API is currently not finalized.

Fixed

  • Gamedata has been updated for TF2 version 10680128 (2026-05-22).

0.19.1-x64.4

30 May 10:58

Choose a tag to compare

0.19.1-x64.4 Pre-release
Pre-release

Fixed

  • Gamedata has been updated for TF2 version 10680128 (2026-05-22).
    • I'm operating under the assumption that the breakage matches the one for 32-bit.

0.19.1-x64.3

03 Apr 14:20

Choose a tag to compare

0.19.1-x64.3 Pre-release
Pre-release

Fixed

  • The setup-sp action currently doesn't pick up SourceMod builds published on Github; the workflow has been adjusted to do the setup manually. This build is otherwise identical to 0.19.1-x64.2.

0.19.1-x64.2

03 Apr 09:58
f2f92ab

Choose a tag to compare

0.19.1-x64.2 Pre-release
Pre-release

Updated

  • x64 address support is now in line with the changes in SourceMod 1.13.0.7316. As such, you will need that build or newer. (#31; @Kenzzer)

0.19.1-x64.1

01 Feb 12:12
57d1af4

Choose a tag to compare

0.19.1-x64.1 Pre-release
Pre-release

Added

  • x64 support, courtesy of @Malifox (#28)
    • Note that this requires SourceMod 1.13, which is the development branch of SourceMod. There are known issues with cramming 64-bit addresses into 32-bit values, so it is possible that the plugin may not work on newer SourceMod versions. This plugin should work as of SourceMod 1.13.0.7293.
    • As this requires a non-stable build of SourceMod and is not backwards compatible with all SourceMod versions that work on current TF2 releases, I've marked this as a pre-release. If there are any new non-x64-specific updates to Econ Data in this transition period (doubtful), they will be published as separate pre-1.13 and 1.13 builds.

0.19.1.4

28 Oct 01:15

Choose a tag to compare

Important

64-bit-supporting plugin builds are currently published as pre-releases; check the full release list if you are looking for those.
They require a development version of SourceMod, whose API is currently not finalized.

Fixed

  • Gamedata has been updated for TF2 version 10184153 (2025-10-28).

0.19.1.3

24 Oct 00:12

Choose a tag to compare

Fixed

  • Gamedata has been updated for TF2 version 10175989 (2025-10-23).

0.19.1.2

21 Apr 14:31
c9948fa

Choose a tag to compare

Fixed

  • Gamedata has been revised for TF2 version 8826692 (2024-04-18). (#24)

0.19.1.1

19 Apr 08:30

Choose a tag to compare

Fixed

  • Gamedata has been updated for TF2 version 8826692 (2024-04-18).

https://stackoverflow.com/a/45794912 (0.19.1)

03 Jun 19:23

Choose a tag to compare

Fixed

  • TF2Econ_TranslateWeaponEntForClass now correctly returns false if the underlying TranslateWeaponEntForClass call returns a nullptr in addition to the case where it does for an empty string. (#21)