![]() |
|
|||||||
| Vehicle and Terrain threads Discussions about environment and vehicles in CoD |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Even the most ardent supporters of the game must concede that this is a valid concern ? For the Devs the longer they stay silent on the issue the bigger an issue this will become. Whatever the underlying problems are they should just have it out so the 'I suspect' brigade can go off and assume about something else.
If you had this in say, Wings of Prey (a game I do not own btw) many would seize on it as 'evidence' that the game was an unrealistic arcade title. CoD sells itself on fidelity. Flying through trees and Radar towers does not stack up with that. Whats wrong ?, can it be fixed in the CoD engine ?, and if so where on the fix list does it sit ?. Answer those and its done. |
|
#2
|
||||
|
||||
|
Collision detection and rendering is different matter. You can't say that if they can draw chimney smokes, they can check trees. No. When rendering is done, it cares only about what camera sees, so only data of one sector is loaded at given time, because only one camera is active at given time. This is different with tree collision checks, because there can be lots of planes on map and more than one sector has to be loaded.
Data for camera (rendering) can be loaded with delay (i.e. missing textures, effects for brief periods), but data for collision checks can't, it must be available almost instantly or simulation will lag badly. Amount of trees is huge in Channel map and this gives 2 problems: memory usage for keeping tree locations and CPU usage for finding nearby trees around some point. Once you can quickly lookup and get nearby trees, then you can give hit boxes to those trees only and do collision checks. Coordinates loaded into quadtree + heigh map could be used for lookup, but that combined with current memory usage of CoD will probably make impossible to play CoD on 32-bit OS due to memory limitation. |
|
#3
|
|||
|
|||
|
I am inclined to defer to someone who actually knows what they are talking about so far as technical and coding issues are concerned and I am sure you are correct. Surely it is the game makers art in overcomming such issues ?
Part of the challenge of flying has always been avoiding the ground and those objects attached to it but what we have here is Harry Potter and the Magic Spitfire. |
|
#4
|
|||
|
|||
|
Quote:
It is safe to say that the devs took the wrong "path" while coding the game. It may be that they know a way to solve it, but they simply cannot because the code or engine is written in a way, or written poorly so that these changes cannot be easily implemented, or implemented at all without major re-writes. It could very likely be that the person who wrote the code for a "section" or the engine has left the team as we saw bickering between x-employes a few months back. In any case in this paragraph I am guessing, and I know very little about the coding process compared to graphics design and system hardware. The above seem likely possibilities, but for me they are just guesses; however my comments on how tree collisions should be/are normally implemented are not guesses. But like said it may no longer be an option without engine rewrites. So when will dx11 be coming? |
|
#5
|
|||
|
|||
|
God knows if it ever will, when you you have the dinosaur that is DX9 still being utilised by the majority of game developers I can't see much of an uptake for it. It may be used by this game some time in the misty future but as a time frame for when ........ the man in the moon may have a better idea. It is quite likely that DX11 will die a quiet death the same way DX10 has/did. Personally I blame the consoles for the non-uptake of new technology and in my opinion the Xbox scenario was a huge mistake for Microsoft, I do hope that pc gaming will come back with a huge resurgence and flight siming as well on the back that said resurgence but I doubt it will. The consoles are effectively strangling the gaming industry in terms of technology in hardware and software.
|
|
#6
|
|||
|
|||
|
Quote:
Also DX11 offers tangible visual benefits to the gamer where DX10 did not, DX11 wont die out because in a years time new games wont support dx9 (it is too expensive to do DX9+dx10/11 or DX10+DX11, only thing that is holding dx9 around is consoles but now I believe we are moving away from the current paradigm of lowest common denominator in dx9.) Edit- today BF3 specs just came out: http://www.pcgamer.com/2011/07/08/ba...ents-revealed/ Edit/Add 2 - Crysis dx11 patch: Last edited by Heliocon; 07-13-2011 at 10:47 PM. |
|
#7
|
||||
|
||||
|
__________________
Furbs, Tree and Falstaff...The COD killers...
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|