![]() |
COD only using 1 core and 32bit???
From SIM HQ....look for the post from Sims
http://simhq.com/forum/ubbthreads.ph...3244760/7.html Can anyone else please comfirm this? If this is true how can they say COD uses a state of the art new engine?...im a bit lost for words to be honest. |
Quote:
and no 64bit support you can forget this sim then if thats the case. waiting for clarification on game engine details , if indeed this is true or false? |
IL2:COD is multithreaded. It will use more than 1 core, it is at its most efficient with 4.
32 bit currently, I believe a 64bit exe is in the works. |
Quote:
|
Quote:
it clearly shows COD running on 1 core and 32bit. |
Quote:
Also a link to an answer on ubi ref the engine itself http://forums.ubi.com/eve/forums/a/t...9/m/6751022719 |
Quote:
|
Quote:
edit; And thats included the Video RAM. |
Look guys, its a game for 2013 its not supposed to work until then. :grin::grin:
|
In the famous words of johnny Rotton, 'ever feel like you've been cheated'! :grin:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
If thats the case, what about the official system requirements?
Yea, it's getting better and better. |
This engine is not made from the scratch, it feels way too IL2'ish for that (for example, have a look at the way it commands the display of fps through console command.. exactly the same as in IL2). I'm pretty sure it's just an updated version of IL2's engine.
Maybe, if we're really lucky, we'll see a new engine with the first addon and DX11 support.. |
Where's the source of only 32bit accessibility?
|
Quote:
I think I'am having a heart attack....:shock: :confused: :? :neutral: :lol: |
Quote:
|
This is from 'Sim' over at Simhq.
Clearly shows that CLOD only runs on one core and only uses 2.6 GB of ram, oh and a 32bit launcher. http://img41.imageshack.us/img41/9666/clod.jpg http://img688.imageshack.us/img688/6...lipboard04.jpg |
Hi Sim!
taskmanager isnt good choice to get cpu usage ingame. Please try "perfmon": 1. go to start 2. type "perfmon" in "run" It will log cpu usage during gameplay. |
There should be a setting in the config settings to open up more than one core. Well, there better be or this sinks the boat.
Remember this? [rts] ProcessAffinityMask= Set it to 500. Things should get better. |
It was already confirmed that CoD is multithreading. So multiple cores are supported.
Same happened to BlackSharks-Release-Version, though. The final didn't have the software switch to utilize more than 1 core. You could still enable them manually and after a few days a patch was released. And again, world's still turning. |
Just copied this from the CoD Cnfg file posted at SimHQ....should there be a colon in front of the ProcessAffinityMask?
[rts] tickLen=30 ;ProcessAffinityMask=2 maxTimerTicksInRealTick=20 ; 0 - not use, 1 - show cursor and not capture, 2 - not show cursor, and capture mouseUse=2 ; 0 - not use, 1 - use if hardware exist joyUse=1 ; 0 - not use, 1 - use if hardware exist trackIRUse=1 DisableIME=0 culture=en-GB |
Quote:
|
|
Sven, can that be enlarged so we can see the figures?
|
I wonder if that explains many of the Russian comments regarding CPU type not making much difference compared to physical RAM and GFX card specs?
|
Sorry Tree not mine, it's from russian sukhoi.su site, but it clearly indicates that of the 6 cores only 1 is running properly, there is something wrong with multi core support, that also explains why people with dual core are getting about same results FPS wise over there.
|
this is a sad state of affairs to be discovering early on a Sunday morning...
as an aside, do some research on/ turning off Core Parking (W7 64bit users) |
Thoughts:
1) A semicolon in front disables the setting. 2) The number in front of the process affinity "should" correspond to the number of cores you want it to run on. But, it might be out of sync?? I.e., remember it can also be set to 0. So you have to experiment by restarting the game and checking the task manager each time you change the setting. Start with 0 then 1 then 2...etc up to 3 or 4. 3) I am hoping there is a setting for 64 bit in the config.ini??? I think they got a copy of it at SimQ. Will take a look in a bit. 4) Does anyone know if Open G/L is used??? I don't recall anyone mentioning this, but old IL-2 runs way better than directX...so if they really didn't change as much as they said and happen to keep Open g/l...well that might be a godsend. 5)Sound usually is fps killer. Maybe putting them at minimum settings will help and turning chatter off too. |
Feuerfalke has just posted a link that clearly states Multicore support was not a high priority during development but that CoD uses 'multi threading'. I don't understand the mechanics of this but I do find the minimum and preferred specs that were released a bit confusing given that performance on Dual core v multicore with identical Ram and GFX seems fairly similar. Best to read the interview linked in another thread byTREE UK.
Yes the Cnfg is posted at simhq no mention of OPenGL. keep an eye on their thread, they are evaluating CPU control 2.1 as a posssible means to share the load across mutliple cores based on info/results from the Russian forums. |
Quote:
Flyingbullseye |
Quote:
@flying - they used to be d9+openGL, they left open gl to do dx10 (which seems to be absent). |
Quote:
Can't wait till I can download and my copy of COD and do some testing. Cheers! |
Quote:
|
Quote:
CPUs can have more or elss unlimited threads (till memory/resources run out) - a thread is a small unit of processing block that the OS can schedule. All threads within the mutli-threaded program must share the same core - unless they are multi-process (utilizing multiple cores). See: http://en.wikipedia.org/wiki/Multith...rchitecture%29 |
Quote:
|
Quote:
Or later in the aricle this: http://en.wikipedia.org/wiki/Simulta...multithreading You are getting your definitions confused. CPU's can have multiple threads, but thats not what we are talking, because in the case of that wiki we are talking about active and innactive threads. So the cpu performs an action on a threads/process, then jumps and does another action on another thread. It is all done in a serial fashion. When we refer to cores/threads in the context here we are talking about multiple *Simulatnous* threads. Ie its running 2 threads at once. Classically each CPU can run a single thread (which then jumps from process/thread to thread completing tasks, but it happens so quickly you dont notice that it is running everything on the computer by jumping around). Now if a cpu has multiple threads like a i7 hyperthreaded or a upcoming AMD bulldozer which uses hardwarethreading (its actually routed/processed in the core differently as the threads are manufactured, not simulated) it can run 2 tasks simultaneously. For example it can still have hundreds of proccesses but now you have 2 threads/streams doing the work that 1 did previously (the 2 work both at the same time, so before it might of run: game->steam->internet explorer->OS->game->OS. But with 2 threads it might be: 1:->game->game->game->game. 2:->OS->Internet explored->OS->Steam etc. So it allows a sharing of tasks of the ability to divide tasks up in order to "focus" on a process/thread. |
I'm in school learning about things like multiprocessing and multithreading right now actually. Heliocon is closest to the truth.
Definition of a thread Quote:
Since the Clod team has stated it's multi-threaded to run on multiple cores I'll believe them (maybe there is a bug currently, I don't know why the cpu usage is only showing on 1). What functions can be run on the extra cores is the main point. If only simpler functions can be run on them you'll see only slight gains from multi-core. I've just really started coding and I can already see that getting the timing of your code and its threads to all match up so you have a smooth experience must be a huge pain. If some functions are always waiting on others you'll just grind to a halt. If you guys are willing to check out the thread article on wiki http://en.wikipedia.org/wiki/Thread_(computer_science) you might get a headache but you'll see this is not a simple thing. |
I suppose it is as same as Il2.
You should modify config.ini to allow cod to use multi-core. Correct me if anything wrong.I didn't have cod now,downloading. example. [rts] ProcessAffinityMask=15 >>15=4 core, 3=2 core |
Quote:
|
Quote:
@Tanner - What I was thinking, ironic isnt it? |
Quote:
|
Quote:
In fact Tree, with your adoption of the name 'CLOD', you seem to be displaying a real malicious side, gleefully determined to do whatever you can to pull down this game and sabotage its sales. This is the attitude you have presented from the start on these forums. Completely lacking in constructive criticism. You seem more determined to 'prove' how right you were from the very start... how this game was one big plot to steal our money, destroy the free world, etc. etc. Well here's the thing old buddy Tree: There are many of us who are looking for the positive side of this release. It is a NEW game, and YES, it has many aspects which recommend it to those in the community who simply want to enjoy flight simming. Perhaps there are issues with the game, but I would ask: What is the use in destructive attacks? Instead of applying all your energy to completely negative comments, while ignoring the many innovative aspects, (as for example, icing of the canopy in high alt clouds, complex engine controls, etc. etc.) maybe you should try phrasing your comments to point out issues, without including the destructive, hateful tone. It come as a surprise to you, but you don't get any 'points' from being the nastiest person on a given forum. Here's my final comment: If you hate the game so much, why are you here? Are you going to buy the game? If you aren't, then I would suggest you just leave. You are wasting your time and ours. |
Multicore is much more important than 64bit which probably not need at all.
|
Quote:
Too bad the game itself is so weak... |
Quote:
|
Quote:
|
Quote:
|
Quote:
Someone mentioned the use of a RAMdisk, like on the Amiga. If someone has 12 gigs of memory, he'd probably be able to copy the entire folder to that drive and still have memory left for playing. If the activation status is a problem, probably changing the drive letter solves that. It's cheaper than an SSD. |
Quote:
In a year or two I will up it to 24gb = win Considering the fact that ram prices are falling fast, and will be falling even faster for the next few months as people move to 64bit os this would be great to have. Another reason why we need 64bit exe. |
so .. no rush to buy my new rig? i can install it on my old computer and play it now!? although reiinstalling it on my new computer mightn't work?
aaarrgghh ?? He111. |
Quote:
http://simhq.com/forum/ubbthreads.ph...ml#Post3248693 |
Perfect!
Thanks! |
Quote:
And the game does run, perhaps not to your anal requirements, but its potential is obvious, and it can only get better. Look at the poll I posted, people here don't want your negative, destructive criticism, they want positive input to improve the game and solve its problems. |
Quote:
|
Quote:
|
I just want to say that this is the most ridiculous conspiracy theory yet.
1. The game engine is built from scratch. This... I don't even... I mean... Are you guys insane? Why the HELL would we hide the fact that we're using an old engine if we were? It wouldn't cost us any lost sales, that's for sure. Most conspiracy theories fall apart very quickly because they're pointless, and because of Occam's razor. I have no idea what else to say about this, or how to actually prove that the game is new from scratch, except to release the source code. 2. We are using multiple cores. Details have been published previously. First core is used consistently, other cores have stuff delegated to them when needed. Performance monitoring will give you spikes depending on what's going on in the game. 3. The game is using 2.6 Gigs of RAM because that's how much stuff it needs to keep in the memory? What? Why are we even discussing this? If you really like, we can easily dump another couple of gigs of stuff into memory and keep it there while you play. Would that make Cliffs of Dover a better flight sim? In short, why is this even a topic? Why is there a certain segment of the community who is hell-bent on finding something that we lied to you about? This is becoming extremely tiresome, I have to say. Please just judge the game on its merits as a flight sim, and not on the amount of RAM it takes up. |
S!
Just one thing Luthier..IL-2 source code is not publicly available nor will be, so releasing CoD source code would prove nothing actually as we could not compare them ;) Getting the sim this week so can begin testing. I bet there is a lot of tweaking to be done by dev team. Same applied with IL-2..it needed some patches to really begin to shine. So hopefully CoD will be updated on a regular basis to iron out the bugs. Then more content... |
PS Anyone wondering about multicore support is more than welcome to use
ProcessAffinityMask=1 to force the game into a single core and compare the performance |
Ilya, don't let trolls like Tree get you down.
|
I can't believe some of the idiots in this forum. Why the hell to they even bother lurking around here when they obviously don't like the game.
The game uses all cores and you can check the test done over at simhq. http://simhq.com/forum/ubbthreads.ph...ml#Post3248344 I am currently playing the russian version which i bought directly from 1C website and i'm having a ball with it even though i can't understand half of it yet since i don't speak russian. I've managed enough to set up a few controller settings, video options and so on. Tried out a few quick missions and i love it. It's a demanding game for sure but untill i get my english version and tweaked the game with settings i can read :P, i won't complain about anything :) To Maddox, Ilya and the dev team. The game is beautiful,jaw dropping and brilliant so far. Excellent work :) Untill one has actually played the game keep the mouth shut! |
Quote:
Im think im sure Oleg or yourself said COD will have 64bit support. |
Quote:
|
Quote:
You'd better ignore the few pessimists here, they do not represent the community at all, you know. On the other end, as far as we know at present there are serious fps issues even on high end machines. We know from sukhoi.ru that you are working hard to a patch for stutter/freezes and fps, maybe a word also here would reassure us. And bravo for the beauties I saw in the few videos and screenshots ... Cheers, Insuber |
Quote:
makes miracles for the forum. Simple and effective pesticide. |
All times are GMT. The time now is 07:46 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.