Все мы задавались вопросом: как видеть кто говорит в данный момент и прыгать по комнатам RaidCall не выходя из игры
Смотрим скриншот:
http://imageshack.us/photo/my-images/690/44753986.jpg/
[b]Для того чтобы сделать так же необходимо:
1) Открыть папку с установленным RaidCall (обычно это C:\Program Files (x86)\raidcall\flash или C:\Program Files\raidcall\flash)
2) Открыть с помощью текстового редактора config.hml
3) Снизу дописать волшебные строки:
<olConfigItem gameName = "World of Tanks" processName = "WorldOfTanks.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem>
ВАЖНО! В самом низу, не замените строку
</olConfig>
4)Перезапускаем RaidCall и в игре нажимаем shift+tab
Полностью конфиг выглядит вот так (для самых ленивых):
<?xml version="1.0" ?> <olConfig> <olConfigItem gameName = "War3" processName = "war3.exe" cursor = "" autoStart="1"> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "CrossFire" processName = "crossfire.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Battlefield Bad Company 2" processName = "BFBC2Game.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Titan Quest" processName = "Titan Quest.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Titan Quest Immortal Throne" processName = "Tqit.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Operation 7" processName = "OPERATION7.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Call Of Duty 4" processName = "iw4mp.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Call Of Duty 4 Single Player" processName = "iw4sp.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Torchlight" processName = "Torchlight.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "Warhammer Online - Age of Reckoning" processName = "war.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "HERO Online" processName = "main.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "TEN Online" processName = "TZGame.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "gta_sa" processName = "gta_sa.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "FFXIV" processName = "ffxivgame.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "League of Legends" processName = "League of Legends.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "FNOnline" processName = "Launcher.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "FNOnline" processName = "_Launcher.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> <olConfigItem gameName = "World of Tanks" processName = "WorldOfTanks.exe" cursor = ""> <olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd> </olConfigItem> </olConfig>