• 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

I was just wondering the reason behind your HR count going from 255 to 0

Scheduled Pinned Locked Moved Road to the Show
13 Posts 9 Posters 1.4k 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.
  • SuHoIcTe_XBLS Offline
    SuHoIcTe_XBLS Offline
    SuHoIcTe_XBL
    wrote on last edited by SuHoIcTe_XBL
    #1

    I was just playing MLB the show, and saw that my hr count went from 255 to 0. Is there a reason behind this, im just pretty frustrated that this happen because I had thought that I broke my game. I became hard to get the triple crown.

    broken_toy1_PSNB 1 Reply Last reply
    0
  • Easy_Duhz_It__PSNE Offline
    Easy_Duhz_It__PSNE Offline
    Easy_Duhz_It__PSN
    wrote on last edited by
    #2

    lol.....lol....w...t....f?

    SuHoIcTe_XBLS 1 Reply Last reply
    0
  • SuHoIcTe_XBLS Offline
    SuHoIcTe_XBLS Offline
    SuHoIcTe_XBL
    replied to Guest on last edited by
    #3

    @Easy_Duhz_It_ said in I was just wondering the reason behind your HR count going from 255 to 0:

    lol.....lol....w...t....f?

    Yeah, im playing on casual which kinda of makes it easy but now some of the stats are messed up which isn't helpful

    SuHoIcTe_XBLS 1 Reply Last reply
    0
  • SuHoIcTe_XBLS Offline
    SuHoIcTe_XBLS Offline
    SuHoIcTe_XBL
    replied to Guest on last edited by
    #4

    @SuHoIcTe_XBL said in I was just wondering the reason behind your HR count going from 255 to 0:

    @Easy_Duhz_It_ said in I was just wondering the reason behind your HR count going from 255 to 0:

    lol.....lol....w...t....f?

    Yeah, im playing on casual which kinda of makes it easy but now some of the stats are messed up which isn't helpful

    The thing is that it is the only stat that turned over at 255

    1 Reply Last reply
    0
  • broken_toy1_PSNB Offline
    broken_toy1_PSNB Offline
    broken_toy1_PSN
    replied to Guest on last edited by
    #5

    @SuHoIcTe_XBL said in I was just wondering the reason behind your HR count going from 255 to 0:

    I was just playing MLB the show, and saw that my hr count went from 255 to 0. Is there a reason behind this, im just pretty frustrated that this happen because I had thought that I broke my game. I became hard to get the triple crown.

    It has something to do with programming. It's been that way as far back as I can remember. Better than 64 or 128.

    1 Reply Last reply
    0
  • Hellsteeth30_XBLH Offline
    Hellsteeth30_XBLH Offline
    Hellsteeth30_XBL
    wrote on last edited by
    #6

    It's data storage, they use a single byte to retain that particular data and 255 is the most a single byte can store.

    1 byte = 8 bits.

    Somebody else would have to explain it properly but that's the "English" version.

    dap1234567890_PSND 1 Reply Last reply
    1
  • dap1234567890_PSND Offline
    dap1234567890_PSND Offline
    dap1234567890_PSN
    replied to Guest on last edited by
    #7

    @Hellsteeth30_XBL said in I was just wondering the reason behind your HR count going from 255 to 0:

    It's data storage, they use a single byte to retain that particular data and 255 is the most a single byte can store.

    1 byte = 8 bits.

    Somebody else would have to explain it properly but that's the "English" version.

    A bit has two states...1 or 0. A byte having 8 bits means it has two to the eighth power, or 256, possible states which means with one byte it can count from 0 to 255 before resetting back to 0. SDS has coded their game to count homeruns in a season into a single byte hence why hitting 256 homeruns in a seasons resets back to 0 homeruns.

    Hellsteeth30_XBLH 1 Reply Last reply
    4
  • Hellsteeth30_XBLH Offline
    Hellsteeth30_XBLH Offline
    Hellsteeth30_XBL
    replied to Guest on last edited by
    #8

    @dap1234567890 said in I was just wondering the reason behind your HR count going from 255 to 0:

    @Hellsteeth30_XBL said in I was just wondering the reason behind your HR count going from 255 to 0:

    It's data storage, they use a single byte to retain that particular data and 255 is the most a single byte can store.

    1 byte = 8 bits.

    Somebody else would have to explain it properly but that's the "English" version.

    A bit has two states...1 or 0. A byte having 8 bits means it has two to the eighth power, or 256, possible states which means with one byte it can count from 0 to 255 before resetting back to 0. SDS has coded their game to count homeruns in a season into a single byte hence why hitting 256 homeruns in a seasons resets back to 0 homeruns.

    What he said.

    1 Reply Last reply
    1
  • Red_Ted_is_back_PSNR Offline
    Red_Ted_is_back_PSNR Offline
    Red_Ted_is_back_PSN
    wrote on last edited by
    #9

    To add to the previous explanation, the ‘byte’ data type takes up the least amount of space of all of the possible numeric data types. So I guess it was chosen thinking nobody will hit more than 255 home runs. Or that it’s so unlikely that the 50% saving in storage (next size up is 2 bytes or max 65535 home runs) outweighs the inconvenience to those players that do.

    1 Reply Last reply
    0
  • ShergTheNerd_PSNS Offline
    ShergTheNerd_PSNS Offline
    ShergTheNerd_PSN
    wrote on last edited by
    #10

    Diamond Dynasty? huh? the answer is Diamond Dynasty

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

    @SuHoIcTe_XBL said in I was just wondering the reason behind your HR count going from 255 to 0:

    I was just playing MLB the show, and saw that my hr count went from 255 to 0. Is there a reason behind this,

    Y2K. Seriously.

    1 Reply Last reply
    0
  • JBDrift-K_PSNJ Offline
    JBDrift-K_PSNJ Offline
    JBDrift-K_PSN
    wrote on last edited by
    #12

    This has been a problem for years, they won't fix it, they don't even look at this forum. This whole forum is literally just a place for people to get their anger out at how lazy the developers are. The developers actually touching a computer to fix their broken game is apparently too much to ask for.

    1 Reply Last reply
    0
  • JBDrift-K_PSNJ Offline
    JBDrift-K_PSNJ Offline
    JBDrift-K_PSN
    wrote on last edited by
    #13

    The value for RBIs works completely fine, they could just change the HR value to be the same, but that would require them to do work, which they will never do.

    1 Reply Last reply
    0
  • A admin locked this topic on
  • fubar2k7_PSNF fubar2k7_PSN referenced 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.