Counter-Strike: Global Offensive İçin Gizli Telsiz Komutları

Counter-Strike: Global Offensive İçin Gizli Telsiz Komutları

Counter-Strike: Global Offensive’in beta sürecindeyken oyuna eklenen fakat beta sürecinden sonra kullanılmayan radyo komutlarını bu rehber sayesinde kullanabilirsiniz.

Bu rehberde oyun piyasaya ilk çıktığında mevcut olan ve şu an oyun içinde halihazırda kullanılmayan telsiz komutlarını birkaç düzenleme yaparak oyuna ekleyeceğiz.

Komutlar

Öncelike bu komutlara bir göz atalım:

  • “Cover me!” Beni koruyun!
  • “Enemy down!” Düşman öldü.
  • “Taking fire, need assistance!” Ateş altındayım, destek istiyorum!
  • “Regroup team!” Takım, bir araya gelin.
  • “Get outta here, it’s gonna blow!” Oradan uzaklaşın, bomba patlayacak!
  • “Report in, team!” Takım, rapor verin.
  • “Reporting in!” Rapor veriyorum.

Komutları Oyuna Ekleme

Bunun için “bind” komutunu da kullanabiliriz. Ancak ben daha kalıcı ve sağlam olması açısından resimlerde de görüldüğü üzere telsiz komutlarına ulaştığımız Z, X ve C menülerine ekleme yaptım.

Bu eklemeleri yaparken …Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\resource|csgo_turkish.txt yolundan ilgili telsiz komutlarının kodlarını buldum ki herhangi bir dil değişikliğinde değişkenlerde hata meydana gelmesin. İngilizce dil seçeneği aktifken telsiz komutlarının türkçe olması gibi…

Ardından …Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\resource\ui\radiopanel.txt yolundaki dosyaya gerekli eklemeleri yaptım.

Dosyaya eklemeniz gereken komutlar ise şöyle:

"coverme"
{
"hotkey" "6"
"label" "#SFUI_Radio_Cover_Me"
"cmd" "coverme"
}

"report"
{
"hotkey" "7"
"label" "#SFUI_Radio_Report_In"
"cmd" "report"
}

"enemydown"
{
"hotkey" "6"
"label" "#SFUI_Radio_Enemy_Down"
"cmd" "enemydown"
}

"regroup"
{
"hotkey" "7"
"label" "#SFUI_Radio_Regroup"
"cmd" "regroup"
}
"takingfire"
{
"hotkey" "6"
"label" "#SFUI_Radio_Need_Assist"
"cmd" "takingfire"
}

"reportingin"
{
"hotkey" "7"
"label" "#SFUI_Radio_Reporting_Int"
"cmd" "reportingin"
}

"getout"
{
"hotkey" "8"
"label" "#SFUI_Radio_Shes_Gonna_Blow"
"cmd" "getout"
}

Bu kodları kendime göre düzenlediğim radiopanel.txt dosyasından aldım. Dilerseniz yukarıdaki kodları alıp istediğiniz şekilde telsiz komut menüsünü düzenleyebilirsiniz. Düzenleme yaparken hotkey komutlarının 1 ile 0 arasında bir rakam olduğuna ve aynı rakamdan iki tane olmadığına dikkat etmeniz gerekiyor.

İsterseniz aşağıdaki kodların hepsini kopyalayıp radiopanel.txt dosyasına yapıştırabilirsiniz.

"RadioPanel.txt"
{

//"SFUI_StandardRadio"
//"SFUI_GroupRadio" 
//"SFUI_ReportRadio"    
    "Groups"
    {
        "standard"
        {
            "hotkey"    "1"
            "title" "#SFUI_CommandRadio"
            "timeout"   "5"
            
            "Commands"
            {
                "go"
                {
                    "hotkey"    "1"
                    "label" "#SFUI_Radio_Go"
                    "cmd"   "go"
                }
                
                "fallback"
                {
                    "hotkey"    "2"
                    "label" "#SFUI_Radio_Fall_Back"
                    "cmd"   "fallback"
                }
                
                "sticktog"
                {
                    "hotkey"    "3"
                    "label" "#SFUI_Radio_Stick_Together"
                    "cmd"   "sticktog"
                }
                
                "holdpos"
                {
                    "hotkey"    "4"
                    "label" "#SFUI_Radio_Hold_Pos"
                    "cmd"   "holdpos"
                }
                
                "followme"
                {
                    "hotkey"    "5"
                    "label" "#SFUI_Radio_Follow"
                    "cmd"   "followme"
                }
                
                "coverme"
                {
                    "hotkey"    "6"
                    "label" "#SFUI_Radio_Cover_Me"
                    "cmd"   "coverme"
                }
                
                "report"
                {
                    "hotkey"    "7"
                    "label" "#SFUI_Radio_Report_In"
                    "cmd"   "report"
                }
            }
        }
        
        "group"
        {
            "hotkey"    "2"
            "title" "#SFUI_StandardRadio"
            "timeout"   "5"
            
            "Commands"
            {
                "roger"
                {
                    "hotkey"    "1"
                    "label" "#SFUI_Radio_Roger"
                    "cmd"   "roger"
                }
                
                "negative"
                {
                    "hotkey"    "2"
                    "label" "#SFUI_Radio_Negative"
                    "cmd"   "negative"
                }
                
                "cheer"
                {
                    "hotkey"    "3"
                    "label" "#SFUI_Radio_Cheer"
                    "cmd"   "cheer"
                }
                
                "compliment"
                {
                    "hotkey"    "4"
                    "label" "#SFUI_Radio_Compliment"
                    "cmd"   "compliment"
                }
                
                "thanks"
                {
                    "hotkey"    "5"
                    "label" "#SFUI_Radio_Thanks"
                    "cmd"   "thanks"
                }

                "enemydown"
                {
                    "hotkey"    "6"
                    "label" "#SFUI_Radio_Enemy_Down"
                    "cmd"   "enemydown"
                }
                
                "regroup"
                {
                    "hotkey"    "7"
                    "label" "#SFUI_Radio_Regroup"
                    "cmd"   "regroup"
                }
            }
        }
        
        "report"
        {
            "hotkey"    "3"
            "title" "#SFUI_ReportRadio"
            "timeout"   "5"
            
            "Commands"
            {
                "enemyspot"
                {
                    "hotkey"    "1"
                    "label" "#SFUI_Radio_Spotted"
                    "cmd"   "enemyspot"
                }
                
                "needbackup"
                {
                    "hotkey"    "2"
                    "label" "#SFUI_Radio_Need_Backup"
                    "cmd"   "needbackup"
                }
                
                "takepoint"
                {
                    "hotkey"    "3"
                    "label" "#SFUI_Radio_Take_Point"
                    "cmd"   "takepoint"
                }
                
                "sectorclear"
                {
                    "hotkey"    "4"
                    "label" "#SFUI_Radio_Sector_Clear"
                    "cmd"   "sectorclear"
                }
                
                "inposition"
                {
                    "hotkey"    "5"
                    "label" "#SFUI_Radio_In_Position"
                    "cmd"   "inposition"
                }
    
                "takingfire"
                {
                    "hotkey"    "6"
                    "label" "#SFUI_Radio_Need_Assist"
                    "cmd"   "takingfire"
                }   
                
                "reportingin"
                {
                    "hotkey"    "7"
                    "label" "#SFUI_Radio_Reporting_Int"
                    "cmd"   "reportingin"
                }

                "getout"
                {
                    "hotkey"    "8"
                    "label" "#SFUI_Radio_Shes_Gonna_Blow"
                    "cmd"   "getout"
                }

            }
        }
    }}

Alternatif Yöntem

Eğer klavyenizde komut atanmayan tuşlar varsa şu şekilde de telsiz komutlarını ekleyebilirsiniz.

Bind “key” “coverme” – Cover Me!
Bind “key” “enemydown” – Enemy Down!
Bind “key” “takingfire” – Taking Fire, Need Assistance!
Bind “key” “regroup” – Regroup Team!
Bind “key” “getout” – Get out of there, it’s gonna blow!
Bind “key” “report” – Report in, Team!
Bind “key” “reportingin” – Reporting In

Bu komutları oyuna girdiğinizde geliştirici konsolunu indirip yazmanız yeterlidir. Bu tek seferlik bir işlemdir. Her oyuna girişinizde tekrarlamanıza gerek yoktur.

Komutları kullanan arkadaşlar görüşlerini paylaşırlarsa sevinirim.

Rate this post

Paylaş

1 Cevap

  1. Şafak Taş dedi ki:

    Komutlar için teşekkürler. 🙂

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Bunlar da hoşunuza gidebilir...