Skip to content

v4.0.0 - 2024 Rewrite

Compare
Choose a tag to compare
@punteroo punteroo released this 12 Aug 03:11
· 2 commits to production since this release
54191a9

TF2 Item Plugins 2024

The entire project has been rewritten to today standards.
All bad prints have been fixed; timer issues, memory leaks, bad handles and so on.

Installation process should be straightforward now.

Changes

  • Added SQLite support; both plugins can now use an SQLite database to save user preferences.
  • Menus are better organized; you can enable independent overrides, understand better where you are at on each menu and navigate faster.
  • Many bugs were fixed, especially on item creation.
  • Changed how external data is fetched
    • Unusual effects and paint kits are now loaded off external JSON data; must be kept up-to-date.
  • Better memory management; should prevent most memory leaks the plugins had before.
  • Overrides can now be activated by levels; customization feels better and ordered.
  • Searching for Unusual effects/paint kits by name fixed and adapted correspondingly.

If there's anything else, please file an issue.

Thanks!