Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. // _____________________
  2. // BBG SHOUTFORTRESS CFG
  3. // _____________________
  4. //
  5. // Copy this to a notepad file.
  6. // In C:/.../Steam/steamapps/[USERNAME]/team fortress 2/tf/cfg/
  7. // Save as: bbgshout.cfg
  8. // Select "All files" from drop down
  9. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. // - To start the config, type "exec bbgshout" in console (no quotes)
  11. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. // - Hi, welcome to Hasuta's config for ShoutFortress.
  13. // - This will streamline the process of starting and ending Shoutfortress nights.
  14. // - For this config to work, make sure that the next caster is in spectate before you mute.
  15. //
  16. // - You will have to keep track of people who want to cast and make a list.
  17. // - Casts should last a round each, unless it's a really short round.
  18. // - Long rounds will probably be stalemates, or the person talking will get tired. Have some intermissions.
  19. // - Co-casting is allowed. Try to have both casters share talking.
  20. // - Let everyone who wants to have a turn before repeats occur.
  21. // - Encourage new people/non-regulars, because we want to help the community grow!
  22. // - Offer weaps or metal as incentive for people who are new to do it. (only once or twice)
  23. // - Be nice to all participants! No booing off the stage.
  24. // - If someone complains that they don't like the casts, tell them that this is only once a week and that other days, we operate as a friendly normal server.
  25. //
  26. // - Finally, if this config ever breaks, turn it off and tell Hasuta, he'll attempt a fix.
  27. //
  28. // Happy shouting!
  29. //
  30. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. // ______________
  32. // COMMANDS
  33. // ______________
  34. // \ - Begin the casting!
  35. // ] - Broadcast global messages.
  36. // O - Mute everybody (use between casts, at start of night, or if someone joins)
  37. // P - Unmute everybody (use between casts)
  38. // I - Stop the casting.
  39. //
  40. // If you want to edit these, go down to where it says "binds" and change those keys to what you want.
  41. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42. // BEGIN CONFIG
  43. //
  44. //
  45. alias "startshout" "sm_mute @all;wait 100;sm_csay Hello and welcome to Big Bang Gamers ShoutFortress!;wait 500;sm_csay In a moment you will be treated to exciting casts of the games you play.;wait 500;sm_csay We hope you enjoy and don't be afraid to cast!;wait 500;sm_csay If you're new you could get some in-game prizes for stepping up!;wait 500;sm_unmute @all;sm_csay You can talk while we bring the first caster up to the stage.
  46.  
  47. // _______________
  48. // Aliases
  49. // _______________
  50. alias "turnoff" "unbind p; unbind o; unbind ]; unbind \; bind i showmapinfo"
  51. alias "messages" "sm_csay If you're just joining, this is BBG Shoutcrafting Night;wait 500;sm_csay If you liked that cast, we have more coming up;wait 500;sm_csay If you didn't, come back another day of the week!;wait 500; sm_csay If you want to cast a round just type so in chat. Have fun!"
  52. alias "muteall" "sm_mute @red;wait 100;sm_mute @blue"
  53. alias "unmuteall" "sm_unmute @red;wait 100;sm_unmute @blue;wait 100;sm_csay Feel free to talk now!"
  54. alias "stopshout" "sm_unmute @all; sm_csay Thanks for joining us for this night of BBG Shoutcraft!;wait 500;sm_csay We do these every week so come back again!;wait 500; sm_csay We also operate as a normal server any other day!; turnoff
  55.  
  56. // _______________
  57. // Binds - Edit these as necessary.
  58. // _______________
  59. bind "\" "startshout"
  60. bind "]" "messages"
  61. bind "o" "muteall"
  62. bind "p" "unmuteall"
  63. bind "i" "stopshout"
  64.  
  65. //END CONFIG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement