JPL03 Posted February 14, 2006 Share Posted February 14, 2006 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? Quote Link to comment Share on other sites More sharing options...
The_Cards Posted February 16, 2006 Share Posted February 16, 2006 Help i need help can someone help me i need to know how to install i keep trying the step by step thing but it dosnet work someone plz help. Quote Link to comment Share on other sites More sharing options...
JPL03 Posted February 16, 2006 Share Posted February 16, 2006 where are u getting stuck? Quote Link to comment Share on other sites More sharing options...
VanillaGorilla Posted February 16, 2006 Share Posted February 16, 2006 I've got a 360 controller, but am still having big trouble configuring it. I put that code into the config file in the MVP Baseball 2005 folder that I found in My Documents, but I still cannot set my 360 controller to that configuration, and the configuration doesn't even show up. Am I supposed to load the profile, and it will be in there, because I tried that, and it doesn't work. I also try configuring the controller myself, and I got all the baserunning, D Pad fielding (kind of an MVP NCAA feel to it) and basic hitting down, but I am still getting crazy things when I try pitching. I'll set the 360 controllers Start button as the Pitch Graph button, and it will go to my pitchers 4th or 5th pitch. This is really getting on my nerves, since I just bought the game and the controller today. Quote Link to comment Share on other sites More sharing options...
ToiletofSadness Posted February 16, 2006 Share Posted February 16, 2006 Here's the config I use with my 360 pad. I've tried to get it to mirror the PS2 layout as close as I could. Looks pretty similar to Krawitham's for the most part (other than the buttons being mapped slightly differently). profile= XBCD_XBox_Gamepad device= XBCD_XBox_Gamepad player= 1 number_of_buttons= 12 number_of_povs= 1 number_of_axis= 7 VPAD_VIRTUAL_BUTTON_START= button 10 VPAD_VIRTUAL_BUTTON_SELECT= button 9 VPAD_VIRTUAL_BUTTON_CROSS= button 1 VPAD_VIRTUAL_BUTTON_CIRCLE= button 2 VPAD_VIRTUAL_BUTTON_SQUARE= button 3 VPAD_VIRTUAL_BUTTON_TRIANGLE= button 4 VPAD_VIRTUAL_BUTTON_L1= button 5 VPAD_VIRTUAL_BUTTON_R1= button 6 VPAD_VIRTUAL_BUTTON_L2= button 7 VPAD_VIRTUAL_BUTTON_R2= button 8 VPAD_VIRTUAL_BUTTON_L3= button 11 VPAD_VIRTUAL_BUTTON_R3= button 12 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 3 VPAD_PITCH_4= button 4 VPAD_PITCH_5= button 6 VPAD_FIELD_PICK_OFF_THROW_FIRST= button 2 VPAD_FIELD_PICK_OFF_THROW_SECOND= button 4 VPAD_FIELD_PICK_OFF_THROW_THIRD= button 3 VPAD_PITCH_OUT= button 1 VPAD_THROW_BALL= button 5 VPAD_INTENTIONAL_WALK= button 12 VPAD_INTENTIONAL_HITBATTER= button 11 VPAD_PITCH_HISTORY_OPEN= button 11 VPAD_SWING_NORMAL= button 1 VPAD_SWING_BUNT= button 12 VPAD_CHARGE_MOUND= button 4 VPAD_FIELD_THROW_FIRST= button 2 VPAD_FIELD_THROW_SECOND= button 4 VPAD_FIELD_THROW_THIRD= button 3 VPAD_FIELD_THROW_HOME= button 1 VPAD_FIELD_SWITCH= button 5 VPAD_FIELD_RELAY_THROW= button 8 VPAD_FIELD_CUTOFF_THROW= button 8 VPAD_FIELD_FAKE_RUNDOWN_THROW= button 6 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 Quote Link to comment Share on other sites More sharing options...
ToiletofSadness Posted February 16, 2006 Share Posted February 16, 2006 I've got a 360 controller, but am still having big trouble configuring it. I put that code into the config file in the MVP Baseball 2005 folder that I found in My Documents, but I still cannot set my 360 controller to that configuration, and the configuration doesn't even show up. Am I supposed to load the profile, and it will be in there, because I tried that, and it doesn't work.You need to install the XBCD drivers instead of the MS ones (which, frankly, suck at this stage). Drivers: http://matt-land.com/xbcd/ Install Guide: http://xbcd360guide.50webs.com/ Quote Link to comment Share on other sites More sharing options...
krawhitham Posted February 16, 2006 Author Share Posted February 16, 2006 you have to install the MS drivers 1st then the new ones, just like I said in the walk through Quote Link to comment Share on other sites More sharing options...
VanillaGorilla Posted February 16, 2006 Share Posted February 16, 2006 I had to tweak a couple things (pitchers 5th pitch, throwing the ball to 2nd while out in the field), but for the most part, I figured it out. Now if only I could get rid of all the choppiness and frame rate stuttering... Quote Link to comment Share on other sites More sharing options...
Kissrox Posted February 18, 2006 Share Posted February 18, 2006 From Here down I'm really confused???? I don't have an MVP profile when I open. I keep making one in the game and changing the settings on the controller but everytime I go back nothing happens..... So I guess I'm saying I'm almost complete but line 17 and 18 confuse the crap out of me. Any help besides this would be great. Can anyone restate this in another way? Obviously I'm doing something wrong, I just don't know what. Step 17. Click Open and load the MVP profile. Step 18. Either add the following to you controller.cfg file, or use the one you can download Code: profile= XBCD_XBox_Gamepad device= XBCD_XBox_Gamepad player= 1 number_of_buttons= 12 number_of_povs= 1 number_of_axis= 7 VPAD_VIRTUAL_BUTTON_START= button 10 VPAD_VIRTUAL_BUTTON_SELECT= button 9 VPAD_VIRTUAL_BUTTON_CROSS= button 1 VPAD_VIRTUAL_BUTTON_CIRCLE= button 2 VPAD_VIRTUAL_BUTTON_SQUARE= button 3 VPAD_VIRTUAL_BUTTON_TRIANGLE= button 4 VPAD_VIRTUAL_BUTTON_L1= button 5 VPAD_VIRTUAL_BUTTON_R1= button 6 VPAD_VIRTUAL_BUTTON_L2= button 11 VPAD_VIRTUAL_BUTTON_R2= button 12 VPAD_VIRTUAL_BUTTON_L3= button 7 VPAD_VIRTUAL_BUTTON_R3= button 8 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 3 VPAD_PITCH_4= button 4 VPAD_PITCH_5= button 6 VPAD_FIELD_PICK_OFF_THROW_FIRST= button 2 VPAD_FIELD_PICK_OFF_THROW_SECOND= button 4 VPAD_FIELD_PICK_OFF_THROW_THIRD= button 3 VPAD_PITCH_OUT= button 1 VPAD_THROW_BALL= not_assigned -1 VPAD_INTENTIONAL_WALK= button 8 VPAD_INTENTIONAL_HITBATTER= button 7 VPAD_PITCH_HISTORY_OPEN= button 7 VPAD_SWING_NORMAL= button 1 VPAD_SWING_BUNT= button 8 VPAD_CHARGE_MOUND= button 4 VPAD_FIELD_THROW_FIRST= button 2 VPAD_FIELD_THROW_SECOND= button 4 VPAD_FIELD_THROW_THIRD= button 3 VPAD_FIELD_THROW_HOME= button 1 VPAD_FIELD_SWITCH= button 5 VPAD_FIELD_RELAY_THROW= button 6 VPAD_FIELD_CUTOFF_THROW= button 6 VPAD_FIELD_FAKE_RUNDOWN_THROW= button 5 VPAD_RUNNER_FIRST_SELECT= button 2 VPAD_RUNNER_SECOND_SELECT= button 4 VPAD_RUNNER_THIRD_SELECT= button 3 VPAD_RUNNER_RUNFIRST= pov90 1 VPAD_RUNNER_RUNSECOND= pov0 1 VPAD_RUNNER_RUNTHIRD= pov270 1 VPAD_RUNNER_RUNHOME2SCORE= pov180 1 VPAD_BASERUNNER_ADVANCEALL= button 7 VPAD_BASERUNNER_RETREATALL= button 8 Quote Link to comment Share on other sites More sharing options...
Phatferd Posted February 19, 2006 Share Posted February 19, 2006 This controller is starting to **** me off. It worked great then all of a sudden after a week it began to get screwy. All of a sudden the X and Y buttons decided to switch, but for some reason the Y button became the escape button, but I can't configure it back no matter what I do. When I am pitching and want the throw a change with say Colon, the meny pops up and I cannot throw a change, even if I manually configure the controller in MVP to do it and after I hit save it still doesn't register. I even congifured it in the XBCD utility and it says Y is button 4, however, when I select the Windows tab and hit Y it says its 3, so I have no idea. When I download the updated XP drivers it wont install the batch file, the MS-DOS screen appears and it says hit any button to continue and when I do it just closes the MS-DOS screen and doesn't do anything. When I go to update the driver in device manager and follow the steps it says there is an error. Quote Link to comment Share on other sites More sharing options...
TheMadcap Posted February 20, 2006 Share Posted February 20, 2006 How can this be reconfigured so that depressing the left joystick doesn't pause the game. I can get used to most of the other buttons (changing fielders is a bit odd) but constantly hitting timeout is getting pretty annoying. Quote Link to comment Share on other sites More sharing options...
Go Tribe Posted February 20, 2006 Share Posted February 20, 2006 Kraw, You using joytokey? I'm finding that windows won't shut down with it running - have to kill it in the systray before i can shutdown or log off. Also, when I have hit batter mapped to buttons 7 or 8 (pushing in the analog sticks), it doesn't work. Which is weird since those buttons work for viewing the pitch history Quote Link to comment Share on other sites More sharing options...
RNunez187 Posted March 3, 2006 Share Posted March 3, 2006 I've been using the 360 controller and loving it. Was wondering if there was anyway to get the vibration feature working? Quote Link to comment Share on other sites More sharing options...
TheMadcap Posted March 5, 2006 Share Posted March 5, 2006 Nunez, read Kraw's first posts and follow them exactly. Rumble feature should work no problem. Anyone have any ideas on changing the pause button? With the new datafile out I am constantly pausing my game mid slide or throw. It's messing my game up terribly. Quote Link to comment Share on other sites More sharing options...
krawhitham Posted March 5, 2006 Author Share Posted March 5, 2006 you are hitting the start button? where do you want it to be? Quote Link to comment Share on other sites More sharing options...
krawhitham Posted March 5, 2006 Author Share Posted March 5, 2006 Kraw, You using joytokey? I'm finding that windows won't shut down with it running - have to kill it in the systray before i can shutdown or log off. Also, when I have hit batter mapped to buttons 7 or 8 (pushing in the analog sticks), it doesn't work. Which is weird since those buttons work for viewing the pitch history nay I do not use it I need to get newer drivers and reconfig maybe Quote Link to comment Share on other sites More sharing options...
RNunez187 Posted March 5, 2006 Share Posted March 5, 2006 Nunez, read Kraw's first posts and follow them exactly. Rumble feature should work no problem. Anyone have any ideas on changing the pause button? With the new datafile out I am constantly pausing my game mid slide or throw. It's messing my game up terribly. Thanks for pointing that out. I had started using these back around Xmas time and didn't know there was updated info. Quote Link to comment Share on other sites More sharing options...
TheMadcap Posted March 6, 2006 Share Posted March 6, 2006 KRAW- whenever I depress the left joystick that brings up the pause menu. I would prefer it to be anywhere else since that is the stick that I use to move fielders, swing, etc. Quote Link to comment Share on other sites More sharing options...
SryNoAutographz Posted March 6, 2006 Share Posted March 6, 2006 Ok, maybe I installed the controller wrong but man is this thing a mess. My problems: 1. Left stick click = pause 2. Start button doesn't work 3. RB throws to second 4. Y throws to third 5. While pitching X brings up a roster screen Does anyone know how to get around all this, or are we all having the same problems? Kraw, is this the same problems you have? Quote Link to comment Share on other sites More sharing options...
IndigoAK Posted March 16, 2006 Share Posted March 16, 2006 This isn't working for me. I downloaded and installed exactly as directed, but nothing is responding as intended. Furthermore, upon closer examination of the controller.cfg file provided, a few of the buttons do not match up with the scheme imported into XBCD. For one, your profile has button 6 set for Relay Throw and Cutoff Throw, yet that button is acting as button 5, which is set for Fake Throw. In addition, using your profile, the triggers, left shoulder, right stick, and d-pad no longer function. I'm not exactly sure what's going on. Any help here would be appreciated... Quote Link to comment Share on other sites More sharing options...
HurricaneDavid Posted March 27, 2006 Share Posted March 27, 2006 Can this be revisited? I am also having the left stick click = pause issue. The problem seems to be that MVP is not using the controller config file I've put in the My DocumentsMVP folder, per these instructions. The button selections laid out in the config file do not match up when I go into MVP and look at my profile. Does anyone know a way to force MVP to use the config file, or know why it wouldn't be using it in the first place? Quote Link to comment Share on other sites More sharing options...
dgutierrez32 Posted April 7, 2006 Share Posted April 7, 2006 I'd like to know how if you can correctly change the config file so the lead off controls are accurate... Quote Link to comment Share on other sites More sharing options...
serdna511 Posted April 17, 2006 Share Posted April 17, 2006 I am having problems as well. Is there a way to play the game with the right controls without having to download a seperate driver? Quote Link to comment Share on other sites More sharing options...
wowthatisrandom Posted April 29, 2006 Share Posted April 29, 2006 follow what the man says everything works perfectly, including the rumble. if your having trouble, go to My Computer, Right Click / Properties, Hardware / Device Manager, remove the Xbox controller and start from scratch, dont try to add on what he says, follow his directions exactly and in order. Great work Kraw! THANKS! Quote Link to comment Share on other sites More sharing options...
Yankee4Life Posted April 29, 2006 Share Posted April 29, 2006 Say goodbye to wowthatisrandom. He's another one in the long line of duplicate accounts that have been caught. Right Bluesfan1? Oh well. You guys keep trying and this is what happens. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.