Skip to content

Instantly share code, notes, and snippets.

@madewithsalt
Created August 24, 2012 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madewithsalt/3453806 to your computer and use it in GitHub Desktop.
Save madewithsalt/3453806 to your computer and use it in GitHub Desktop.
RaidCall with GW2 Support
<?xml version="1.0" ?>
<olConfig>
<olConfigItem gameName = "Wow" processName = "wow.exe" cursor = "" autoStart="0">
<olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd>
</olConfigItem>
<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 = "Guild Wars 2" processName = "gw2.exe" cursor = "">
<olWnd flash = "XOverlayMainLoader.swf" autofit = "1"></olWnd>
</olConfigItem>
</olConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment