• Categories
  • Popular
  • Dev Tracker
Skins
  • Default (The Show 25)
  • No Skin
  • The Show 23
  • Dark
  • The Show 24
  • The Show 25
Collapse
THESHOW.COM
Game Game Support Support My Account My Account

Community Forum

This game demotes aging stars to the minors

Scheduled Pinned Locked Moved General Discussion
6 Posts 4 Posters 741 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AllRise99_NSWA Offline
    AllRise99_NSWA Offline
    AllRise99_NSW
    wrote on last edited by
    #1

    In my RTTS, by the time I reached the 2030 season, I noticed on my Yankees roster that Aaron Judge was nowhere to be seen. I assumed he was traded or just simply retired. So I did a player search and found that he got demoted to Triple-A Scranton!!! In real life, this would never happen!!!

    1 Reply Last reply
    0
  • eatyum_PSNE Offline
    eatyum_PSNE Offline
    eatyum_PSN
    wrote on last edited by
    #2

    Yeah, it's not like guys like Ryan Howard and Robinson Cano went to the minors to try and improve in their old age.

    1 Reply Last reply
    1
  • SaveFarris_PSNS Offline
    SaveFarris_PSNS Offline
    SaveFarris_PSN
    wrote on last edited by
    #3

    There’s always a random former superstar bouncing around in the minors still trying to recapture the magic.

    It’s super rare for someone that reached Judge’s level to still be doing it (because if you are that good for that long, you’ve typically earned enough over your career to have to keep suffering through minor league bus rides.), but it does happen every so often. See Franco, Julio or Colon, Bartolo.

    1 Reply Last reply
    1
  • darkblue1876_PSND Offline
    darkblue1876_PSND Offline
    darkblue1876_PSN
    wrote on last edited by
    #4

    Perhaps there is some type of "code" (sorry don't know the tech language) that if a team doesn't have enough of a certain position, they will take someone that was just released and fill the slot with that before generating a new fake player name.

    1 Reply Last reply
    0
  • SaveFarris_PSNS Offline
    SaveFarris_PSNS Offline
    SaveFarris_PSN
    wrote on last edited by
    #5

    public void AssignFreeAgent(position p, team t)
    {
    string assignedFlag = ‘N’;
    for (int x; x < playerDB.count; x++)
    {
    if (playerDB[x].Active == ‘Y’)
    {
    if (PlayerDB.Position == p)
    {
    t.AssignPlayer(playerDB[x]);
    assignedFlag = ‘Y’;
    }
    }
    }
    if (assignedFlag == ‘N’)
    {
    player n = playerDB.CreateNewPlayer(p);
    t.AssignPlayer(n);
    }
    }

    darkblue1876_PSND 1 Reply Last reply
    0
  • darkblue1876_PSND Offline
    darkblue1876_PSND Offline
    darkblue1876_PSN
    replied to Guest on last edited by
    #6

    @SaveFarris_PSN said in This game demotes aging stars to the minors:

    public void AssignFreeAgent(position p, team t)
    {
    string assignedFlag = ‘N’;
    for (int x; x < playerDB.count; x++)
    {
    if (playerDB[x].Active == ‘Y’)
    {
    if (PlayerDB.Position == p)
    {
    t.AssignPlayer(playerDB[x]);
    assignedFlag = ‘Y’;
    }
    }
    }
    if (assignedFlag == ‘N’)
    {
    player n = playerDB.CreateNewPlayer(p);
    t.AssignPlayer(n);
    }
    }

    Thanks, even though I have no idea what it says. That's why I am playing the game instead of writing the code I guess.

    1 Reply Last reply
    0
  • A admin locked this topic on

X Instagram Facebook YouTube Twitch Discord TikTok
Major League Baseball Players Association Major League Baseball Sony Interactive Entertainment PlayStation Studios San Diego Studio ESRB ESRB Certificate
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.

© 2024 Sony Interactive Entertainment LLC.

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Popular
  • Dev Tracker
  • Login

  • Login or register to search.