NanashiSC

radiopanel_nanashi.txt

May 22nd, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. "RadioPanel.txt"
  2. //-----------------------------------------------------------------------------------------------
  3. // Author: /u/NanashiSC
  4. // Version: 2020-05-22 (for updates, go visit pastebin.com/X5x8VJu")
  5. //-----------------------------------------------------------------------------------------------
  6. //#Instructions
  7. // 1. Open up "Steam\steamapps\common\Counter-Strike Global Offensive\csgo\resource\ui"
  8. // 2. Replace the radiopanel.txt file with the new file (it's recommended to take a backup first)
  9. // 3. Bind Keys
  10. // bind KEY radio //multiplayer menu
  11. // bind KEY radio1 //training menu
  12. // bind KEY radio2 //bot menu
  13. // 4. Start/Restart Game
  14. //-----------------------------------------------------------------------------------------------
  15. {
  16.  
  17. //"SFUI_StandardRadio"
  18. //"SFUI_GroupRadio"
  19. //"SFUI_ReportRadio"
  20. "Groups"
  21. {
  22. "standard"
  23. {
  24. "hotkey" "1"
  25. "title" "Radio Menu"
  26. "timeout" "5"
  27.  
  28. "Commands"
  29. {
  30.  
  31. "enemyspotted"
  32. {
  33. "hotkey" "1"
  34. "label" "Enemy spotted"
  35. "cmd" "enemyspot"
  36. }
  37.  
  38. "needbackup"
  39. {
  40. "hotkey" "2"
  41. "label" "I Need Backup"
  42. "cmd" "needbackup"
  43. }
  44.  
  45. "fallback"
  46. {
  47. "hotkey" "3"
  48. "label" "Stick Together"
  49. "cmd" "sticktog"
  50. }
  51.  
  52. "regroup"
  53. {
  54. "hotkey" "4"
  55. "label" "Regroup"
  56. "cmd" "regroup"
  57. }
  58.  
  59. "gogogo"
  60. {
  61. "hotkey" "5"
  62. "label" "Go! Go! Go!"
  63. "cmd" "go"
  64. }
  65.  
  66. "botfollowme"
  67. {
  68. "hotkey" "6"
  69. "label" "BOT Follow Me"
  70. "cmd" "followme"
  71. }
  72.  
  73. "botholdpos"
  74. {
  75. "hotkey" "7"
  76. "label" "BOT Hold This Position"
  77. "cmd" "holdpos"
  78. }
  79.  
  80. "askfordrop"
  81. {
  82. "hotkey" "8"
  83. "label" "Drop Me Please"
  84. "cmd" "needwep; say_team Can somebody drop me please : )"
  85. }
  86.  
  87. "thanks"
  88. {
  89. "hotkey" "9"
  90. "label" "Thanks <3"
  91. "cmd" "thanks; say_team Thank you <3"
  92. }
  93. }
  94. }
  95. "server_training"
  96. {
  97. "hotkey" "2"
  98. "title" "Training Menu"
  99. "timeout" "10"
  100.  
  101. "Commands"
  102. {
  103. "Toggle Noclip"
  104. {
  105. "hotkey" "1"
  106. "label" "Toggle Noclip"
  107. "cmd" "sv_cheats 1; noclip"
  108. }
  109.  
  110. "Toggle Godmode"
  111. {
  112. "hotkey" "2"
  113. "label" "Toggle Godmode"
  114. "cmd" "sv_cheats 1; god"
  115. }
  116.  
  117. "Restart Game"
  118. {
  119. "hotkey" "3"
  120. "label" "Restart Game"
  121. "cmd" "mp_restartgame 1; mp_warmup_end; bot_stop 0"
  122. }
  123.  
  124. "Impact & Trajectory (ON)"
  125. {
  126. "hotkey" "4"
  127. "label" "Impact & Trajectory (ON)"
  128. "cmd" "sv_cheats 1; say_team Impact & Trajectory (ON); sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; sv_showimpacts_time 5"
  129. }
  130.  
  131. "Impact & Trajectory (OFF)"
  132. {
  133. "hotkey" "5"
  134. "label" "Impact & Trajectory (OFF)"
  135. "cmd" "say_team Impact & Trajectory (OFF); sv_grenade_trajectory 0; sv_grenade_trajectory_time 10; sv_showimpacts 0; sv_showimpacts_time 5"
  136. }
  137.  
  138. "Clip Brushes (ON)"
  139. {
  140. "hotkey" "6"
  141. "label" "Clip Brushes (ON)"
  142. "cmd" "sv_cheats 1; r_drawclipbrushes 2"
  143. }
  144.  
  145. "Clip Brushes (OFF)"
  146. {
  147. "hotkey" "7"
  148. "label" "Clip Brushes (OFF)"
  149. "cmd" "r_drawclipbrushes 0"
  150. }
  151. "Enable Training"
  152. {
  153. "hotkey" "8"
  154. "label" "Enable Training"
  155. "cmd" "sv_cheats 1; mp_solid_teammates 1; mp_limitteams 0; mp_autoteambalance 0; mp_roundtime 60; mp_roundtime_defuse 60; mp_maxmoney 60000; mp_startmoney 60000; mp_freezetime 0; mp_buytime 9999; mp_buy_anywhere 1; sv_infinite_ammo 2; ammo_grenade_limit_total 5; bot_kick; mp_warmup_end; mp_restartgame 1"
  156. }
  157.  
  158.  
  159. }
  160. }
  161. "server_bot"
  162. {
  163. "hotkey" "3"
  164. "title" "Bot Menu"
  165. "timeout" "10"
  166.  
  167. "Commands"
  168. {
  169. "Add Bot (CT)"
  170. {
  171. "hotkey" "1"
  172. "label" "Add Bot (CT)"
  173. "cmd" "bot_add_ct"
  174. }
  175.  
  176. "Add Bot (T)"
  177. {
  178. "hotkey" "2"
  179. "label" "Add Bot (T)"
  180. "cmd" "bot_add_t"
  181. }
  182.  
  183. "Bot Place"
  184. {
  185. "hotkey" "3"
  186. "label" "Bot Place"
  187. "cmd" "bot_stop 1; bot_place"
  188. }
  189.  
  190. "Bot Crouch (ON)"
  191. {
  192. "hotkey" "4"
  193. "label" "Bot Crouch (ON)"
  194. "cmd" "bot_crouch 1"
  195. }
  196.  
  197. "Bot Crouch (OFF)"
  198. {
  199. "hotkey" "5"
  200. "label" "Bot Crouch (OFF)"
  201. "cmd" "bot_crouch 0"
  202. }
  203.  
  204. "Bot Mimic (ON)"
  205. {
  206. "hotkey" "6"
  207. "label" "Bot Mimic (ON)"
  208. "cmd" "bot_mimic_yaw_offset 0; bot_mimic 1"
  209. }
  210.  
  211. "Bot Mimic (OFF)"
  212. {
  213. "hotkey" "7"
  214. "label" "Bot Mimic (OFF)"
  215. "cmd" "bot_mimic_yaw_offset 0; bot_mimic 0"
  216. }
  217.  
  218. "Stop all bots"
  219. {
  220. "hotkey" "8"
  221. "label" "Stop all bots"
  222. "cmd" "bot_stop 1"
  223. }
  224.  
  225. "Kick all bots"
  226. {
  227. "hotkey" "9"
  228. "label" "Kick all bots"
  229. "cmd" "bot_kick"
  230. }
  231.  
  232. }
  233. }
  234. }
  235. }
Advertisement
Add Comment
Please, Sign In to add comment