What game mode did the bug happen in? (Front End, RTTS, Franchise, Gameplay, Online, etc....)
RTTS
How did it happen or what did you do to trigger it? Can you recreate it?
I am the catcher for the Cincinnati Reds and I'm in a one-game playoff for the wild-card with the Mets. It's the 8th inning and I have a 6-1 lead. Runners are on 1st and 2nd and there are two men out. The guy at-bat (Sorry, but I forget his name) hits an easy, inning-ending ground ball to the shortstop. It's hit fairly sharply, and on the way to the shortstop the guy running from 2nd to 3rd gets hit by the ball. I can tell by the sound that was generated and the way the ball suddenly came back towards the pitcher's direction and slowed down. The shortstop then runs up to grab the ball and flips it to second base where the runner was already there. Everybody was called safe and the batter was credited with a base-hit. This is not correct. If a batted ball hits a base-runner before it is touched by any fielder, the runner is out. The inning should have ended right then and there. Seems like the collision detection that is implemented into the game in order to have balls hit off of the pitchers and the players does not take into account what team the player is on.
I think the code for the ball hitting a player should include a little detection about what team the player is on. Something like "If ball hits player, check if ball has hit player on team that's fielding, or if it has been in the fielding circle of a fielder. If no, check what team player that was hit by ball is on. If team = team at-bat, runner is out." Something like that.

How often can the bug be reproduced?
Don't know. This is the first time I've had it happen to me and it's not easy to reproduce.

Comment