Navigation

    THESHOW.COM
    Game Support My Account
    Community Forum
    • Login
    • Search
    • Categories
    • Recent
    • Unread
    • Popular
    • Dev Tracker
    1. Home
    2. je8675309
    J

    je8675309

    @je8675309

    43
    Reputation
    34
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    je8675309 Follow

    Best posts made by je8675309

    RE: Lack of Developers in the Forum

    If I were a developer I'd keep my distance from this community.

    posted in General Discussion •
    RE: Bat Skin. How about a statement by SDS

    No to activist skins.

    posted in General Discussion •
    RE: Gift me Mike Trout pleaseee!!!

    No handouts. Earn him like everyone else.

    posted in Diamond Dynasty •
    Sim to Next Appearance

    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.

    posted in Road to the Show •
    RE: If you take a day off

    Same applies to real baseball unless I didn't understand.

    posted in General Discussion •
    RE: What improvements do you want to see in RTTS for MLB The Show 21?

    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.

    posted in Road to the Show •
    RE: How do you convince yourself to play ranked?

    I haven't come back. Giving Online Rated a whirl.

    posted in General Discussion •
    RE: Player relationships & Dynamic challenges, SDS please understand this for MLB The Show '20

    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.

    posted in Road to the Show •

    Latest posts made by je8675309

    RE: Tatis Jr. angers Rangers with late grand slam

    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.

    posted in Off Topic •
    RE: What improvements do you want to see in RTTS for MLB The Show 21?

    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.

    posted in Road to the Show •
    RE: Bat Skin. How about a statement by SDS

    No to activist skins.

    posted in General Discussion •
    RE: SDS - WHEN ARE YOU GOING TO PATCH OUT THE CATCH UP MECHANIC?

    Have a quick hook.

    posted in General Discussion •
    RE: Programming baseball innings

    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;
    
    }
    

    }

    posted in General Discussion •
    Cut scenes in online rated

    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.

    posted in General Discussion •
    RE: Lack of Developers in the Forum

    If I were a developer I'd keep my distance from this community.

    posted in General Discussion •
    RE: I submitted "feedback" to SDS

    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.

    posted in Diamond Dynasty •
    RE: Reddit Poll on Pitch Speeds Post-patch

    Wow. A Reddit post that isn't a friggin meme.

    posted in General Discussion •
    RE: How do you convince yourself to play ranked?

    I haven't come back. Giving Online Rated a whirl.

    posted in General Discussion •
    Terms of Use Privacy Policy TheShow.com Community Code of Conduct MLB The Show Online Code of Conduct MLB The Show Games

    Stubs is a registered trademark or trademark of Sony Interactive Entertainment LLC.

    "PlayStation Family Mark", "PlayStation", "PS5 Logo", and "PS4 Logo" are registered trademarks or trademarks of Sony Interactive Entertainment Inc.

    Microsoft, the Xbox Sphere mark, Series X|S logo, and Xbox Series X|S are trademarks of the Microsoft group of companies.

    Nintendo Switch is a trademark of Nintendo.

    Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball. Visit MLB.com and MiLB.com. The Baseball Hall of Fame and Museum trademarks and copyrights are used with permission of the National Baseball Hall of Fame and Museum, Inc., as applicable. Visit the official website of the Hall of Fame at BaseballHall.org

    Officially Licensed Product of MLB Players, Inc. MLBPA trademarks, copyrighted works and other intellectual property rights are owned and/or held by MLBPA and may not be used without the written consent of MLBPA or MLB Players, Inc. Visit MLBPLAYERS.com, the Players Choice on the web.

    © 2023 Sony Interactive Entertainment LLC.