node-tf2 icon indicating copy to clipboard operation
node-tf2 copied to clipboard

Simple module to interact with the TF2 game coordinator

Results 13 node-tf2 issues
Sort by recently updated
recently updated
newest added

Often we receive SO_Create messages before our backpack was loaded. If we not handle that because of lack of backpack, we can miss important info. Same for SO_Destroy and SO_Update....

Added ability to cache items schema, when using multiple bots. Without breaking changes (all events emitting the same way). Also added class property `itemSchemaVersion`, which contains current items schema version...

Ref https://github.com/DoctorMcKay/node-tf2/issues/14 Based on @Preport [comment](https://github.com/DoctorMcKay/node-tf2/issues/14#issuecomment-497548418)

It would be great to have some way of crafting up Chemistry Kits (dragging 200 items is a huge pain...) and Fabricators automatically. I've had a play around with sending...

enhancement

not getting events `accountLoaded` and `backpackLoaded` to emit. after several restarts it works once and then stops working again. **_node: v12.13.0 tf2: v3.0.2_** My bot has both tf2 and csgo...

### applyStrangifier - Adds applyStrangifier function with two inputs `item id` and `strangifier id`. - Upon completion we will receive 2 itemRemoved and 1 itemAcquired events. ### tradeUp - Adds...

Is there the possibility to invite friends to a party?

When debugging the item schema is not preserved between consecutive script starts, so that may lead to huge delay before the item schema is loaded. If this is not the...

Is there a way to remove a festivizer from an item ? I have checked language.js and I haven't found any message id related to the remove of a festivized...

Is there any way to get recipe IDs ?