Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "RadioPanel.txt"
- //-----------------------------------------------------------------------------------------------
- // Author: /u/NanashiSC
- // Version: 2020-05-22 (for updates, go visit pastebin.com/X5x8VJu")
- //-----------------------------------------------------------------------------------------------
- //#Instructions
- // 1. Open up "Steam\steamapps\common\Counter-Strike Global Offensive\csgo\resource\ui"
- // 2. Replace the radiopanel.txt file with the new file (it's recommended to take a backup first)
- // 3. Bind Keys
- // bind KEY radio //multiplayer menu
- // bind KEY radio1 //training menu
- // bind KEY radio2 //bot menu
- // 4. Start/Restart Game
- //-----------------------------------------------------------------------------------------------
- {
- //"SFUI_StandardRadio"
- //"SFUI_GroupRadio"
- //"SFUI_ReportRadio"
- "Groups"
- {
- "standard"
- {
- "hotkey" "1"
- "title" "Radio Menu"
- "timeout" "5"
- "Commands"
- {
- "enemyspotted"
- {
- "hotkey" "1"
- "label" "Enemy spotted"
- "cmd" "enemyspot"
- }
- "needbackup"
- {
- "hotkey" "2"
- "label" "I Need Backup"
- "cmd" "needbackup"
- }
- "fallback"
- {
- "hotkey" "3"
- "label" "Stick Together"
- "cmd" "sticktog"
- }
- "regroup"
- {
- "hotkey" "4"
- "label" "Regroup"
- "cmd" "regroup"
- }
- "gogogo"
- {
- "hotkey" "5"
- "label" "Go! Go! Go!"
- "cmd" "go"
- }
- "botfollowme"
- {
- "hotkey" "6"
- "label" "BOT Follow Me"
- "cmd" "followme"
- }
- "botholdpos"
- {
- "hotkey" "7"
- "label" "BOT Hold This Position"
- "cmd" "holdpos"
- }
- "askfordrop"
- {
- "hotkey" "8"
- "label" "Drop Me Please"
- "cmd" "needwep; say_team Can somebody drop me please : )"
- }
- "thanks"
- {
- "hotkey" "9"
- "label" "Thanks <3"
- "cmd" "thanks; say_team Thank you <3"
- }
- }
- }
- "server_training"
- {
- "hotkey" "2"
- "title" "Training Menu"
- "timeout" "10"
- "Commands"
- {
- "Toggle Noclip"
- {
- "hotkey" "1"
- "label" "Toggle Noclip"
- "cmd" "sv_cheats 1; noclip"
- }
- "Toggle Godmode"
- {
- "hotkey" "2"
- "label" "Toggle Godmode"
- "cmd" "sv_cheats 1; god"
- }
- "Restart Game"
- {
- "hotkey" "3"
- "label" "Restart Game"
- "cmd" "mp_restartgame 1; mp_warmup_end; bot_stop 0"
- }
- "Impact & Trajectory (ON)"
- {
- "hotkey" "4"
- "label" "Impact & Trajectory (ON)"
- "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"
- }
- "Impact & Trajectory (OFF)"
- {
- "hotkey" "5"
- "label" "Impact & Trajectory (OFF)"
- "cmd" "say_team Impact & Trajectory (OFF); sv_grenade_trajectory 0; sv_grenade_trajectory_time 10; sv_showimpacts 0; sv_showimpacts_time 5"
- }
- "Clip Brushes (ON)"
- {
- "hotkey" "6"
- "label" "Clip Brushes (ON)"
- "cmd" "sv_cheats 1; r_drawclipbrushes 2"
- }
- "Clip Brushes (OFF)"
- {
- "hotkey" "7"
- "label" "Clip Brushes (OFF)"
- "cmd" "r_drawclipbrushes 0"
- }
- "Enable Training"
- {
- "hotkey" "8"
- "label" "Enable Training"
- "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"
- }
- }
- }
- "server_bot"
- {
- "hotkey" "3"
- "title" "Bot Menu"
- "timeout" "10"
- "Commands"
- {
- "Add Bot (CT)"
- {
- "hotkey" "1"
- "label" "Add Bot (CT)"
- "cmd" "bot_add_ct"
- }
- "Add Bot (T)"
- {
- "hotkey" "2"
- "label" "Add Bot (T)"
- "cmd" "bot_add_t"
- }
- "Bot Place"
- {
- "hotkey" "3"
- "label" "Bot Place"
- "cmd" "bot_stop 1; bot_place"
- }
- "Bot Crouch (ON)"
- {
- "hotkey" "4"
- "label" "Bot Crouch (ON)"
- "cmd" "bot_crouch 1"
- }
- "Bot Crouch (OFF)"
- {
- "hotkey" "5"
- "label" "Bot Crouch (OFF)"
- "cmd" "bot_crouch 0"
- }
- "Bot Mimic (ON)"
- {
- "hotkey" "6"
- "label" "Bot Mimic (ON)"
- "cmd" "bot_mimic_yaw_offset 0; bot_mimic 1"
- }
- "Bot Mimic (OFF)"
- {
- "hotkey" "7"
- "label" "Bot Mimic (OFF)"
- "cmd" "bot_mimic_yaw_offset 0; bot_mimic 0"
- }
- "Stop all bots"
- {
- "hotkey" "8"
- "label" "Stop all bots"
- "cmd" "bot_stop 1"
- }
- "Kick all bots"
- {
- "hotkey" "9"
- "label" "Kick all bots"
- "cmd" "bot_kick"
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment