Jump to content

Recommended Posts

Posted

Can anyone help with remapping the controls for Madden?  I have spent the better part of 2 days working on this with no results.  I have read and re-read all that I can find.  I have tried different combinations of dll and ini, and tried multiple ahk combos, netting nothing but frustration.  The game loads fine, but the closest to gaining control is using the a, b, c, and t buttons.  I need to be able to remap to my ipac arcade controller.  Ultimately, I would also like to figure out how to change the resolution to 1080p and get both players up and running.  I will definitely settle for gaining control though.  Please help if you can.  Thanks!

  • 2 months later...
Posted (edited)

 4 player has 49 way digital joystick. 1 and 2 player go to a board with with a printer type usb output. I'm just getting into creating my own cabinet. Does this board need power to it and would this be a decent board to connect to a Pi since it's got the usb connection? Any info other than the manual would be great.

 

 

 

 

 

 

Edited by saraloel
  • 6 months later...
Posted
On 09/08/2020 at 10:16 PM, garrettsmith521 said:

Can anyone help with remapping the controls for Madden?  I have spent the better part of 2 days working on this with no results.  I have read and re-read all that I can find.  I have tried different combinations of dll and ini, and tried multiple ahk combos, netting nothing but frustration.  The game loads fine, but the closest to gaining control is using the a, b, c, and t buttons.  I need to be able to remap to my ipac arcade controller.  Ultimately, I would also like to figure out how to change the resolution to 1080p and get both players up and running.  I will definitely settle for gaining control though.  Please help if you can.  Thanks!

 

Ok, I mostly don't know what I'm doing but I managed to get my Xbox arcade stick to work using AHK. I have uploaded the file here. I cannot get the start button to work in the menus but it does work in the game (you have to use key "1" to start the game from the front screen.

 

The setup maps the buttons (on an Xbox pad) as:

Yellow = A

Red = X

Blue = Y

Green = RB

White = Start

 

The directions are mapped to the left analogue stick.

 

To get it to work, run Arcade.ahk and then run Madden Launcher v7.exe as usual. I have only mapped buttons for P1. Let me know how you get on but it seems to be working for me. If you're wondering why the layout is so weird it is because I use an arcade stick rather than an actual pad.

 

Arcade.ahk

Posted

Ok, I have updated the AHK as it was acting as a 4-way joystick. It now will act as an 8 way stick so you can use diagonals.

 

The button layout is the same as above but you can edit these in the script if you want them assigned to other buttons.

 

You do need to check which ID your pad has and change it to match in the script (my pad ID is input 1) for it to work. Now I am working on the P2 configuration. I have worked out some of the buttons but it changes the view whenever I do 2P start so I cannot see the sprint bar.

 

 

Arcade v2.ahk

Posted
vor 4 Stunden schrieb oddeye45:

You do need to check which ID your pad has and change it to match in the script (my pad ID is input 1) for it to work.

 

Thank you for your script :)

 

I want to change the buttons in the script to:

 

Yellow = Y

Red = B

Blue = X

Green = A

 

How can i do this? What i have to change?

Posted
1 hour ago, PolybiusExtreme said:

 

Thank you for your script :)

 

I want to change the buttons in the script to:

 

Yellow = Y

Red = B

Blue = X

Green = A

 

How can i do this? What i have to change?

In the script you will see a line that says "buttons" followed by numbers (and some letters). You need to find out which numbers each of your buttons on your Xbox pad refer to (to do this go to Windows button>Settings>Devices>Devices and Printers. Right-click on the icon that is your pad and then go to Game Controller Settings>Properties.

 

Each time you press a button it will highlight to you which "number" button it is. Then, in the script, move the letters I have put to the number button you want it to be. For clarity:

T = Yellow

A = Red

B = Blue 

C = Green

Space = White

 

So, if your Xbox controller is telling you that the Xbox A button is button number 2 and you want that Xbox button to be Green in the Madden game then you would need to change [2] to [C] in the script and change whatever [C] was back to a number (it would need to be the number that it is in the sequence.

 

Posted

Assuming the buttons on your Xbox pad are the same as mine (which they should be) then this script should work so that the colour of the Xbox buttons matches the colour of the buttons in Madden.

 

The start button on your pad should be the white button. This will only work once you have started a match or training. When in the menus, the directions will work but you will need to press the "1" button on the keyboard to start.

 

 

Arcade v2 Pad.ahk

Posted
vor 48 Minuten schrieb oddeye45:

Assuming the buttons on your Xbox pad are the same as mine (which they should be) then this script should work so that the colour of the Xbox buttons matches the colour of the buttons in Madden.

 

The start button on your pad should be the white button. This will only work once you have started a match or training. When in the menus, the directions will work but you will need to press the "1" button on the keyboard to start.

 

 

Arcade v2 Pad.ahk

 

Wow, thank you :)

I hope you get 2 player config to work

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...