Commands Step by Step - id-rotatcepS/TF2Spectator GitHub Wiki
Let's say you want to add a command that changes your game to black and white for a few minutes.
- what tf2 console command does that? - sometimes that takes a little research.
mat_projection 4;wait 20000;mat_projection 0
- what channel point redeem do you want to make it happen?
TF2 Noir Movie
- what chat command (if any) do you want to make it happen?
!noir
Open the command editing window with "Edit TF2 Spectator Commands..."
Click the "+" to add a new command row
- change the NameAndAliases from "NAME" to
TF2 Noir Movie - change the CommandFormat from "COMMAND" to
mat_projection 4;wait 20000;mat_projection 0 - edit the CommandHelp to
Make my game look like a Noir movie for a few minutes - optionally edit the ResponseFormat to
{0} decided to have us all watch {random|in Noir mode|an old movie|black and white movies} for a few minutes!
Click the "+" to add a new command row - this will be to add "!noir" as a free alias for "TF2 Noir Movie"
- change the NameAndAliases from "NAME" to
!noir - change the CommandFormat from "COMMAND" to
TF2 Noir Movie
Close the Edit window to save it.
In Twitch Viewer Rewards add a Channel Points Custom Reward named exactly TF2 Noir Movie
If you want to disable the (free) alias, just change the name so it doesn't start with "!" like DISABLED!noir - or you can of course delete it by pressing the Delete key while the row is selected.
If you want the Channel Points Custom Reward to have a emoji in it or you change the name a lot, use the "redeem id" instead (the first time the named Reward redeem is used, an alias is automatically created using the "redeem id" - after that you can freely rename the reward and it will still work).