SteamBot
SteamBot copied to clipboard
Adding items to backpack
Hi. Is it possible to transfer items from "new items" to backpack using steamapi? Newly acquired items are not placed in backpack slots That is the case at least for Dota2, don't know about other games.
No, not at the moment
You need to actually launch TF2 to do that. You could fake it with SteamBot, but that would require a bit of reverse engineering. Your TF2 client sends a message to Steam saying "Place this item in this position in the backpack" so you'd have to figure out how to replicate that programmatically.
You could send a GC message asking the game to sort your backpack.
Well what is a GC message? If it is something not very complicated, could you explain? I want to send them to backpack, order is irrelevant.
#316 allows for setting the position of items
#316 has not been merged yet. This is still an issue.