Super Meat Boy requires
xinput9_1_0.dll and
Code:
[SuperMeatBoy.exe]
Name = Super Meat Boy
HookMask = 0x00000002
added to the .GDB (HookCOM).
Call of Juarez: Gunslinger uses
xinput1_3.dll and does not require a HookMask
(tested using the demo).
Hitman: Absolution uses
xinput9_1_0.dll and does not require a HookMask.
Awesomenauts uses
xinput1_3.dll and does not require a HookMask.
Worms Revolution uses
xinput1_3.dll and requires HookCom.
Code:
[WormsRevolution.exe]
Name = Worms Revolution
HookMask = 0x00000002
--
By the way, the following games, from the "pending testing for the new hookmask system" lists:
Code:
Darksiders
Magicka
FIFA 10
already have entries in the .GDB.
--
Also,
Assassin's Creed: Revelations (
ACRSP.exe and
ACRMP.exe) is listed as
Assassin's Creed Brotherhood
Code:
[ACRSP.exe]
Name = Assassin's Creed Brotherhood
HookMask = 0x00000002
[ACRMP.exe]
Name = Assassin's Creed Brotherhood Multiplayer
HookMask = 0x00000002
and even though
Gears of War is in the
HookWT list, and Slam Bolt Scrappers is in the
Multiple HookMasks (HookCOM + Hook_DI + HookVIDPID) list, they do not have entries in the .GDB. From a Google search I'm
guessing the entries would be
Code:
[wargame-g4wlive.exe]
Name = Gears of War
HookMask = 0x01000000
and
Code:
[SBS.exe]
Name = Slam Bolt Scrappers
HookMask = 0x0000000E
but I'm not sure about the executable names as I don't have those games.