Jump to content

JPL03

Member
  • Posts

    65
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://

JPL03's Achievements

Rookie

Rookie (3/10)

  1. where are u getting stuck?
  2. i was messing around with that contoller layout for the xbox 360 and i got the offensive layout exactly like the xbox was. however i wasnt able to get some of the pitching moves to work such as INT WALK, INT HIT BATTER, PITCHOUT and PICKOFFS i hope someone can point out what i'm doin wrong. here it is. Code: profile= XBCD_XBox_Gamepad device= XBCD_XBox_Gamepad player= 1 number_of_buttons= 24 number_of_povs= 1 number_of_axis= 7 VPAD_VIRTUAL_BUTTON_START= button 7 VPAD_VIRTUAL_BUTTON_SELECT= button 8 VPAD_VIRTUAL_BUTTON_A= button 1 VPAD_VIRTUAL_BUTTON_B= button 2 VPAD_VIRTUAL_BUTTON_X= button 4 VPAD_VIRTUAL_BUTTON_Y= button 3 VPAD_VIRTUAL_BUTTON_LB= button 5 VPAD_VIRTUAL_BUTTON_RB= button 6 VPAD_VIRTUAL_BUTTON_LT= button 11 VPAD_VIRTUAL_BUTTON_RT= button 12 VPAD_VIRTUAL_BUTTON_LEFT_THUMB_STICK= button 9 VPAD_VIRTUAL_BUTTON_RIGHT_THUMB_STICK= button 10 VPAD_VIRTUAL_BUTTON_DPAD_UP= pov0 1 VPAD_VIRTUAL_BUTTON_DPAD_DOWN= pov180 1 VPAD_VIRTUAL_BUTTON_DPAD_LEFT= pov270 1 VPAD_VIRTUAL_BUTTON_DPAD_RIGHT= pov90 1 VPAD_VIRTUAL_BUTTON_L_STICK_RIGHT= axis- 1 VPAD_VIRTUAL_BUTTON_L_STICK_LEFT= axis+ 1 VPAD_VIRTUAL_BUTTON_L_STICK_UP= axis+ 2 VPAD_VIRTUAL_BUTTON_L_STICK_DOWN= axis- 2 VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= axis+ 4 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= axis- 4 VPAD_VIRTUAL_BUTTON_R_STICK_UP= axis+ 5 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= axis- 5 VPAD_PITCH_1= button 1 VPAD_PITCH_2= button 2 VPAD_PITCH_3= button 4 VPAD_PITCH_4= button 3 VPAD_PITCH_5= button 6 VPAD_FIELD_PICK_OFF_THROW_FIRST= button 2 VPAD_FIELD_PICK_OFF_THROW_SECOND= button 3 VPAD_FIELD_PICK_OFF_THROW_THIRD= button 4 VPAD_PITCH_OUT= button 11 VPAD_THROW_BALL= not_assigned -1 VPAD_INTENTIONAL_WALK= button 12 VPAD_INTENTIONAL_HITBATTER= button 11 VPAD_PITCH_HISTORY_OPEN= button 9 VPAD_SWING_NORMAL= button 1 VPAD_SWING_BUNT= button 10 VPAD_CHARGE_MOUND= button 3 VPAD_FIELD_THROW_FIRST= button 2 VPAD_FIELD_THROW_SECOND= button 3 VPAD_FIELD_THROW_THIRD= button 4 VPAD_FIELD_THROW_HOME= button 1 VPAD_FIELD_SWITCH= button 5 VPAD_FIELD_RELAY_THROW= button 11 VPAD_FIELD_CUTOFF_THROW= button 11 VPAD_FIELD_FAKE_RUNDOWN_THROW= button 12 VPAD_RUNNER_FIRST_SELECT= button 2 VPAD_RUNNER_SECOND_SELECT= button 3 VPAD_RUNNER_THIRD_SELECT= button 4 VPAD_RUNNER_RUNFIRST= pov90 1 VPAD_RUNNER_RUNSECOND= pov0 1 VPAD_RUNNER_RUNTHIRD= pov270 1 VPAD_RUNNER_RUNHOME2SCORE= pov180 1 VPAD_BASERUNNER_ADVANCEALL= button 5 VPAD_BASERUNNER_RETREATALL= button 6 anyone have any ideas?
  3. this is a question i have also. i imagine i'll just half to mess around with the controller_cfg code to fix this. with the current config i half to use the LB button to throw to 2nd and the left thumb stick click pauses the game while i'm fielding and press to hard. other than these issues this is awsome thanks for the info.
×
×
  • Create New...