Releases: sour-dani/tf2-vscript-snippets
Releases · sour-dani/tf2-vscript-snippets
Extension Release 1.0.5
Downloads
Changelog
- Update to latest data from VDC
- Added default values to some of the Script Debug variables. the ones that don't have them have a value on the VDC of "NONE"
- Updated intsize for x64 tf2
- Updated RAND_MAX to show that the value is different on Windows and Linux
- Add new functions that have been added since the last update
- Add some new input descriptions and function descriptions from the VDC.
- Marked some functions that are deprecated or broken as being so, even though its not technically part of the description on the VDC
- Add new Krampus custom damage type constants
- Mark constants that are broken or missing
- Add descriptions to some regular damage types to show what TF2 uses them for (i.e. DMC_ACID is crit damage)
- Fix a couple typos in VDC descriptions
Extension Release 1.0.4
Downloads
Changelog
- Full implementation of automation.
- No difference in extension functionality from previous, very minor release.
Extension Release 1.0.3
Downloads
Changelog
- Updated support for deployment automation.
- Now automatically uploaded to Open VSX and VS Marketplace - Migrated installation info to Wiki
Extension Release 1.0.2
Downloads
Changelog
- Added support for community submissions.
- Added
OnGameEvent_
autocompletes. - Added
ent.m_iHealth
toNetProps.GetPropInt(ent, "m_iHealth")
autocomplete. - Changed string parsing to dict construction.
- Reformatted codebase
- Updated credits.
- Added back manual installation instructions.