So MGS4 really have uncapped framerate?
Yeah it was similar to LP2 when you look at the sky or when in small corridors it would jump to a >30 framerate.
So MGS4 really have uncapped framerate?
But i noticed it only on player's car and it was quite blurredNebula said:but F3 also reflects cars (same in Shift).
Its definitely not a case on Toscana.Limited lighting range and overblown whites
But i noticed it only on player's car and it was quite blurred
Dont know about Shift, but Dirt 2 have some awesome reflections [but environment have really heavy pop-up]
http://www.youtube.com/watch?v=32SbHdtxSrA
Welp, based on that shot, the PS3 edge indicates 540 vertical. The 360 is at a higher resolution than that (different, but not too far from 1024x600).
I'm still looking for longer stretches before I give anything more exact than that, but that's the gist of it.
Yikes! What happened?!
no bug I can see, just different positions.http://www.cynamite.de/Call-of-Duty...x-360-und-PC-798374/galerie/1457031/?fullsize
Missing self-shadow on the arm in 360's shot or a shadow bug?
I've read that unlike MW2, this game doesn't scale to 1080p with the PS3, it only scales to 720p then it's up to the TV.
Missing self-shadow on the arm in 360's shot or a shadow bug?
no bug I can see, just different positions.
from that shot no major differences between ps3+xbox360 (though big difference to pc, which will get 2% of the sales [smile] ), perhaps higher quality textures in xbox version see the cigarette packet (the guy in the back has a different color shirt I see)
Would definitely be interesting. I'm surprised by the way about Barbarians comment on main memory generally being harder to spare after all the complaints in the past about the split memory pool on the PS3 not leaving enough room for textures in graphics memory.
It really is a shame that some devs can't release their SPU usage (charts with what systems are being run within a frame, etc) information.
I would love to see the free SPU time left over or how low the number of jobs there are on the SPUs for CoD:BO! ... It seems and if this game is built to maximize all the 360's strengths and almost none of the PS3's strengths. Of course, that would yield results similar to what we see here.
I've actually had this conversation a while back with co workers. The consensus is that we made it too easy for devs to get stuff working on our console, and now it's backfiring on us by making developers lead on PS3.As is typical, it depends on the game. The simplest example is ai, what if you need a humongous data set resident in ram at all times? What do you do, compromise ai to try and implement mlaa? The simplest solution is to lead on ps3, that way you can restrict all systems to it's parameters and everything will automatically port perfectly to the other machine. For example, if your ai coder one day is all giddy about a new system he developed and he wants to demo it to everyone. One of two things happen depending on which platform he is working on:
1) He demo's it on 360. It looks great, but then he reveals that he needs 110mb reserved for his system at all time. Crap, now what do we do? It looks legit, but it simply won't work on ps3. Who in heck has 110mb dram to spare on ps3? Sorry but it needs to be paired back or scrapped.
2) He demo's it on ps3. It looks good. More memory would improve it, make it more human like, but hey we don't have more memory, and this version will automatically work on the 360. So we go with it because it's ready to go on all platforms.
Note...that's not a fictional example, but I won't give any more details than that Suffice to say that you can run out of either memory pool *very* easily. Another example, look at all the post processing that is done in today's games. You simply can't do it all on ps3 vram, the 360 version will absolutely kill it in performance. This was a major problem on very early ps3 ports, their performance was ass and a quick look was because the split buses were not being effectively used. Note, they didn't have any choice, they were totally out of the 256mb of dram on ps3 so they had to shove all the graphics work into vram. Fast forward a few years, cut back dram use, move the render targets around to the various pools of ram and look at that, an extra 9 fps! For performance reasons you have no choice but to use a chunk of that 256mb of dram as graphics ram at all times. Note...that is also not a fictional example.
Generally speaking, you want to keep all code related dram use <150mb for it to work right on ps3. If you don't you will hate life when you try to make it work. That is limiting for things like ai which love large data sets, but if your game has primitive ai then you are in luck because you will have more dram to play with for graphics use.