-
Posts
452 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by cercata
-
Sometimes I have time-outs, but then I connect again, and since things are cached, it goes fast. But yesterday, when trying to connect to servers with the F-14B, after the timeout, the menu didn't show up again. BTW, I don't have the F-14B, so maybe it's something related to the base game, or to the F-14 in CodeModules.
-
Good idea, yes please :)
-
What are you suppossed to do when the 2 flankers shoot at you ? I Fired 2 AMRAAMs and went defensive, but got kicked for violating the ROE ... I think I will choose abort the mission, because I'm not an Ace. Edit: I see it was a coincidence, I thought it was scripted that we couldn't engage against those MIGs, and I was supposed to do something else. BTW, there is a small issue with the Taxing, your wingman starts taxiing to early, so you can start taxi with only 1 engine, or take the grass to reach the runaway.
-
Van muy armaos estos Mig-29 !!!! :cry: Habria estado bien al final un analisis Tac-View rapido, a ver pq pierdes el blocaje con el tercero.
-
Amazing, that's what I was looking for, I wans't sure of finding it :) Once I'm done with the F-15C Campaigns, I'll start with this. THANKS !!!!!
-
Mission 8 Escorting Turkish F-16s don't fly back home
cercata replied to cuervo111's topic in F-15C The Georgian War
It happened to me now too, but I thought it was a feature, not a bug, that depending on the Karma you cumulated on the campaign, they escort you to the end ;) -
The AMRAAM is supposed to be the succesor of the Phoenix, that was too big, too heavy and too expensive ... like the F-35 is the Succesor of the F-22. With no real threats for US, the politicians don't aprove the big budgets needed to have those weapons. During the cold war, military bugget was much higher.
-
No way of making a full fidelity Mig-28, it's a top secret plane, we only know it exist because they took a picture of one in 1986 ...
-
If I buy the M2000C, could I play this campaig with the F/A-18 by changing planes in the editor, like some people did with the Gerogian War ?
-
Yeah, it's not really an issue, it was mainly curiosity, what would happen IRL in such a situation, when instead of replaying the mision, you have killed someone ...
-
NOW AVAILABLE: Community A-4E-C Mod
cercata replied to Merker's topic in Utility/Program Mods for DCS World
Great job !!!! I guess I'll learn this module before others I bought, it's Vuper's and Jester's plane !!!!!! Now we can make Top Gup on DCS !!!! -
Difference between BVR and LRS mode--F15C
cercata replied to testudine2002's topic in F-15C for DCS World
Yeah, you know that well, you hide well those Mig 29s in Georgian War Mision 5 !!!! :megalol::megalol: I also noticed that Sparrows don't work in TWS, the radar changes automatically to LRS. I learn that on mision 7, I thought it was a bug at the begining :pilotfly: -
Test: Setting CPU Affinity
cercata replied to SkateZilla's topic in PC Hardware and Related Software
You just have to put a line in the .bat file for each process you want to send to the first 2 cores (15 affinity), you can just copy/paste the line multiple times, and change the process name: Powershell "ForEach($PROCESS in GET-PROCESS Discord) { $PROCESS.ProcessorAffinity=15}" We can put process that are not allways runing, it the process is not there, that line just fails, and nothing happens. -
I used the 3 radar modes, and looked down and up all the time ... but I was to far, I guess my problem is I was too slow. Thanks for the reply. I was really doubtfull if I did something wrong or there was a bug ...
-
Me, it's not a good idea learn to drive with a 1970's Ferreri :pilotfly:
-
Those MIG 29 are hard, mainly because they are hidding within 4 Su-25s, and my radar seems prefer to lock on the Su-25s. Any advice on that ? By the time I see them enougth separated, there is already a R77 following me or my wingman. I guess ROE means Rules of Engament, and that means firing when not allowed ... It happened to me in a mission, maybe mission 3, that I fired an AMRAAM to a bandit, and while it was on the air, I received orders of cease fire from MAGIC, and some seconds later, somethig weird happend, I thouth it was a DCS crash, but no, I wass back in the Menus. What am I supposed to do in that situation ? There is no missile destroy option in the F-15.
-
F-15C The Georgian War Campaign Feedback
cercata replied to baltic_dragon's topic in F-15C The Georgian War
Very fun campaign, and very good voice overs to entertain us on the "transfer" part of the missions, not only fun, but also educational, loved yesterday the chit-chat about the rusian plane code names. :thumbup: Also I loved the "excuse" to make us use Sparrows on mission 7, that is where I'm now :megalol: I like a lot the briefing in images beside the normal briefing, and having the briefing notes and map in the kneeboard is really brilliant !!!!!!!!! I like the way you do it, you force many situations that are not usual for a pilot, but that could happen IRL !!!! -
Can someone recommend me a campaign or some missions good for practising ground attack ? I see the plane doesn't have a default campaign, and the 2 DLC campagins seems focused on Dogfight. Maybe y can use a campaig made for another plane switching planes in the editor ?
-
Test: Setting CPU Affinity
cercata replied to SkateZilla's topic in PC Hardware and Related Software
In my i7 7700 (4 physical cores with hyperthreading, so 8 logical cores) I have tryed the following: PHYS CORE 3 2 1 0 LOGIC CORE 7 6 5 4 3 2 1 0 1 0 1 0 0 0 0 0 (binary) = 0xA0 (hexadecimal) = 160 (decimal ) 1 1 1 1 0 0 0 0 (binary) = 0xF0 (hexadecimal) = 240 (decimal ) 0 0 0 0 1 1 1 1 (binary) = 0x0F (hexadecimal) = 15 (decimal ) With "affinity_mask = 160", using 2 cores without HT, I had more sttuters than doing nothing. With "affinity_mask = 240", using 2 cores with HT, I felt it more smooth than doing nothing, I'm gonna use this. I tested it using mision 7 of the georgian war, a mission with lot of things in the map. I also made a script to set the affinity of other "active" process to the other 2 cores: DCS_Aff.bat PowerShell "$Process = Get-Process VoiceAttack; $Process.ProcessorAffinity=15" PowerShell "$Process = Get-Process OVRServer_x64; $Process.ProcessorAffinity=15" PowerShell "$Process = Get-Process OculusDash; $Process.ProcessorAffinity=15" Powershell "ForEach($PROCESS in GET-PROCESS Discord) { $PROCESS.ProcessorAffinity=15}" PowerShell "$Process = Get-Process Steam; $Process.ProcessorAffinity=15" PowerShell "$Process = Get-Process SteamService; $Process.ProcessorAffinity=15" Did you find it ? My script could be useful to you if not ... DCS_Aff.zip -
So the first 2 Su-25s were only decoys to distract us from the bombing over Gori ? Once Magic tell me about the new bandits, I can't get them on the radar, is that normal ?
-
Test: Setting CPU Affinity
cercata replied to SkateZilla's topic in PC Hardware and Related Software
This is very interesting, I'm gonna experiment latter with my i7 7700 to see if I see improvements. Beside the advantages it says in the first message, I'll add the there will be more cache hits, since threads come back to the same core when wake up. Should't we also change the affinity of other process, so they don't use the cores reserved for DCS ? I guess it would be the same than on my system, but can you run coreinfo on your PC and copy/paste the results here: https://docs.microsoft.com/en-us/sysinternals/downloads/coreinfo I have seen Matlab simulations run faster limitting it 1 core than in 4 cores ... The operating system doesn't have deep knowledge of the running processes, so it doesn't change its affinity, and if you know all what you have running on your system, you can make fine tunning for just tha case. -
Wow, 100 feet is almost crasing, I didn't realize I was so low ... :-O BTW, The F-15C is supussed to use Flaps when dogfighting ? The only DF I have winned till the momment was against the F-14A, and I used flaps.
-
By mision 3 you mean "BFM01 1 vs 1 GO vs F-15C" ? Or BFM03 ... ? What does "Hard Deck 100" ? 1.000ft Above Ground Level ? I failed the 3rd encounter because of that, but didn't react at that moment and check my altitude
-
They have better resolution, but they see things in a reduced scale, so I wouldn't remove it on monitor. And for binoculars, it could be a really nice option, but then they should make them real, and the FOV should be smaller, it would take time to use them, etc ... There are already some VR Shooters that make very realistic implementation of optical scopes ...