Microsoft explains Xbox One cloud gaming in an effort to justify online req


Recommended Posts

You can't cloud compute improved cloth simulation. it needs to be done fairly syncronous with the rendering. however by offloading AI And other calculations from the CPU the CPU can be used more for improved cloth simulation.

How would improved lighting be an issue though ? as I said before, only 3D graphics geeks like me would probably notice major difference between the existing Ambient occlusion fakery and proper photon maps.

I thought that's what they said, my mistake. What I meant was if the lighting was vastly superior then people would find an issue and complain about an inferior experience. I guess that would depend largely on how much better the lighting is with the cloud processing. I'm not a 3D graphics geek but I'm a fan of eye candy so I have the interest but lack the technical knowledge of the advanced stuff.

Anyway, as long as the vanilla (non-cloud assisted) experience is good, then people won't complain. However, if developers purposely make a game where the vanilla experience is worse than it should be... then that's not good. I don't want developers to make the vanilla experience inferior because of the cloud processing. Any improvements should be a bonus, not a necessity.

You have to remember consoles need to think about future not just today. So cloud processing may play a larger role in 3-5 years vs. the next 2. This was all sparked by OnLive who had tech that could make consoles obsolete by doing only cloud processing. Obviously, that didn't work out well for them because they had nothing else to offer. This is where PS4 and X1 can be successful because they have something worthwhile to sell you now and when ISPs and Internet improve, people can start to take advantage of this tech. In other words, this preempts any other console from coming out with the promise of cloud, streaming games when it's actually viable.

Also, Nvidia and AMD are heavily investing in GPU server farms as well which I'm sure will play into this long-term.

And two years later servers get shut down because that game's old, you shouldn't play those old games, stupid, you should buy new ones. *That* is a greater idea.

One has to dedicate and configure servers for specific games just like any other, I presume? As new games get released, older ones will have to move out and make way, because resources aren't infinite and free even for Microsoft, twist or turn - it's been 100% definite thus far that once not enough people are playing or a fair amount of time passes, services get shut down.

I doubt that is how it will work. Azure itself is designed to be agnostic to servers. It scales the number of servers based on workload so that when peak users hit, it automatically scales up, but when demand is low, it scales back down. So games won't be on dedicated servers. You are paying for computing time, not servers. So with stuff like Xbox Live Gold and I'm sure publisher's paying for it as well, you can keep old games running on it without much issue. Old games will actually use less computing overtime because demand will be less.

That's reducing the difference between console and PC upgrades severely, if we're going that way. On the other hand, if the processing power is about to be unlimited over time - why do I need the damn box in the first place? Why not go full cloud?

You need a box to interface with your TV first. Secondly, see my first paragraph, full cloud has already failed by OnLive because not everyone could use it and it had nothing else of value to offer. X1 and PS4 will at least have something to offer in local gaming + multimedia functions.

It should be a safe bet that developers will use the cloud on MP and MMOs first. Don't expect to see it used for SP for a ~2 years or so I'd say. It would be cool though to have a SP game like, I think someone used GTA for an example, where the world keeps on changing even when you're not playing so that when you come back to it it's not like time froze in the game. I think it'd be neat to see how they can use this for SP even more than the immediate MP benefits.

So with stuff like Xbox Live Gold and I'm sure publisher's paying for it as well

Wouldn't that get passed to end users and raise prices of games everywhere? I, for example, live in a backwater third world country where Live is not available (and probably won't be anytime soon). I won't be getting these awesome photon maps (I'm not entirely convinced that these are impossible on top-end hardware, but that's just a quick lookup) and other candy, anyway.

Anyway, I've been thinking about this offline and I'm starting to see myself how my other arguments are not holding up. The one above stays, though.

Wouldn't that get passed to end users and raise prices of games everywhere? I, for example, live in a backwater third world country where Live is not available (and probably won't be anytime soon). I won't be getting these awesome photon maps (I'm not entirely convinced that these are impossible on top-end hardware, but that's just a quick lookup) and other candy, anyway.

Anyway, I've been thinking about this offline and I'm starting to see myself how my other arguments are not holding up. The one above stays, though.

When I create a photon map for a simple scene in finalRender, it will take several minutes to do the simple preview map that's blobby and not nice and smooth. photon maps are effectively inverse raytracing with bouncing. do it in a complex scene like a full game level, with all kinds of different materials with different values of light an color absorption and bounce, and you're talking 10-20+ minutes on a high end i7 rig.

I fail to see how some people are seeing this as a bad thing?

Let's face it, if this isn't in the upcoming Playstation (or any other console for that matter) it soon enough will be.

It won't be at the detriment of those not playing online, after all they'll still get a top notch game, but it will be at a benefit to those playing while online.

MS have pulled an awesome move here and if it is what i think it is, they've basically semi-future-proofed the Xbox One!

When I create a photon map for a simple scene in finalRender, it will take several minutes to do the simple preview map that's blobby and not nice and smooth. photon maps are effectively inverse raytracing with bouncing. do it in a complex scene like a full game level, with all kinds of different materials with different values of light an color absorption and bounce, and you're talking 10-20+ minutes on a high end i7 rig.

That's 20+ minutes with GPU executing things? My head's already exploded while finding some whitepapers about this, though...

That's 20+ minutes with GPU executing things? My head's already exploded while finding some whitepapers about this, though...

traditionally this type of rendering is done with the cpu, the ambient occlusion you use in games today is based on a simplified version of this though it cheats a lot. hence why some shadows in corners get weird and blobby.

Effectively every light source on the room sends out light particles that bounce around untill a predetermined amount of bounces or they're out of energy or below an energy threshold. unless it's a high powered light(ie sun) 2-3 bounces is usually enough, depends on the colors it bounces of rom and how reflective the surface is as well of course. This goes up a degree on complexity when you add in area lights. and area lights is primarily why you use this technology. from HDR skyboxes where the whole skybox send out lights to computers screens and fluorescent tubes. at this point you'e not lnger sending particles form a single point, but from the whole surface of the object in question.

GPU's should be able to help with this due to their parallel nature. it's still extremely heavy calculations though. and the map needs to be updated every time something changed in the enviroment, meaning you would take over the entire processing power of the GPU for several minutes in a best case scenario, increasing loading time a lot, and you'd either break the light map with destructible environments, or have to freeze the game every time something changes.

I don't believe even the clouds are powerful enough for this exact technology then. The sheer power of the cloud would be offset by thousands of gamers playing AAA games where this might be used, at any given time. In time, definitely, but not at the moment.

Anyway, another argument of mine reduced to ashes, I can roam elsewhere. Thanks.

I don't believe even the clouds are powerful enough for this exact technology then. The sheer power of the cloud would be offset by thousands of gamers playing AAA games where this might be used, at any given time. In time, definitely, but not at the moment.

Anyway, another argument of mine reduced to ashes, I can roam elsewhere. Thanks.

Nah, the cloud will be able to handle this very well. the cloud has far more computing power available in the server clusters than some GPU's. Hence why the cloud would render the photon map in seconds, instead of minutes or tens of minutes. and since the photon map only needs to be updated on new leverl loads or certain intervals on the level. those thousands of gamers aren't going to all be calculating new photon maps at the same time.

This topic is now closed to further replies.
  • Posts

    • Flameshot 14.0 Final by Razvan Serea Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. Using Flameshot is as simple as launching, dragging the selection box to cover the area you want to capture, making annotations as needed in on-screen and saving the shot to your computer, all with a very simple and straightforward interface. Flameshot allows users to simply upload their screenshots directly to the cloud in order to easily share it with others. You can upload your image directly to Imgur with a single click and share the URL with others. In-app screenshot editing - You can choose to add an arrow mark, highlight text, blur a section (blur or pixelate an area), add a text, draw something, add a rectangular/circular shaped border, add an incrementing counter number, and add a solid color box with Flameshot's built-in editing tools. Command-line interface (CLI) - Flameshot has several commands you can use in the terminal without launching the GUI via a command line interface. The command line interface lets you script Flameshot and use it as the subject of key binds. Flameshot 14.0 release notes: This release brings major improvements to multi-monitor support, fractional scaling support, new capture workflows, and a long list of bug fixes across all platforms. Changelog: New Multi-Monitor Capture Workflow New monitor selection screen before capture for better multi-monitor and mixed-scaling support. Option to auto-capture the monitor under the cursor (X11 & Windows). Tray menu can directly select a monitor. Linux Improvements XDG Desktop Portal is now the primary screenshot method. Added legacy X11 fallback option for minimal window managers. New D-Bus capture API for scripting and automation. Windows Enhancements Global screenshot hotkeys now supported (not limited to Print Screen). New portable mode stores settings next to the executable. Clipboard now always uses PNG format for better compatibility. CLI & Platform Updates Redesigned flameshot screen command with per-monitor capture support. Added native Nix Flake support. More compact launcher UI and improved update notifications. Major Fixes Multiple Wayland stability fixes, including KDE Plasma crash fixes. Clipboard compatibility improvements for GNOME, Wayland, X11, Windows, and macOS. Fixed D-Bus hangs, capture crashes, and HiDPI region issues. Other Changes Dropped Ubuntu 20.04 (Focal) support. Updated translations and build infrastructure. Intel macOS builds are no longer provided. [full release notes] Download: Flameshot 14.0 | 18.1 MB (Open Source) Download: Flameshot Portable | 53.0 MB Links: Flameshot Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Helium Browser 0.13.4.1 by Razvan Serea Helium is a private, fast, and honest Chromium-based web browser — built for people, with love. It offers the best privacy by default, unbiased ad-blocking, and a clean experience free from bloat and noise. Proudly based on Ungoogled-Chromium, Helium removes Google’s clutter while keeping a fast, efficient development pipeline. With thoughtful touches like native !bangs and split view, Helium is a people-first, fully open-source browser that puts control back in your hands. Privacy, security, and control come first. Ads, trackers, and third-party cookies are blocked automatically, HTTPS is enforced everywhere, and all Chromium extensions work seamlessly — while Google can’t track your activity. Helium’s 13,000+ offline-ready !bangs let you jump straight to sites or AI tools like ChatGPT instantly. Open-source, people-first, and unbiased, Helium delivers a browsing experience that’s fast, secure, and free from noise, ads, and compromises. Helium Browser key features: Performance Fast, efficient, and lightweight — built on Chromium’s optimized engine. Energy-saving and consistent — stays fast over time without slowing down. No bloat — stripped of unnecessary components for maximum speed. Minimalist interface — compact, clean, and distraction-free. Customizable toolbar — hide elements you don’t need. Smooth and stable — no flicker, lag, or animation glitches. Comfort-focused experience — intuitive and unobtrusive. Privacy & Security Best privacy by default — blocks ads, trackers, phishing, and third-party cookies. Unbiased ad-blocking — powered by community filters and uBlock Origin. No telemetry or analytics — zero background web requests on first launch. Strict HTTPS enforcement — warns for insecure sites. Passkeys supported — modern authentication made simple. No built-in password manager or cloud sync — your data stays yours. Extension Compatibility Full Chromium extension support — including MV2 extensions. Anonymized Chrome Web Store requests — Google can’t track extension installs. Extended MV2 support — maintained for as long as possible. Smart Features Native !bangs — browse faster using 13,000+ offline-ready shortcuts. AI integration — use !chatgpt and others directly from the address bar. Offline functionality — bangs work without an Internet connection. Philosophy People-first design — open source, transparent, and community-driven. No ads, no noise, no bias — privacy and honesty over profit. Helium Browser 0.13.4.1 changelog: 0a4f1149 revision: bump to 4 (#1969) 4848de1f helium/core: enable the chromium screenshot feature (#1968) e0dec3f5 onboarding: integrate strings to i18n system (#1948) 417fa5bc i18n: fix newline parsing for onboarding 7a339b39 i18n: add foraged translations for onboarding 4f090cff i18n/generate: add handling for onboarding strings bfe48d58 i18n_apply: manually override parent grd logic for onboarding strings ab214e3c onboarding: bump in deps, wire up grdp afa6a059 helium/core: disable pdf infobar feature (#1965) eba585e7 helium/ui/vertical: fix new tab button alignment and icon size (#1964) 6ecfc9e0 helium/ui/tabs: fix horizontal tab hover background color (#1963) 3db87dc0 helium/ui/tabs: fix new tab button hover/press colors (#1962) 6bbdcc3e helium/ui: improve tab group UI in all layouts (#1961) 53deb314 helium/ui/tabs: enable tab group hover cards e93aece7 helium/ui/vertical: fix tab group appearance, prevent line overlap 629f5495 helium/ui/tabs: restore solid group header colors, enable new colors 961c962e helium/ui/tabs: move horiz tab group underline to bottom, make it thick c96deab6 merge: update to chromium 149.0.7827.155 (#1959) 36db56b4 i18n: update source.gen.json 5ce006ae patches: refresh for chromium 149.0.7827.155 b4c1ea62 merge: update ungoogled-chromium to 149.0.7827.155 4e5e8671 Update to Chromium 149.0.7827.155 08a3e7da helium/ui/layout: disable mute on collapsed vertical tabs (#1778) a0a5bbaf helium/core: simplify context menu and prevent huge widths (#1951) c4732aac devutils/i18n: add forage command (#1944) 11d16986 devutils/i18n: add an option to translate using local CLI tools (#1942) d820c3a2 i18n/prompt: tighten translation rules to prevent common errors (#1940) cf827007 Update to Chromium 149.0.7827.114 6e3d5164 Update to Chromium 149.0.7827.102 Download: Helium 64-bit | Portable 64-bit |~100.0 MB (Open Source) Download: Helium ARM64 | Portable ARM64 Links: Helium Home Page | macOS | Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      579
    2. 2
      +Edouard
      183
    3. 3
      PsYcHoKiLLa
      75
    4. 4
      Michael Scrip
      73
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!