Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover

IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games.

View Poll Results: When will the next beta patch be released?
thursday!!! 1 0.74%
this friday 18 13.24%
during next week 15 11.03%
during the week after the next week 12 8.82%
in three weeks 9 6.62%
after a month 12 8.82%
two months 2 1.47%
three months 5 3.68%
this year, hopefully.. 20 14.71%
in two weeks 42 30.88%
Voters: 136. You may not vote on this poll

Closed Thread
 
Thread Tools Display Modes
  #441  
Old 11-14-2011, 04:24 PM
Tree_UK
Guest
 
Posts: n/a
Default

Strange how the bad code only happened after release, in development it was the new simulation benchmark.
  #442  
Old 11-14-2011, 04:32 PM
nearmiss nearmiss is offline
Global Moderator
 
Join Date: Dec 2007
Posts: 1,687
Thumbs up

Before you work yourselves into a frenzy

Bad code, just a poor choice of words.

As the development team is working on the application, any programmer will tell you that as you continue to work with the code you often find newer and better ways to do things. Often you pick up on things that can make a significant boost in speed, etc. It isn't always a best choice to make those changes, because what you improve in one part of the code almost always affects code in other places.

Don't hang on Luthier's words and try to make something sinister about them.

Everyone was clamouring for an update, and Luthier made one. Maybe it wasn't what you wanted to read, but he made an effort.

The dev team enjoyed to give us the last patch, and I'm sure they are looking forward to releasing another that will fix and make the COD better for more users.

Last edited by nearmiss; 11-14-2011 at 04:44 PM.
  #443  
Old 11-14-2011, 04:50 PM
Vengeanze Vengeanze is offline
Approved Member
 
Join Date: Apr 2011
Location: Stockholm
Posts: 837
Default

Quote:
New 3D engine – Latest-gen graphics engine
Quote:
Originally Posted by luthier View Post
...The crashes are caused by an old graphics bug that’s been in the game all year...Since we are in the process of seriously overhauling graphics...It got thrown out with a lot of other bad code...
I appreciate the update and all and love the game to bits (can't play it right now though due to low fps) and are eternally grateful for what the IL-2 series have given me but why a seriously overhauling of graphics when it says Latest-gen graphics engine on the box that I bought 8 months ago??

Wait, AoA will probably have a great answer to that!
  #444  
Old 11-14-2011, 06:42 PM
JG52Uther's Avatar
JG52Uther JG52Uther is offline
Approved Member
 
Join Date: Oct 2007
Location: UK
Posts: 2,358
Default

Thats what I do when I get another launcher .exe
I took off with 4 others on Sunday, by the time I got to England I was the only one left...
  #445  
Old 11-14-2011, 08:37 PM
robtek's Avatar
robtek robtek is offline
Approved Member
 
Join Date: Oct 2007
Posts: 1,819
Default

I don't understand it, we get news and what happens?

It brings out the worst in this forum,
__________________
Win 7/64 Ult.; Phenom II X6 1100T; ASUS Crosshair IV; 16 GB DDR3/1600 Corsair; ASUS EAH6950/2GB; Logitech G940 & the usual suspects
  #446  
Old 11-15-2011, 02:07 PM
nearmiss nearmiss is offline
Global Moderator
 
Join Date: Dec 2007
Posts: 1,687
Default

If members cannot respect the thread and resume the topic... it will be closed

I deleted a large number of nonsense postings including some of my own. The thread is diverting from the purpose.

Not blaming anyone,it is easy to get carried way in responses.
  #447  
Old 11-15-2011, 04:34 PM
ACE-OF-ACES's Avatar
ACE-OF-ACES ACE-OF-ACES is offline
Approved Member
 
Join Date: May 2010
Location: NM
Posts: 2,248
Default

Quote:
Originally Posted by Tree_UK View Post
it also meant that technically they could stick dx11 on the side of the box to mislead potential customers.
I can see by Krupi and Tree_UK's response that there is 'still' some confusion with regards to CoD being advertised as a DirectX® 11 game.

Allow me..

The root of the confusing stems from the difference between DirectX® 11 capable and DirectX® 11 API support

Where:
'capable' means the game makes use of the DirectX® 11 'feature levels'
'API support' refers to the DirectX® 11 Application Programming Interface Support


With that said the following details are provided as proof that the idea that CoD was 'advertised' as a DirectX® 11 'capable' game is a myth.

As with most things, the devil is in the details. So to fully understand the difference between between DX11 'capable' and DX11 'API support' we go to the source, in this case, Microsoft for the definition/description.

Quote:
Originally Posted by Microsoft
msdn Getting Started with DirectX Graphics
To handle the diversity of video cards in new and existing machines, Microsoft Direct3D 11 introduces the concept of feature levels. Each video card implements a certain level of Microsoft Direct3D functionality depending on the graphics processing unit (GPU) installed. In prior versions of Direct3D, you could find out the version of Direct3D the video card implemented, and then program your application accordingly. With Direct3D 11, a new paradigm is introduced called feature levels. A feature level is a well defined set of GPU functionality. For instance, the 9_1 feature level implements the functionality that was implemented in Microsoft Direct3D 9, which exposes the capabilities of shader models ps_2_x and vs_2_x, while the 11_0 feature level implements the functionality that was implemented in Direct3D 11. Now when you create a device, you can attempt to create a device for the feature level that you want to request. If the device creation works, that feature level exists, if not, the hardware does not support that feature level. You can either try to recreate a device at a lower feature level or you can choose to exit the application.
Quote:
Originally Posted by Microsoft
msdn Direct3D 11 on Downlevel Hardware (aka feature level)
Microsoft DirectX graphics provides a set of APIs that you can use to create games and other high-performance multimedia applications. DirectX graphics includes support for high-performance 2-D and 3-D graphics.

For 3-D graphics, use the Microsoft Direct3D 11 API. Even if you have Microsoft Direct3D 9-level or Microsoft Direct3D 10-level hardware, you can use the Direct3D 11API and target a feature level 9_x or feature level 10_x device.
In English, if a game developer uses the DX11-API the game can be switched to use DX9.1, DX9.2, DX9.3, DX10.0, DX10.1, or DX11.0 'feature levels' via a config file. Which is exactly what CoD does via the conf.ini file. Which was not possible, or, at least much harder to do with previous DX-APIs.

With that said, it should be clear to all now that it is possible for a game to be making use of the DX11-API, yet, be running DX10, or lower, 'feature levels'

Now that the difference between DX11 'capable' and DX11 'API support' has been explained lets take another look at the 1C and UBI 'advertising' to see if it makes more since.

First up is the 1C CoD web site, i.e.

Quote:
Originally Posted by 1C
1C IL-2 Sturmovik: Cliffs of Dover: Features
New 3D engine – Latest-gen graphics engine with DX10 and DX11 API support.
As you can see, there is no false advertising here. 1C clearly states the 3D engine has DX10 support (as in feature levels) and makes use of (supports) the DX11 API.

Next up the UBI web site, i.e.

Quote:
Originally Posted by 1C
UBI IL-2 Sturmovik: Cliffs of Dover: PC Configuration
VIDEO CARDirectX® 9.0c compliant, 512Mb Video Card (1GB DirectX® 10 recommended)
Once again, there is no false advertising here either. UBI clearly points out a DX10 compliant video card is recommended.

Hope this helps!
__________________
Theres a reason for instrumenting a plane for test..
That being a pilots's 'perception' of what is going on can be very different from what is 'actually' going on.
  #448  
Old 11-15-2011, 04:47 PM
JG52Krupi's Avatar
JG52Krupi JG52Krupi is offline
Approved Member
 
Join Date: May 2008
Posts: 3,128
Default

Yeah so I was right, there is no DX11 features in COD... thanks for clearing that up for everyone "Ace".
__________________


Quote:
Originally Posted by SiThSpAwN View Post
Its a glass half full/half empty scenario, we all know the problems, we all know what needs to be fixed it just some people focus on the water they have and some focus on the water that isnt there....
Gigabyte X58A-UD5 | Intel i7 930 | Corsair H70 | ATI 5970 | 6GB Kingston DDR3 | Intel 160GB G2 | Win 7 Ultimate 64 Bit |
MONITOR: Acer S243HL.
CASE: Thermaltake LEVEL 10.
INPUTS: KG13 Warthog, Saitek Pedals, Track IR 4.
  #449  
Old 11-15-2011, 05:00 PM
ACE-OF-ACES's Avatar
ACE-OF-ACES ACE-OF-ACES is offline
Approved Member
 
Join Date: May 2010
Location: NM
Posts: 2,248
Default

Quote:
Originally Posted by JG52Krupi View Post
Yeah so I was right, there is no DX11 features in COD... thanks for clearing that up for everyone "Ace".
Right?

Are you still under the false impression that 1C or UBI said CoD was making use of DX11 feature levels?
__________________
Theres a reason for instrumenting a plane for test..
That being a pilots's 'perception' of what is going on can be very different from what is 'actually' going on.
  #450  
Old 11-15-2011, 05:07 PM
JG52Krupi's Avatar
JG52Krupi JG52Krupi is offline
Approved Member
 
Join Date: May 2008
Posts: 3,128
Default

Quote:
Originally Posted by ACE-OF-ACES View Post
Right?

Are you still under the false impression that 1C or UBI said CoD was making use of DX11 feature levels?
Where did I say that?

I simply stated that COD has no DX11 features soooo... but you have finally admitted it ao thank you, personally I think you owe Tree an apology!
__________________


Quote:
Originally Posted by SiThSpAwN View Post
Its a glass half full/half empty scenario, we all know the problems, we all know what needs to be fixed it just some people focus on the water they have and some focus on the water that isnt there....
Gigabyte X58A-UD5 | Intel i7 930 | Corsair H70 | ATI 5970 | 6GB Kingston DDR3 | Intel 160GB G2 | Win 7 Ultimate 64 Bit |
MONITOR: Acer S243HL.
CASE: Thermaltake LEVEL 10.
INPUTS: KG13 Warthog, Saitek Pedals, Track IR 4.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:17 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.