We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RCBot2's TF2 AI needs some improvements.
MvM Upgrades are keyvalue commands sent to the server by the client. To buy a single upgrade you need to send 3 Kv commands.
For example: This will buy a single health regeneration upgrade.
First command:
"MvM_UpgradesBegin" { }
Second command:
"MVM_Upgrade" { "Upgrade" { "itemslot" "-1" "Upgrade" "60" "count" "1" } }
Third command:
"MvM_UpgradesDone" { "num_upgrades" "1" }
This was tested using Sourcemod.
And for refunds:
"MVM_Respec" { }
Tracked in #12
The text was updated successfully, but these errors were encountered:
caxanga334
No branches or pull requests
RCBot2's TF2 AI needs some improvements.
MvM
MvM Upgrades
MvM Upgrades are keyvalue commands sent to the server by the client. To buy a single upgrade you need to send 3 Kv commands.
For example: This will buy a single health regeneration upgrade.
First command:
Second command:
Third command:
This was tested using Sourcemod.
And for refunds:
Weapons
Player Destruction
Tracked in #12
The text was updated successfully, but these errors were encountered: