mstarr

Radio Panel Buy Menu

Oct 12th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. "RadioPanel.txt"
  2. {
  3.  
  4. //"SFUI_StandardRadio"
  5. //"SFUI_GroupRadio"
  6. //"SFUI_ReportRadio"
  7. // Most of this is probably broken, but you get the idea
  8. // http://imgur.com/pQJQOGR,cnkbPBG
  9. // C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\resource\ui\radiopanel.txt
  10. // help: http://pastebin.com/gYzpJapi
  11. // Make backups, valve likes to overwrite this every patch. And tweak the timeout setting :)
  12. "Groups"
  13. {
  14. // #### Radiomenu 1
  15. "standard"
  16. {
  17. "hotkey" "1"
  18. "title" "PRACTICE"
  19. "timeout" "10"
  20.  
  21. "Commands"
  22. {
  23.  
  24. "AMMO"
  25. {
  26. "hotkey" "1"
  27. "label" "reset"
  28. "cmd" "sv_showimpacts 0; sv_showimpacts_penetration 1; sv_grenade_trajectory 0; sv_cheats 1"
  29. }
  30. "SHOWIMPACTS"
  31. {
  32. "hotkey" "2"
  33. "label" "Showimpacts"
  34. "cmd" "sv_showimpacts 1"
  35. }
  36. "WALLBANG"
  37. {
  38. "hotkey" "5"
  39. "label" "White Crosshair"
  40. "cmd" "SV_SHOWIMPACTS_PENETRATION 1"
  41. }
  42. "NADE TRAIL"
  43. {
  44. "hotkey" "3"
  45. "label" "Grenade Trajectory"
  46. "cmd" "sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1; SV_GRENADE_TRAJECTORY_THICKNESS .2"
  47. }
  48. "NADES"
  49. {
  50. "hotkey" "4"
  51. "label" "NADES"
  52. "cmd" "ammo_grenade_limit_total 6; AMMO_GRENADE_LIMIT_DEFAULT 100; AMMO_GRENADE_LIMIT_FLASHBANG; GIVE WEAPON_FLASHBANG; GIVE WEAPON_SMOKEGRENADE; GIVE WEAPON_HEGRENADE; GIVE WEAPON_MOLOTOV; GIVE WEAPON_FLASHBANG; GIVE WEAPON_DECOY"
  53. }
  54. "fix"
  55. {
  56. "hotkey" "5"
  57. "label" "FIX"
  58. "cmd" "MP_WARMUP_END; ENDROUND;impulse 101"
  59. }
  60. "bot_kick"
  61. {
  62. "hotkey" "6"
  63. "label" "bot_kick"
  64. "cmd" "bot_kick"
  65. }
  66. "absbox"
  67. {
  68. "hotkey" "7"
  69. "label" "absbox"
  70. "cmd" "developer 1; ent_absbox player"
  71. }
  72. }
  73. }
  74.  
  75. // #### Radiomenu 2
  76. "group"
  77. {
  78. "hotkey" "2"
  79. "title" "EQUIPMENT"
  80. "timeout" "2.5"
  81.  
  82. "Commands"
  83. {
  84. "VALL"
  85. {
  86. "hotkey" "1"
  87. "label" "Head Bucket"
  88. "cmd" "BUY vest; buy vesthelm"
  89. }
  90. "VFLASH"
  91. {
  92. "hotkey" "2"
  93. "label" "Flash"
  94. "cmd" "BUY FLASHBANG"
  95. }
  96.  
  97. "VSMOKE"
  98. {
  99. "hotkey" "3"
  100. "label" "Smoke"
  101. "cmd" "BUY SMOKEGRENADE"
  102. }
  103. "VFIRE"
  104. {
  105. "hotkey" "4"
  106. "label" "Fire"
  107. "cmd" "BUY MOLOTOV; BUY INCGRENADE"
  108. }
  109. "Vnade"
  110. {
  111. "hotkey" "5"
  112. "label" "Grenade"
  113. "cmd" "buy hegrenade"
  114. }
  115. "Vvalue"
  116. {
  117. "hotkey" "6"
  118. "label" "Value Meal"
  119. "cmd" "buy smokegrenade; buy flashbang; buy molotov; buy flashbang"
  120. }
  121. "Vdecoy"
  122. {
  123. "hotkey" "7"
  124. "label" "decoy"
  125. "cmd" "buy decoy"
  126. }
  127. }
  128. }
  129.  
  130. // #### Radiomenu 3
  131. "report"
  132. {
  133. "hotkey" "3"
  134. "title" "#SFUI_ReportRadio"
  135. "timeout" "10"
  136.  
  137. "Commands"
  138. {
  139. "P250"
  140. {
  141. "hotkey" "1"
  142. "label" "P250"
  143. "cmd" "BUY P250"
  144. }
  145.  
  146. "CZ75 / 57"
  147. {
  148. "hotkey" "2"
  149. "label" "CZ75"
  150. "cmd" "BUY TEC9; BUY 57"
  151. }
  152.  
  153. "AK / M4"
  154. {
  155. "hotkey" "3"
  156. "label" "AK / M4"
  157. "cmd" "buy m4a1; buy ak47"
  158. }
  159.  
  160. "AWP"
  161. {
  162. "hotkey" "4"
  163. "label" "AWP"
  164. "cmd" "BUY AWP"
  165. }
  166.  
  167. "AUTO"
  168. {
  169. "hotkey" "5"
  170. "label" "AUTO"
  171. "cmd" "BUY SCAR20; BUY g3sg1"
  172. }
  173.  
  174. }
  175. }
  176. }
  177. }
Advertisement
Add Comment
Please, Sign In to add comment