skyler14 Posted November 26, 2011 Share Posted November 26, 2011 (edited) This is a resource for people who want to do controller mods. So far I've compiled this list. Help getting the dpad diagonal enums would be great. Also, does anybody know if there is an enum value for the LIVE button? Up 0x0001Down 0x0002Left 0x0004Right 0x0008Start 0x0010Back 0x0020L3 0x0040R3 0x0080LB 0x0100RB 0x0200LT 0x0009RT 0x000aA 0x1000B 0x2000X 0x4000Y 0x8000DpadRight 0x0008DpadLeft 0x0004 DpadDown 0x0002 DpadUp 0x0001 im not what the enum values are for diagonal dpad input (I suspect its just the addition of 2 adjacent dpad values). Edited November 27, 2011 by skyler14 Link to comment Share on other sites More sharing options...
Waldkoenig Posted November 26, 2011 Share Posted November 26, 2011 (edited) As far as I know the LIVE-Button is only accessible in some GamesForWindows-Games and only because of some trickery from Microsoft... The directions for the enum values of the d-pad are:0x0008 Right0x0004 Left0x0002 Down0x0001 Up Your enum values for LT and RT are right, btw :) /shameless plugMost of this stuff I learned while making my "Better Xbox360 Controller" -Addon. Edited November 26, 2011 by Waldkoenig Link to comment Share on other sites More sharing options...
skyler14 Posted November 27, 2011 Author Share Posted November 27, 2011 (edited) Are the diagonal values just the addition of two a vertical and horizontal dpad or do they have their own unique values? Edit: I forgot about the left and right sticks. Edited November 27, 2011 by skyler14 Link to comment Share on other sites More sharing options...
Waldkoenig Posted November 27, 2011 Share Posted November 27, 2011 Well, in the controlmap.txt you add the values together but it's not an addition :) You'd write 0x0004+0x0002 for Left-Down. 0x0006 wouldn't work. Link to comment Share on other sites More sharing options...
skyler14 Posted November 27, 2011 Author Share Posted November 27, 2011 Well, in the controlmap.txt you add the values together but it's not an addition :) You'd write 0x0004+0x0002 for Left-Down. 0x0006 wouldn't work. yea, i knowbtw, is there anyway to have more than 8 favorites yet or do we need need to wait for the creation kit to come out. Link to comment Share on other sites More sharing options...
Recommended Posts