Author Topic: Re: The Godfather: The Game (PC) -- UPDATE: Control Pad WORKS NOW!  (Read 15284 times)

Offline MysterD

  • Forum god
  • *
  • Posts: 18,049
  • OWNet 4 Eternity & Beyond
Re: The Godfather: The Game (PC) -- UPDATE: Control Pad WORKS NOW!
« on: Wednesday, October 25, 2006, 10:02:17 PM »
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=21104

So, 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.

Quote
;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???
« Last Edit: Monday, November 20, 2006, 09:37:30 PM by MysterD »

Offline gpw11

  • Gold Member
  • *
  • Posts: 7,180
Re: The Godfather: The Game (PC) -- My Control Pad Won't Work....Ummm...Help Me?
« Reply #1 on: Thursday, October 26, 2006, 06:01:39 PM »
The exact same thing? I don't know but I'm pretty sure I used to have a problem that would make the pc think one pad was another (my hammerhead ran into some problems).  I'll see if I can find it....but I don't know what it was called or where I got it.

Offline Xessive

  • Gold Member
  • *
  • Posts: 9,918
    • XSV @ deviantART
Re: The Godfather: The Game (PC) -- My Control Pad Won't Work....Ummm...Help Me?
« Reply #2 on: Thursday, October 26, 2006, 09:21:45 PM »
The only thing I can think of try removing the "Cordless" from the ini file. Make sure you Gamepad settings (in Control panel) are reading your pad correctly (which it probably is anyway).

Other than that you might be able to find a mapper app to map the keyboard commands to your controller.

Offline MysterD

  • Forum god
  • *
  • Posts: 18,049
  • OWNet 4 Eternity & Beyond
Re: The Godfather: The Game (PC) -- My Control Pad Won't Work....Ummm...Help Me?
« Reply #3 on: Friday, October 27, 2006, 05:54:46 AM »
The only thing I can think of try removing the "Cordless" from the ini file. Make sure you Gamepad settings (in Control panel) are reading your pad correctly (which it probably is anyway).
I did try that -- no dice. This is the ONLY game that supports a gamepad, in which my gamepad is not supported in their list, and my gamepad won't work.

I been playing it w/out the pad. I'm used to the controls -- namely, for driving would be the issue. The KB/mouse controls are fine -- even for driving.



Offline MysterD

  • Forum god
  • *
  • Posts: 18,049
  • OWNet 4 Eternity & Beyond
Re: The Godfather: The Game (PC) -- UPDATE: Control Pad WORKS NOW!
« Reply #4 on: Monday, November 20, 2006, 09:28:00 PM »
Okay; someone made a post here on how to get a Logitech Wingman RumblePad USB going. I tried it, adding a whole bunch of lines to the Default.INI at the end of the file. It works!

Quote from: Barnes53P
OK I got my Logitech Wingman RumblePad working by adding these lines to the Default.config

Code:
;Logitech WingMan RumblePad USB 9 buttons, 1 POV, 5 Axes
[Logitech_WingMan_RumblePad_USB:9:1:5]
DEVICETYPE=JOYSTICK_DEVICE
NAME="Logitech WingMan RumblePad USB"
BUTTON0=VBUTTON_RIGHT_DPAD_DOWN
BUTTON1=VBUTTON_RIGHT_DPAD_RIGHT
BUTTON2=VBUTTON_LEFT_STICK
BUTTON3=VBUTTON_RIGHT_DPAD_LEFT
BUTTON4=VBUTTON_RIGHT_DPAD_UP
BUTTON5=VBUTTON_RIGHT_STICK
BUTTON6=VBUTTON_LEFT_TOP
BUTTON7=VBUTTON_RIGHT_TOP
BUTTON8=VBUTTON_START
BUTTON9=VBUTTON_LEFT_BOTTOM
BUTTON10=VBUTTON_RIGHT_BOTTOM
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
ROTATION_Z_AXIS=RJOY_X_FULL_AXIS
SLIDER_0_AXIS=RJOY_Y_FULL_AXIS

Did the trick for me! Wo0t!!!