Jump to content

scommander2

Members
  • Posts

    1209
  • Joined

  • Last visited

Everything posted by scommander2

  1. The server setting "IP address" is disabled so I can't enter the public IP address. Is it the root cause?
  2. 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.
  3. 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.
  4. 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)":
  5. 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.
  6. I am wondering that offs the mission execution from the client to the server, what is the big advantage at the client side if I am one user? To have the server handles the computation of AI objects (if many of them)? Then, it is a big advantage.
  7. 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?
  8. I do not think DCS can leverage the distribute computing now as I know. However, I run DCS on one computer and MovingMap (likes F-10 view) on another computer.
  9. 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.
  10. 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"
  11. instead of disabling E-Cores, why not set dcs.exe to be bounded with all P-Cores alone. Let E-Cores take care the background processes to reduce the system context switches within P-Cores.
  12. Yup, "Freesync" may be or may not be compatible with Nvidia GPU. But, can NVCP detect the monitor G-Sync available?
  13. Is it possible that selects all P-Cores for dcs.exe from Task Manger Process affinity? This test is to ensure that DCS runs in P-Cores only even though DCS has made P-Cores for the render/common cores and E-Cores for IO cores. Another test is to disabled Power management so that all CPUs will run in the full power, and it is the final resort.
  14. Hi, I am wondering when if F-14 carries the paveway II/III bombs without LANTIRN, and what I can do: 1. buddy laser targeting 2. CCIP/CCRP (I can do the dumb bomb instead, why I need paveway for?) What else I can do? Thanks.
  15. Yes, this thread can't influence any decision from neither ED nor RB. Without this thread, we will have a ton of different threads for a same matter.
  16. With the following instant action and an window popped out for the script error: null null null null
  17. Question: Is DCS required all CPU core unparked?
  18. I am wondering that core parking is enabled once to limit the load one on CPU?!
  19. I guess the logo is used the Window Dialog with the focus to block the focus on other windows. I am used to leave my PC alone while launching DCS.... Good catch!!
×
×
  • Create New...