How does the game sim a whole season so quickly?

Collapse

Recommended Videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • japinard
    Rookie
    • Jun 2009
    • 191

    #1

    How does the game sim a whole season so quickly?

    Does the game actually compare in each game who is pitching, who is batting, and the face off results based on stats? Or does it just make up semi reasonable stats for each player based on the number of games played?

    Stat results aren't quite what one hoped for and I didn't know of I was being too critical or if the quick sim just does a medicore job?
  • nomo17k
    Permanently Banned
    • Feb 2011
    • 5735

    #2
    Re: How does the game sim a whole season so quickly?

    Simmed game and the gameplay engines are entirely different.

    Simmed games are only simulated to per-at bat result level, unlike the gameplay where every pitch (at least in non-QC) is played out. That's why the sim engine is much faster, because it is not as elaborate as the gameplay engine.

    Both are still driven by attribute ratings, only that in gameplay user input matter as well.
    The Show CPU vs. CPU game stats: 2018,17,16,15,14,13,12,11

    Comment

    • HypoLuxa13
      MVP
      • Feb 2007
      • 1156

      #3
      Re: How does the game sim a whole season so quickly?

      Originally posted by nomo17k
      Simmed game and the gameplay engines are entirely different.

      Simmed games are only simulated to per-at bat result level, unlike the gameplay where every pitch (at least in non-QC) is played out. That's why the sim engine is much faster, because it is not as elaborate as the gameplay engine.

      Both are still driven by attribute ratings, only that in gameplay user input matter as well.
      Even if it did simulate on a pitch basis, not an at-bat bases, really it is just doing number calculations behind the scenes. Those are some of the quickest and most efficient operations in computer programming. Throw on logic decisions for checking pitcher stamina and effectiveness (IE: when to go to bullpen), and pinch hitting, intentional walk, bunting, etc. logic. And really each days' games don't take that much to simulate. From the CPU perspective.

      Disclaimer: I have no detailed knowledge of the PS4 architecture, just saying that in general, a bunch of algorithms to do math calculations is not really resource intensive in the programming world. Especially for an 8 core CPU like the PS4 has.

      Comment

      • nomo17k
        Permanently Banned
        • Feb 2011
        • 5735

        #4
        Re: How does the game sim a whole season so quickly?

        Originally posted by HypoLuxa13
        Even if it did simulate on a pitch basis, not an at-bat bases, really it is just doing number calculations behind the scenes. Those are some of the quickest and most efficient operations in computer programming. Throw on logic decisions for checking pitcher stamina and effectiveness (IE: when to go to bullpen), and pinch hitting, intentional walk, bunting, etc. logic. And really each days' games don't take that much to simulate. From the CPU perspective.

        Disclaimer: I have no detailed knowledge of the PS4 architecture, just saying that in general, a bunch of algorithms to do math calculations is not really resource intensive in the programming world. Especially for an 8 core CPU like the PS4 has.
        I believe even the gameplay could be sped up if the game doesn't have to render graphics and let the physics play out in fully detailed synchronous ways.

        A large number of simple computations will add up and become resource intensive, though. In general it is graphics that needs the most resources I think.
        The Show CPU vs. CPU game stats: 2018,17,16,15,14,13,12,11

        Comment

        Working...