Server based game augmentations. The transition to cloud. Really possible?

Discussion in 'Console Technology' started by Shifty Geezer, May 22, 2013.

  1. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,834
    Likes Received:
    18,634
    Location:
    The North
    By events you are referring to the levolution that occurs?

    Imo Using battlefield as a reference to why
    cloud processing doesn't work just isn't a strong reference. Each BF4 server is isolated to begin with and not all of them have processing juice to handle everything. Game code has been poor for nearly 9 months before they finally resolved everything.
     
  2. Cyan

    Cyan orange
    Legend

    Joined:
    Apr 24, 2007
    Messages:
    9,734
    Likes Received:
    3,460
  3. fehu

    Veteran

    Joined:
    Nov 15, 2006
    Messages:
    2,068
    Likes Received:
    992
    Location:
    Somewhere over the ocean
    Yeah, in the marketing department
     
    Rikimaru, hesido, Ike Turner and 3 others like this.
  4. AzBat

    AzBat Agent of the Bat
    Legend

    Joined:
    Apr 1, 2002
    Messages:
    7,749
    Likes Received:
    4,847
    Location:
    Alma, AR
    Outatime: Using Speculation to Enable Low-Latency Continuous Interaction for Mobile Cloud Gaming

    http://research.microsoft.com/apps/video/default.aspx?id=246834

    EDIT: Found a 15-page paper on tech here...

    http://www.bawakayi.com/davidchu/wp-content/uploads/downloads/2015/04/mobi085f-leeA.pdf

    and a 1-page demo paper here...

    http://www.bawakayi.com/davidchu/wp-content/uploads/downloads/2014/06/sysd32-lee.pdf

    Tommy McClain
     
    #1304 AzBat, Jun 13, 2015
    Last edited: Jun 13, 2015
  5. MfA

    MfA
    Legend

    Joined:
    Feb 6, 2002
    Messages:
    7,610
    Likes Received:
    825
    So you throw multiple times the GPU power at it, significantly increased bandwidth relative to even dumb console streaming (even with deltas you're still sending way more data) and the developer STILL has to restrict the way he designs a game (a 180 degree snap turn is going to screw things up regardless).

    Cloud rendering for gaming, as practical as always.
     
  6. turkey

    Veteran

    Joined:
    Oct 21, 2014
    Messages:
    1,112
    Likes Received:
    883
    Location:
    London
    They showed this for vr recently, this probably makes things much easier, the head cannot for example perform 180 snap turns and any game which does this jar the user sufficiently that the lag is probably acceptable for this view transition.

     
  7. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,680
    Crackdown 3 footage at Gamescom showed buildings toppling as players ran through them. Claimed 100% destructible environment running server-side on Xbox Live (Azure cloud). Hopefully they'll give some details on how they're handling latency and bandwidth. It looked pretty cool, if that's how the game actually turns out.

     
  8. ZeroEx

    Newcomer

    Joined:
    Jan 29, 2011
    Messages:
    78
    Likes Received:
    14
    I remember way back they showed the tech in action, I have no doubt that what we are seeing from Crackdown 3 is 100% real.

    However the question remains whether this is Single player or Multiplayer limited and what is the bandwidth needed to run such simulations on people's consoles.
     
  9. dcbronco

    Newcomer

    Joined:
    Jan 16, 2015
    Messages:
    36
    Likes Received:
    4
    I hope the Crackdown footage is real and believe it is. The thing that makes technology great are the leaps people didn't see coming. People thought Netflix streaming was a joke not too long ago.

    On a previous subject, I think EA might have already found a solution for the server being shutdown issue. At least on Xbox. Microsoft supposedly isn't charging developers for severs. I'm sure their fast growing corporate cloud revenue more then covers the cost of gamers cloud use. If you add that with a EA Access like service from publishers or developers the servers would always be available to those users and Microsoft charges EA a small fee. $5.99 a month and you'll be able to play your favorite games forever. Win-win-win.
     
  10. TheAlSpark

    TheAlSpark Moderator
    Moderator Legend

    Joined:
    Feb 29, 2004
    Messages:
    22,146
    Likes Received:
    8,533
    Location:
    ಠ_ಠ
    Sounds like it's MP-only.

    Would love to see a new Mechwarrior or MechAssault game with this.
     
    NRP, dcbronco and Scott_Arm like this.
  11. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,680
    100% agreement. Also a Godzilla or Ultraman type game would be great.
     
    TheAlSpark likes this.
  12. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,834
    Likes Received:
    18,634
    Location:
    The North
    [​IMG]
     
    TheAlSpark and Scott_Arm like this.
  13. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,680
    It's about time there was a new rampage. They could make it like Assassin's Creed meets Crackdown with giant creatures.
     
  14. eastmen

    Legend Subscriber

    Joined:
    Mar 17, 2008
    Messages:
    13,878
    Likes Received:
    4,727
    bandwidth shouldn't be a problem. Its multiplayer only since its an open game you'd be able to destroy partso f th eworld important to the story otherwise. A linear game would be able to feature this in single player however.
     
  15. Shifty Geezer

    Shifty Geezer uber-Troll!
    Moderator Legend

    Joined:
    Dec 7, 2004
    Messages:
    44,106
    Likes Received:
    16,898
    Location:
    Under my bridge
    Not sure this really counts as 'game augmentations' as it's an online game running from the servers. There's definitely interesting data structures being employed, but we shouldn't assume it's addressing all the issues raised when cloud enhancements were announced as it may be employing some shortcuts not needed in a server based game versus a locally enriched game that needs a complete world model on the local machine. For one thing they could use video streaming for a lot of the background graphics and limit the mesh details to the foreground.
     
  16. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,680
    "Game augmentation" would always be a client-server model. The only difference between a multi-player and single-player model is that you're syncing more clients. Regardless, it's computation on the server side. Dedicated servers are obviously not new, and they've always done some computation to track and synchronize game state. Bots have run on servers for ages as well. Doing a game world with a 100% destructible environment that's synchronized between players would be new to me. This looks far more sophisticated than Battlefield, but I guess we'll have to wait and see what the details are. I guess technically you might not call it an "augmentation", but I don't know if that's even a useful distinction. Ultimately we just want to know what types of computation are workable on the server/cloud side. THere was a lot of debate about physics because of latency and bandwidth. It'll be interesting to see how this really works, how they addressed those problems and how detailed it really is.
     
  17. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,680
    This is definitely interesting though:

    http://news.xbox.com/2015/08/gamescom-crackdown-3

    So it sounds like there is a single-player/co-op mode that won't have the same level of destruction. Most likely they do not want to dedicate those resources to a player on a 1:1 ratio, and for game design reasons.
     
    TheAlSpark likes this.
  18. hesido

    Regular

    Joined:
    Mar 28, 2004
    Messages:
    553
    Likes Received:
    85
    Designing a game with a fully destructible city with any kind of remotely sensible story is probably impossible to achieve.

    Of course, the economics of doing those calculations per client, which I had brought up here and elsewhere still stands.
     
  19. Renegade_43

    Newcomer

    Joined:
    Jul 23, 2005
    Messages:
    36
    Likes Received:
    10
    The 1:1 ratio is a key point. Many users simultaneously taking advantage of the same set of physics calculations and memory. I also don't think they are making up the 20 times performance number. The peak CPU performance is required for what instance in time? There will be long stretches where full sky scrapers are not crashing down so the resources can be scaled as needed.

    The fact that crackdown will allow you to utilize up to 20 times the CPU performance for peak instances is incredible if it works as shown. How else would any console or even high end CPU manage the order of magnitude differences moment to moment? I'm glad they have finally demonstrated that real time physics can be significantly augmented by the cloud.
     
    FarticusMaximus likes this.
  20. iroboto

    iroboto Daft Funk
    Legend Subscriber

    Joined:
    Mar 6, 2014
    Messages:
    14,834
    Likes Received:
    18,634
    Location:
    The North
    If it's anything like Azure enterprise there is a dial on how many processing cores you'd like to leverage for your jobs, I do not know if it's something you can do on the fly, though I imagine likely you can. That being said 20 times the performance amount, may work out to be only a handful of server cores when compared to the computing power of jaguar.
     
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...