I own a nice Logitech Wingman GamePad USB.
Unfortunately, The Godfather: The Game (PC) doesn't support it.
So, I found this nice little thread on how to try to get unsupported controllers working in The Godfather game, by messing w/ the game's default.INI file:
http://forum.eagames.co.uk/viewtopic.php?t=21104So, how would I go about writing it up to get it going in the actual game???
Here's what someone wrote to add into the default.INI file for The Godfather, in order to get a WingMan Cordless going for that game.
;Logitech WingMan Cordless Gamepad USB, 1 POV, 5 Axes
[Logitech_WingMan_Cordless_Gamepad_USB:11:1:5]
DEVICETYPE=JOYSTICK_DEVICE
NAME="Logitech WingMan Cordless Gamepad USB"
BUTTON0=VBUTTON_RIGHT_DPAD_LEFT
BUTTON1=VBUTTON_RIGHT_DPAD_DOWN
BUTTON2=VBUTTON_RIGHT_DPAD_RIGHT
BUTTON3=VBUTTON_RIGHT_DPAD_UP
BUTTON4=VBUTTON_LEFT_TOP
BUTTON5=VBUTTON_RIGHT_TOP
BUTTON6=VBUTTON_LEFT_BOTTOM
BUTTON7=VBUTTON_RIGHT_BOTTOM
BUTTON8=VBUTTON_SELECT
BUTTON9=VBUTTON_START
BUTTON10=VBUTTON_LEFT_STICK
BUTTON11=VBUTTON_RIGHT_STICK
POV_0_NORTH=VBUTTON_LEFT_DPAD_UP
POV_0_SOUTH=VBUTTON_LEFT_DPAD_DOWN
POV_0_EAST=VBUTTON_LEFT_DPAD_RIGHT
POV_0_WEST=VBUTTON_LEFT_DPAD_LEFT
DIRECTION_X_AXIS=LJOY_X_FULL_AXIS
DIRECTION_Y_AXIS=LJOY_Y_FULL_AXIS
DIRECTION_Z_AXIS=RJOY_X_FULL_AXIS
ROTATION_Z_AXIS=RJOY_Y_FULL_AXIS
My Wingman's similar, so -- what will I change in the code to try & get the pad going on my PC???