ItalianJay Posted July 7, 2005 Share Posted July 7, 2005 Hi everybody, I'm playing with keyboard and I can't figure out how to take a lead from 1st base when trying to steal 2nd base. Can anybody help me? I know, the game is better with gamepad but I love playing with keyboard... Since now, to succesfully steal second base (not everytime..hehe) I lowered the steal delay for my team. Link to comment Share on other sites More sharing options...
pistonj92 Posted July 7, 2005 Share Posted July 7, 2005 Yeah I was trying to figure that out I threw away the manual Link to comment Share on other sites More sharing options...
HFLR Posted July 7, 2005 Share Posted July 7, 2005 youre trying to find a button to slide in second? Press Right Shift Link to comment Share on other sites More sharing options...
pistonj92 Posted July 7, 2005 Share Posted July 7, 2005 no to get a better lead Link to comment Share on other sites More sharing options...
laurengavi Posted July 7, 2005 Share Posted July 7, 2005 You can't lead with the keyboard . Link to comment Share on other sites More sharing options...
biker_jim_uk Posted July 7, 2005 Share Posted July 7, 2005 why would you throw away the manual? Can't wait to hear the reasoning! Link to comment Share on other sites More sharing options...
pistonj92 Posted July 7, 2005 Share Posted July 7, 2005 I didn't "throw it away" persay. I lost it. I don't keep track of those manuals well Link to comment Share on other sites More sharing options...
ItalianJay Posted July 7, 2005 Author Share Posted July 7, 2005 You can't lead with the keyboard . ouch! :wall: Link to comment Share on other sites More sharing options...
Lucas Posted July 7, 2005 Share Posted July 7, 2005 Keyboard sucks sometimes Link to comment Share on other sites More sharing options...
acpython1 Posted July 8, 2005 Share Posted July 8, 2005 You can use the keyboard to slide, it just requires some easy modding of the controller.cfg file in your saved games directory. Open up controller.cfg in the text editor of your choice. In controller.cfg, you may notice that the game basically binds virtual controller buttons onto the keyboard, since it was meant to be used with a controller. To enable sliding, diving, and any other right-analog stick function with the keyboard, find the following line in controller.cfg: profile= Keyboard_Profile_1 (or Keyboard_Profile_2, whichever you use) Below that, find these lines: VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_UP= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= not_assigned -1 Decide which key you wanna use, and follow the pattern used by the other keys to enter in the key you want, so in the end, you get something like this: VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= key sc_numpad9 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= key sc_numpad1 VPAD_VIRTUAL_BUTTON_R_STICK_UP= key sc_numpad7 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= key sc_numpad3 The above would bind the axes of the right stick to be at the diagonals of the normal keyboard location for the directional pad. Note that on most keyboards, you may be unable to do the diagonal slides, since they would only allow 2 or 3 keypresses at a time. I have not tested this particular mod myself, but I have successfully modded controller.cfg before, to fix the right-stick issues on my PS2 controller. To fix that ugly issue, when Up is left and Right is down and everything else is messed up too, do the following: Find the heading for your controller. In my case, it's the following: profile= USB_Joystick_____ Then, I find the same lines mentioned above: VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= axis- 3 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= axis+ 3 VPAD_VIRTUAL_BUTTON_R_STICK_UP= axis+ 4 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= axis- 4 And turn every 3 into a 4 and vice versa: VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= axis- 4 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= axis+ 4 VPAD_VIRTUAL_BUTTON_R_STICK_UP= axis+ 3 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= axis- 3 Now, my right analog stick works as intended. Up is up, right is right. Besides modding, the controller.cfg file can be used to determine what button is used as what in case you "misplaced" your manual. I hope this helps, and maybe now ItalianJay will stop hitting his head on the wall. Link to comment Share on other sites More sharing options...
ItalianJay Posted July 8, 2005 Author Share Posted July 8, 2005 Wow! thanks! I will try to edit controller.cfg :hail: Link to comment Share on other sites More sharing options...
Shef87 Posted July 10, 2005 Share Posted July 10, 2005 Umm.... :huh: Link to comment Share on other sites More sharing options...
ItalianJay Posted July 11, 2005 Author Share Posted July 11, 2005 Umm.... you're right :cry: ....still no results after editing controller.cfg file.... Link to comment Share on other sites More sharing options...
acpython1 Posted July 11, 2005 Share Posted July 11, 2005 Well, phooey. I was almost certain that would work. I don't normally use the keyboard, but I'll play around and see if I can come up with a solution. Link to comment Share on other sites More sharing options...
Atesz Posted July 12, 2005 Share Posted July 12, 2005 ItalianJay, i am playing with keyboard too, if u need a working controller.cfg, i can send it in email, i can lead from bases with pressing shift+num8 or shift+ num4 it depends which base are u on... Link to comment Share on other sites More sharing options...
acpython1 Posted July 12, 2005 Share Posted July 12, 2005 Atesz, Why don't you just upload it to the site, or post the contents here? I'm sure a lot of people would be interested in this. Especially if it works, not like the juryrigged version I attempted. BTW, even though the keyboard fixes I tried didn't work, the controller fix I posted does actually work, I have tested that thoroughly. Link to comment Share on other sites More sharing options...
Atesz Posted July 12, 2005 Share Posted July 12, 2005 profile= Keyboard_Profile_1 device= Keyboard_Profile_1 player= 1 number_of_buttons= 0 number_of_povs= 0 number_of_axis= 0 VPAD_VIRTUAL_BUTTON_START= key sc_esc VPAD_VIRTUAL_BUTTON_SELECT= key sc_divide VPAD_VIRTUAL_BUTTON_CROSS= key sc_down VPAD_VIRTUAL_BUTTON_CIRCLE= key sc_right VPAD_VIRTUAL_BUTTON_SQUARE= key sc_left VPAD_VIRTUAL_BUTTON_TRIANGLE= key sc_up VPAD_VIRTUAL_BUTTON_L1= key sc_numpad0 VPAD_VIRTUAL_BUTTON_R1= key sc_numpadenter VPAD_VIRTUAL_BUTTON_L2= key sc_add VPAD_VIRTUAL_BUTTON_R2= key sc_backslash VPAD_VIRTUAL_BUTTON_L3= key sc_pagedown VPAD_VIRTUAL_BUTTON_R3= key sc_pageup VPAD_VIRTUAL_BUTTON_DPAD_UP= key sc_numpad8 VPAD_VIRTUAL_BUTTON_DPAD_DOWN= key sc_numpad2 VPAD_VIRTUAL_BUTTON_DPAD_LEFT= key sc_numpad4 VPAD_VIRTUAL_BUTTON_DPAD_RIGHT= key sc_numpad6 VPAD_VIRTUAL_BUTTON_L_STICK_RIGHT= key sc_numpad6 VPAD_VIRTUAL_BUTTON_L_STICK_LEFT= key sc_numpad4 VPAD_VIRTUAL_BUTTON_L_STICK_UP= key sc_numpad8 VPAD_VIRTUAL_BUTTON_L_STICK_DOWN= key sc_numpad2 VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= key sc_numpad6 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= key sc_numpad4 VPAD_VIRTUAL_BUTTON_R_STICK_UP= key sc_numpad8 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= key sc_numpad2 VPAD_PITCH_1= key sc_down VPAD_PITCH_2= key sc_right VPAD_PITCH_3= key sc_left VPAD_PITCH_4= key sc_up VPAD_PITCH_5= key sc_numpadenter VPAD_FIELD_PICK_OFF_THROW_FIRST= key sc_right VPAD_FIELD_PICK_OFF_THROW_SECOND= key sc_up VPAD_FIELD_PICK_OFF_THROW_THIRD= key sc_left VPAD_PITCH_OUT= key sc_down VPAD_THROW_BALL= key sc_rctrl VPAD_INTENTIONAL_WALK= key sc_numpad9 VPAD_INTENTIONAL_HITBATTER= key sc_numpad3 VPAD_PITCH_HISTORY_OPEN= key sc_rbracket VPAD_SWING_NORMAL= key sc_rctrl VPAD_SWING_BUNT= key sc_numpad0 VPAD_CHARGE_MOUND= key sc_up VPAD_FIELD_THROW_FIRST= key sc_right VPAD_FIELD_THROW_SECOND= key sc_up VPAD_FIELD_THROW_THIRD= key sc_left VPAD_FIELD_THROW_HOME= key sc_down VPAD_FIELD_SWITCH= key sc_numpad0 VPAD_FIELD_RELAY_THROW= key sc_add VPAD_FIELD_CUTOFF_THROW= key sc_subtract VPAD_FIELD_FAKE_RUNDOWN_THROW= key sc_numpadenter VPAD_RUNNER_FIRST_SELECT= key sc_numpad6 VPAD_RUNNER_SECOND_SELECT= key sc_numpad8 VPAD_RUNNER_THIRD_SELECT= key sc_numpad4 VPAD_RUNNER_RUNFIRST= key sc_right VPAD_RUNNER_RUNSECOND= key sc_up VPAD_RUNNER_RUNTHIRD= key sc_left VPAD_RUNNER_RUNHOME2SCORE= key sc_down VPAD_BASERUNNER_ADVANCEALL= key sc_pageup VPAD_BASERUNNER_RETREATALL= key sc_pagedown my controller.cfg looks like this, with this i can slide, and i can lead from bases Link to comment Share on other sites More sharing options...
rawisalok Posted July 12, 2005 Share Posted July 12, 2005 profile= Keyboard_Profile_1 device= Keyboard_Profile_1 player= 1 number_of_buttons= 0 number_of_povs= 0 number_of_axis= 0 VPAD_VIRTUAL_BUTTON_START= key sc_esc VPAD_VIRTUAL_BUTTON_SELECT= key sc_divide VPAD_VIRTUAL_BUTTON_CROSS= key sc_down VPAD_VIRTUAL_BUTTON_CIRCLE= key sc_right VPAD_VIRTUAL_BUTTON_SQUARE= key sc_left VPAD_VIRTUAL_BUTTON_TRIANGLE= key sc_up VPAD_VIRTUAL_BUTTON_L1= key sc_numpad0 VPAD_VIRTUAL_BUTTON_R1= key sc_numpadenter VPAD_VIRTUAL_BUTTON_L2= key sc_add VPAD_VIRTUAL_BUTTON_R2= key sc_backslash VPAD_VIRTUAL_BUTTON_L3= key sc_pagedown VPAD_VIRTUAL_BUTTON_R3= key sc_pageup VPAD_VIRTUAL_BUTTON_DPAD_UP= key sc_numpad8 VPAD_VIRTUAL_BUTTON_DPAD_DOWN= key sc_numpad2 VPAD_VIRTUAL_BUTTON_DPAD_LEFT= key sc_numpad4 VPAD_VIRTUAL_BUTTON_DPAD_RIGHT= key sc_numpad6 VPAD_VIRTUAL_BUTTON_L_STICK_RIGHT= key sc_numpad6 VPAD_VIRTUAL_BUTTON_L_STICK_LEFT= key sc_numpad4 VPAD_VIRTUAL_BUTTON_L_STICK_UP= key sc_numpad8 VPAD_VIRTUAL_BUTTON_L_STICK_DOWN= key sc_numpad2 VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_UP= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= not_assigned -1 VPAD_PITCH_1= key sc_w VPAD_PITCH_2= key sc_a VPAD_PITCH_3= key sc_s VPAD_PITCH_4= key sc_d VPAD_PITCH_5= key sc_e VPAD_FIELD_PICK_OFF_THROW_FIRST= key sc_right VPAD_FIELD_PICK_OFF_THROW_SECOND= key sc_up VPAD_FIELD_PICK_OFF_THROW_THIRD= key sc_left VPAD_PITCH_OUT= key sc_down VPAD_THROW_BALL= key sc_rshift VPAD_INTENTIONAL_WALK= key sc_pageup VPAD_INTENTIONAL_HITBATTER= key sc_pagedown VPAD_PITCH_HISTORY_OPEN= key sc_lctrl VPAD_SWING_NORMAL= key sc_w VPAD_SWING_BUNT= key sc_s VPAD_CHARGE_MOUND= key sc_home VPAD_FIELD_THROW_FIRST= key sc_right VPAD_FIELD_THROW_SECOND= key sc_up VPAD_FIELD_THROW_THIRD= key sc_left VPAD_FIELD_THROW_HOME= key sc_down VPAD_FIELD_SWITCH= key sc_space VPAD_FIELD_RELAY_THROW= key sc_e VPAD_FIELD_CUTOFF_THROW= key sc_e VPAD_FIELD_FAKE_RUNDOWN_THROW= key sc_numpadenter VPAD_RUNNER_FIRST_SELECT= key sc_1 VPAD_RUNNER_SECOND_SELECT= key sc_2 VPAD_RUNNER_THIRD_SELECT= key sc_3 VPAD_RUNNER_RUNFIRST= key sc_right VPAD_RUNNER_RUNSECOND= key sc_up VPAD_RUNNER_RUNTHIRD= key sc_left VPAD_RUNNER_RUNHOME2SCORE= key sc_down VPAD_BASERUNNER_ADVANCEALL= key sc_pageup VPAD_BASERUNNER_RETREATALL= key sc_pagedown This is my config file? How would i go about leading off and sliding? Link to comment Share on other sites More sharing options...
Atesz Posted July 12, 2005 Share Posted July 12, 2005 lead: pressing shift+num8(forward), shift+num2(back) or shift+num4(forward), shift+num6(back) it depends which base are u on... slides: shift+num8, shift+num8+num4, shift+num8+num6, shift+num4, shift+num6, shift+num2 i know about these one more shift+num8 to railroad the catcher :hic: Link to comment Share on other sites More sharing options...
Atesz Posted July 12, 2005 Share Posted July 12, 2005 tell me if it works.. :huh: Link to comment Share on other sites More sharing options...
rawisalok Posted July 13, 2005 Share Posted July 13, 2005 is that usin ur config or mine? Link to comment Share on other sites More sharing options...
Valery Prikhodko Posted July 13, 2005 Share Posted July 13, 2005 rawisalok, Because VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_UP= not_assigned -1 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= not_assigned -1 You leadoff/slide not working. Change it to: VPAD_VIRTUAL_BUTTON_R_STICK_RIGHT= key sc_numpad6 VPAD_VIRTUAL_BUTTON_R_STICK_LEFT= key sc_numpad4 VPAD_VIRTUAL_BUTTON_R_STICK_UP= key sc_numpad2 VPAD_VIRTUAL_BUTTON_R_STICK_DOWN= key sc_numpad8 Use shift+numpad4 to increase leadoff and shift+numpad6 to decrease leadoff. Slide also work perfect Link to comment Share on other sites More sharing options...
rawisalok Posted July 13, 2005 Share Posted July 13, 2005 thanx guys, i can lead off now. Dunno how to do slides though Link to comment Share on other sites More sharing options...
tkrahling Posted July 13, 2005 Share Posted July 13, 2005 All that crap over a $15 dollar controller. :lmao: Link to comment Share on other sites More sharing options...
laurengavi Posted July 13, 2005 Share Posted July 13, 2005 Lol :lmao: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.