-
Posts
1275 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by scommander2
-
As far as I know, when the changes are made with "apply" and all settings are applied into the NVCP configuration, so we do not need to run inspector when flying DCS
-
Is it from the following link? https://chucksguides.com/aircraft/dcs/ah-64d/
-
Tip about doing computer target bombing(ccrp) in f14a/b
scommander2 replied to Ddg1500's topic in DCS: F-14A & B
Good to know and I have never done on the ground so I do not know that is the issue... -
What type of USB is the drive F connects with? USB 2.0 (guessing)? Compare with the USB type for the drive H?
-
Drive F definitely is too slow to load the big data for sure.
-
A good catch the "external" drive... Try CrystalDiskMark for the disk benchmark... EDIT: I checked the Intel website for i9-10900K, and it reports 10 cores/20 threads, not sure Windows reported correctly... I am wondering the cores got disabled by Windows according to the following doc: Why Does my System Have Fewer or Missing Cores?
-
A quick question: the CPU has 10 cores, is it right? Another question, what was the memory usage while running DCS since there is 32G memory? Have tried to increase the size of the paging size?
-
Setup region for a dedicated server?
scommander2 replied to scommander2's topic in Multiplayer Server Administration
I am wondering that my DCS server is behind the firewall with NAT, therefore, the region does not work?! -
Setup region for a dedicated server?
scommander2 replied to scommander2's topic in Multiplayer Server Administration
The server setting "IP address" is disabled so I can't enter the public IP address. Is it the root cause? -
Setup region for a dedicated server?
scommander2 replied to scommander2's topic in Multiplayer Server Administration
There is my dcs.log. dcs.log -
Setup region for a dedicated server?
scommander2 replied to scommander2's topic in Multiplayer Server Administration
North America. Thank @BIGNEWY -
Setup region for a dedicated server?
scommander2 posted a topic in Multiplayer Server Administration
Hi, I just realize that my DCS dedicated server does not have a region while I search my server through the DCS multiplayer screen. I though the region should be based on the IP address that is landed in the specific region, but it seems not. What is the step that I have missed. Thanks. -
F-14 A/B feature follow-up, wish list and beyond
scommander2 replied to scommander2's topic in DCS: F-14A & B
It is a excellent question. Based on the update, HB is very busy on their on-going projects, therefore, they have not updated any patch yet. If I am thinking in the bright side, maybe they are also fixing the issues while working on the F-14 stuff at the one shot since the same spots of codes they are working on (sorry that I am coming from my development experience), why not and hope it is the case. Well, shall we wait and see? Thanks. -
F-14 A/B feature follow-up, wish list and beyond
scommander2 replied to scommander2's topic in DCS: F-14A & B
An update from HB from discord at: https://discord.com/channels/1071433028045377637/1071574236403081287/1395028665775161364 Below, some quotes are related to F-14 for "A" and "B(U)": -
Thank @Special K. If one parked core becomes the unparked state later while DCS has ran a while, it is too late for DCS to put this core into the core pool so DCS won't schedule a task on it. Is it correct? Thanks.
-
My First Successful CV Landing from a Combat scenario
scommander2 replied to Sgt_Fresh's topic in Screenshots and Videos
Nice!!- 1 reply
-
- 1
-
-
the keyboard and HOTAS bindings are under: <somewhere>\Saved Games\DCS\Config\Input\F-14 <somewhere> under c:\users\<my_user_id> How about try "Instant Action" first to verify the default setup from HB?
-
Yes, it should be applied to Win 10 and 11 according to: Overview about power and performance tuning for the Windows Server | Microsoft Learn For me, I have both CPMAXCORES and CPMINCORES to be decimal 100. To find out the registry UUIDs for two GUIDs, CPMAXCORES and CPMINCORES : powercfg -qh for these two keywords. EDIT: Bitsum ParkControl can verify the core parking/unparking.
-
Beside PL, the process affinity can be set though Task manager->Details->[select dcs.exe]->[click mouse right button for "set affinity] With the script: : : set CPU affinity to the process : : Binary to Decimal at https://www.rapidtables.com/convert/number/hex-to-decimal.html : For example for 12 P-Cores : Binary = 1111111111111111 : Decimal = 4095 : "1" - select : "0" - not select : powershell.exe "$process = Get-Process \"dcs\"; $process.ProcessorAffinity = 4095"