Jump to content

hotstick

Members
  • Posts

    19
  • Joined

  • Last visited

About hotstick

  • Birthday 03/30/1963

Personal Information

  • Flight Simulators
    IL-2 Sturmovik: Great Battles
    DCS
    ARMA 3
  • Location
    Marseille/France
  • Interests
    LAN every 6 weeks
  • Occupation
    Energy production
  • Website
    http://51thmassilia.net

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I had both versions of DCS installed. I haven't updated one of them and pointing OpenKneeboard to the one that hasn't been updated, OpenKneeboard works normally. It would certainly be possible to isolate the files necessary for OpenKneeboard so that it works on a "Fake" of DCS.
  2. I have the F-15E, the Mirage F1 and the Apache and it crashes. I don't have the MB-339. I also removed all the mods I had and it continues to crash.
  3. I also use it commonly and if the author can no longer maintain this application it's a disaster.
  4. Same error ! --------------------------- There was an error! --------------------------- Use Ctrl + C to copy this error and e-mail it to s13solutions@gmail.com : System.ArgumentNullException: La valeur ne peut pas être null. Nom du paramètre : path à System.IO.Directory.GetParent(String path) à KneeboardBuilder.Viewmodels.MainViewModel.BackupAircraftDefaultGroups(String _origPath) à KneeboardBuilder.Viewmodels.MainViewModel.LoadAircraftData() à KneeboardBuilder.Viewmodels.MainViewModel.Initilization() à KneeboardBuilder.Viewmodels.MainViewModel..ctor() à KneeboardBuilder.Views.MainView..ctor() --------------------------- OK ---------------------------
  5. I have the problem on F-16C but not on A-10C II (with TGP activated)
  6. Flash for me too. Context: Latest Nvidia driver no DLSS MSAA x 2 Pimax Crystal Flight on F-16C
  7. Here is a utility that avoids changing the settings manually with the "CPU Unpark" software, for example when DCS is launched in MT. It can be retrieved here: http://51thfichiers.free.fr/DCS/DCSunpark/DCSunpark.zip Principle: Set all cores to "Unpark" when DCS is launched. Revert to Windows default when DCS is no longer running. 1/ Unzip wherever you want on your PC You may get a security alert because this zip file comes from the Internet but that's ok. 2/ You must rewrite the RechercheDCS.ps1 file identically. That is to say, you create a text file with the content of the existing RechercheDCS.ps1 file. Then you replace the existing RechercheDCS.ps1 file with yours. This is necessary because there is a protection mechanism on powershell files coming from the internet. The fact that it is a file created by you removes the problem. 3/ IMPORTANT the free software "CPU unpark" can be obtained here: https://coderbag.com/programming-c/disable-cpu-core-parking-utility On a 12700 by default the core index is at 4% (observed using the "CPU Unpark" software) but I don't know the default value on other processors. It is therefore important to launch the "CPU Unpark" software BEFORE launching the program. If the Core parking index indicated by "CPU Unpark" is at 4% you have nothing to do. Otherwise you must edit the UnparkBefore.cmd file to put the value you observed. The line to modify is: Powercfg -setacvalueindex scheme_current sub_processor CPMINCORES 4 The value 4 is directly the percentage read in "CPU Unpark" for a 12700 4/ You launch RechercheDCS.cmd and that’s it! Explanations: The "RechercheDCS.cmd" file monitors the launch of DCS (stable or not it's the same) and launches "UnparkAllCore.cmd" when it sees that DCS is launched. Putting all core unpack (100%). When DCS is stopped the "UnparkBefore.cmd" file is launched (setting to 4%), and so on. The text in the script is displayed in French if this language is current on Windows, otherwise in English. If you are curious you can see the Powershell code of the script by double-clicking SearchDCS.ps1 Nothing secret! If you want to check that everything is working, simply launch the "CPU Unpark" software in parallel and press the refresh button to see the changes in the Core parking index. With or without DCS launched. Optional: You can have the script run when the Windows session starts. So you won't worry about it at all (by the time it's resolved by ED). Method: By putting the program shortcut "RechercheDCS.cmd" in the Windows startup group: C:\Users\xxxxxx\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup xxxxxx being the name of your Windows session. The AppData directory is hidden by default; you must first make it visible via the file explorer. The Script will launch this way each time it is started. And for it to start in reduced mode (not visible), you have to right-click on the shortcut then "Property", then in the "Execute" option you select "Reduced" and presto it will launch without viewing the window. See the "Lancement_en_reduit.jpg" file in the zip to see the "Property" mask. However, the task will still be visible and clickable in the task bar if you wish.
  8. For those who use the core 8 removal solution. Based on a batch already indicated on this thread. Here is a utility that avoids manually launching the batch that fixes Core 8 for DCS when launching in MT. It can be retrieved here: http://51thfichiers.free.fr/DCS/DCScoreMT/DCScoreMT.zip 1/ Unzip wherever you want on your PC 2/ You optionally configure the "SupprimeUnCoreDeDCS.cmd" file to adjust the number of processors and the core to deactivate by modifying the line: nircmd setprocessaffinity /%pid% 0 1 2 3 4 5 6 7 9 10 11 12 13 14 15 16 17 18 19 This line above is suitable for a 12700 (my processor) and is in the state in the zip. To modify however if you do not have a 12700. 3/ You launch RechercheDCS.cmd and that’s it! Explanations: The "RechercheDCS.cmd" file monitors the launch of DCS (stable or not, it's the same) and launches "SupprimeUnCoreDeDCS.cmd" when it sees that DCS is launched. It also detects if DCS is no longer running and reactivates properly when DCS is restarted, and so on. In practice, in LAN (for example) we launch in the morning and it's good for the whole day. No need to take out your headset, switch DCS to launch "SupprimeUnCoreDeDCS.cmd", switch back to DCS and put your headset back on. And it can continue indefinitely. It is also useful without a VR headset, there is also nothing to worry about. Files from Nirsoft (nircmd) are already in the directory. For those who are most worried, the RechercheDCS.cmd program and its companion RechercheDCS.ps1: -Do not write anything -Do not modify anything definitive on the PC (modification in RAM) -Take up so little CPU that it's not quantifiable -Can be launched before or after the launch of DCS but in idea it is better to launch it before, it is precisely made for. The text in the script is displayed in French if this language is current on Windows, otherwise in English. If you are curious you can see the Powershell code of the script by double-clicking on RechercheDCS.ps1, yes yes! Nothing secret! Optional: You can have the script run when the Windows session starts. So you won't worry about it at all (by the time it's resolved by ED). Method: By putting the program shortcut "RechercheDCS.cmd" in the Windows startup group: C:\Users\xxxxxx\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup xxxxxx being the name of your Windows session. The AppData directory is hidden by default; you must first make it visible via the file explorer. The Script will launch this way each time the PC is started. And for it to start in reduced mode (not visible), you have to right-click on the shortcut then "Property", then in the "Execute" option you select "Reduced" and presto it will launch without viewing the window. See the "Lancement_en_reduit.jpg" file in the zip to see the "Property" mask. However, the task will still be visible and clickable in the task bar if you wish.
  9. I have a problem with Crystal Palace, impossible to hear. On several different solo missions. However, I do solicit it on COM1 (F/A-18C) on the frequency 142.000 Voice Attack tells me: TX1 COMM1: ARC-210 AM 142.000 Mhz tuned for auxiliary unit Crystal Palace [AI] then [Read mission Briefing] then Constructing message ... then Done But no audio feedback. Do you see a reason ? Thank you.
  10. hotstick

    DCS et la VR

    Oui c'est effectivement une bonne idée car du coup la "souris" est sensée se trouver toujours au même endroit. Et il en faut deux (gauche et droite) car des fois une main peut se libérer et pas l'autre ! @Valerian73 Je n'ai pas encore reçu le produit. Il les fait lui même et c'est long. Pour revenir à mon explication sur la visée de la souris à la tête ça fonctionne bien et c'est plus efficace pour un ou deux clics que de prendre la souris.
  11. hotstick

    DCS et la VR

    J'ai un collègue de l'escadrille 51THMASSILIA qui utilise ça: https://pointctrl.com/products/ Il dit que l'on ne peut plus s'en passer après avoir essayé. Je l'ai commandé, pas encore reçu (il y a du délai). En attendant j'ai configuré mon Hotas Warthog, pour: Bouger la souris juste pour amener la souris d'ans l'axe de vision (une fois pour toute) 1-Un bouton pour clic souris gauche 2-Un bouton pour clic souris droite 3-Un bouton pour molette de souris + 4-Un bouton pour molette de souris - Ensuite il suffit d'appuyer sur le bouton clic gauche pour faire apparaitre la souris Puis à la tête on vise l'interrupteur choisi dans le cockpit et on appui sur 1 2 3 ou 4 selon ce qui est nécessaire. Ca marche vraiment bien
  12. Bon le problème semble résolu :music_whistling: J'ai changé simultanément: - Le câble display Port - Changé de connecteur display port sur ma CG KFA2 1080 - Il y avait une mise à jour du driver qui était dispo, je l'ai installé Donc je ne sais pas encore quel élément a été significatif mais ça semble bon. Je posterais ici lorsque j'aurai identifié précisement.
  13. C'est pour un pb identique au mien que tu as fait tout ça ? Comme sur un des deux écrans ça fonctionne je ne pense pas que le pb vient d'un pb logiciel sur DCS. Une configuration peut-être. Par ailleurs je n'ai pas de mod à part les avions/hélico aux choix. Le pb est apparue immédiatement à l'installation de la nouvelle CG et du nouvel écran le même jour. Je vais d'abord tenter d'autres essais avant de faire une reinstall. Merci quand même pour ton post ;-)
×
×
  • Create New...