Bethesda: We Can't Make Dawnguard Work On the PS3
An anonymous reader sends this quote from Geek.com:
"PS3 gamers may now never get access to the content in Skyrim's Dawnguard DLC. That's the news coming out of Bethesda via their forums. Administrator and global community lead Gstaff posted an update on the state of PS3 DLC for the game, and it's not looking great. Gstaff explains that releasing sizeable DLC is a complex issue, and it seems like for the PS3 it might be just a bit too complex. No detail is given as to what the specific problem is, but Bethesda is preparing PS3 gamers for the reality that Dawnguard, and for that matter any other Skyrim DLC, may never reach the platform. I'd like to know what the exact problem is they can't overcome, but I'd also like to know if this is a failing on Bethesda's part or a shortcoming of the PS3 architecture. Maybe Sony should pay Bethesda a visit and see what's going on."
In other Skyrim news, a mod for the game that attempted to recreate J.R.R. Tolkien's Middle Earth, has received a Cease & Desist letter from Warner Bros, causing development to stop.
The rootkit takes up too much disk space on the drive.
One way to answer that question is to ask are any other companies having problems with large DLC on the PS3?
"I use a Mac because I'm just better than you are."
With gfx, storage, cpu, mem all piling on the pressure, consoles are drowning. Eventually, devs will move back to the PC because of its more open, less limited setup - even with the headaches that brings with it.
Frankly, with steam its a good platform for devs and users. And the hardware is pretty amazing today, even in the medium PC markets, with bang for buck being quite high.
We`re all equal
"I'd like to know what the exact problem is they can't overcome[...]"
perhaps an arrow in the knee?
Yep, I'm sure it's a problem with bad programming, because good programmers never produce serious bugs, right? It's not like quality control is actually really hard, especially with large and complex software under a single unyielding deadline. Forgive me, but it seems like you've never done professional software development in your life.
Good programmers can make serious bugs, but good companies fix their products when they find them.
What unyielding deadline? These games have been out for years and they are still not fixed.
Oh noes, its hard, so we should be able to ripoff the customer with an unfinished product that we will not take a return on nor will we ever fix.
game devs like the stability of consoles and the low barrier to player entry
PCs, on the other hand, have far lower barriers to developer entry. You don't have to start by making a mobile phone game in a genre you dislike in order to get a job working hundreds miles away for five years in order to build "relevant video game industry experience" in order to qualify for a console devkit.
You don't have to be able to better yourself to state facts about flaws.
Do you think Ebert makes better movies? Do you think you should not be able to sue GM when your new car burns up in your driveway because you could not make a better one?
Skyrim is pretty much unplayable on the PS3, particular in the latter stages. I enjoyed the game but have since swapped to my PC and will no longer buy new games for the PS3... now it just sits there as a bulky blueray player. I think this is Sony's loss rather than Bethesda's downfall, imho.
It's a strange architecture. Most modern machines are symmetric-multiprocessor (SMP). That means programming is very straightforward - all the processors share the same memory space and each processor can do any work you like, so you just have to worry about the normal threading issues (race conditions, deadlocks, etc.) but it's otherwise just standard multithreaded programming.
The PS3 is not SMP - it has one main processor with 256MB of non-video RAM (a big chunk of which is reserved for the OS) and a lot of smaller coprocessors that have very limited RAM (256K). If you can fit chunks of work nicely into 256K, then the thing screams. If you cannot, then you have to do most of the work on the main processor, in less memory than is available on the Xbox360. In other words, you've gone from 6 hardware threads on the Xbox to 2 on the PS3. The combination of less general-purpose processing power and less usable main memory is a really hard problem to solve.
Now, for a lot of games, the Cell is great. Fighting games, puzzle games, art games, ARPGs, JRPGs, platformers. Any time you can offload individual character animation or rendering to the SPEs, you win. The PS3 can animate and render a whole lot more mobs in a scene than the Xbox360 can. If you have a physics calculation like waves on water or swarm movement that is easily separatable into small chunks, the PS3 is also superior.
But think about an open-world game - especially one with the sort of wide-open spaces and anyone-can-go-anywhere gameplay of Skyrim. We did open-world games and we constantly had trouble because physics and AI could interact over a long distance. We broke the world up into cells and aggressively limited the range of some computations to avoid this problem, but still, a lot had to run on the main processor because once the size of a physics calculation or a pathfind exceeded 256K, you couldn't do it on the SPEs. And believe me, pathfinding data alone in an open-world game is always going to be larger than 256K! AI in modern games is expensive, and we know that Bethesda takes their AI very seriously.
Maintaining a large, persistent world also means keeping track of lots of stuff, and that means memory. On the PC, you have practically unlimited swap and tons of main RAM, so it's not an issue. On consoles you have limited RAM and swap space and fragmentation can kill you if you dead. To be honest, I'm surprised the game runs as well as it does on the Xbox360, but again, you have more memory there and they have the ability to "steal" RAM from graphics if they need it, whereas you can't on the PS3.
So while I wish Bethesda had overcome the technical hurdles and made the game workable on the PS3, I can hardly fault them for coming up short. It's just not a platform well-suited to the type of game Skyrim is.
The PS3 only has 256 megabytes of RAM compared to the 360's 512 megabytes.
It's not as simple as that - PS3 has 256MB CPU RAM and 256MB GPU RAM, where the 360 has 512MB shared by both CPU and GPU. In real terms, the memory available is more or less equal.
No colour or religion ever stopped the bullet from a gun
The real problem here is both of those games are on console, and if they fixed the pc version they would be forced to also patch the console versions, and console patches are HUGELY expensive.
Yep, I'm sure it's a problem with bad programming, because good programmers never produce serious bugs, right? It's not like quality control is actually really hard, especially with large and complex software under a single unyielding deadline. Forgive me, but it seems like you've never done professional software development in your life.
In fairness to h4rr4r, Bethesda is notorious for releasing sprawling RPGs with absurd numbers of bugs(and not just technically challenging 3d-engine-developer-wonk stuff, bugged quests, faulty item stats, broken dialog trees, etc. are also quite common and can persist through multiple patches even after being conveniently cataloged on the assorted fan-wikis or even systematically cleaned up by 3rd-party mods...)
Software quality is definitely a hole with no bottom, into which even the smartest can fall; but Bethesda is undeniably a standout for "AAA big-budget titles from people who should know better that are crawling with bugs you can discover just by playing through once, never mind actually doing any QA".
To give you an idea, Skyrim has thousands of quests all of which can interact with each other in thousands * thousands of ways.
There's no support in Bethesda's development tools for unit testing of quests. There's no support for fuzz-testing of quests.
They don't have the tools to make a bug-free complex game, and they haven't bothered to make them.
They did however waste tons of time writing a custom BASIC-esque scripting language (which is itself incomplete and buggy) instead of just glomming-on some JS or Lua.
I used to think the problem was simply complexity, like you. Since Bethesda has released their dev tools to the public, now I'm thinking it's 90% incompetence.
Comment of the year