If I were a developer I'd keep my distance from this community.
Best posts made by je8675309
No handouts. Earn him like everyone else.
Not sure about anyone else but every chance I get I hit Triangle. I have no interest in seeing how the game is progressing through that busy "statcast like" screen. I just want to get to my next at-bat.
Does anyone actually watch an entire game on the bench? I accidentally chose that option. I'm glad I figured out how to get out of it.
Same applies to real baseball unless I didn't understand.
I always skip all mini games and NPC interactions. Please have an option so I'm not forced to manually skip these all the time. I don't care for challenges either but I know that's part of the player progression.
I haven't come back. Giving Online Rated a whirl.
I 100% agree. We shouldn't have to be forced to skip through these roleplaying episodes. It's a little embarrassing too because household members probably wonder what the heck I'm playing at my age.
Latest posts made by je8675309
In a friendly, like MLB The Show, I always follow unwritten rules. I'll never swing at 3-0 when I'm up big. When I was a kid this was how they played in MLB but not anymore, I guess.
I always skip all mini games and NPC interactions. Please have an option so I'm not forced to manually skip these all the time. I don't care for challenges either but I know that's part of the player progression.
I never knew I would find a discussion about baseball game development. Pretty cool.
I don't follow any structure so I by no means follow any best practices. I just keep dabbling at the code till it does what I want it do to. Here's something from a game I'm developing:
while($inning < 10 || ($inning > 9 && $homeExtraInningAtBat == false)) {
if($inning >= 9 && $hRuns > $vRuns && $inningHalf == 'bottom'){
print "End game walk off<br>";
$endOfGame = true;
...
}
if($inning > 8 && $hRuns > $vRuns){
print "End game<br>";
$endOfGame = true;
}
if($inning > 8 && $vRuns > $hRuns){
print "End game<br>";
$endOfGame = true;
$homeExtraInningAtBat = true;
}
$inningHalf = 'top';
$outs = 0;
if($endOfGame == false){
$inning = $inning + 1;
}
}
Did this aspect change? I always need to wait for my opponent to skip the cut scenes in between innings and during batter walk-up.
I imagine DD has the same issue. I haven't played DD yet this year.
If I were a developer I'd keep my distance from this community.
Your feedback was more of a question. They are probably looking for specifics.
I think one of the devs provided feedback on Twitter at one point.
Wow. A Reddit post that isn't a friggin meme.
I haven't come back. Giving Online Rated a whirl.