Jump to content

Kariyann71

Members
  • Posts

    160
  • Joined

  • Last visited

Everything posted by Kariyann71

  1. Hi everybody, my question is simple. As I work offshore, I can't get Internet connection for many weeks, but me and a friend of mine would like to dogfight. So is it possible to set a multiplayer server, as LAN configuration, without any Internet gateway ? Thanks a lot.
  2. I completely reinstall the mod over my DCS stable version and it seems to be working properly. So I guess this is not due to the last NVidia’s drivers.
  3. Shaders mod for better VR performance (experimental) Yes completely removed the mod, then reinstall it, deleted fxo and metashaders2, backup of the dcs folders of terrains mod. Still this error. Last week there was no problem. The only things I changed are update dcs openbeta, installed last Nvidia drivers and maybe some obscure windows 10 updates...
  4. Hi everybody, I get an error when DCS World start windows recompile the shaders. DirectX11Renderer Error Shader "PostEffects/ascii.fx" failed to compile - HRESULT:ERROR_PATH_NOT_FOUND I've updated to the latest beta of DCS World, and the latest NVidia driver 419.67. Any ideas ?
  5. I everybody. I’m looking for a VIRPIL base desktop like WarBRD.
  6. Shaders mod for better VR performance (experimental) Yes, for me the mod doesn’t seem to improve my vr experience with my Acer WMR. But it seems to be only with the F14. I tried with the M2000C and I kept good frame rate using the mod Edit : finally this seems to be broken with M2000C and others modules...
  7. I took a look at the video another time, deleted another time all my Luas. This didn’t change anything in a first time. But yesterday, without doing anything else, all worked properly. This seems to be solved. Strange but I will not change anything now. Still getting the twice button press issue, but it’s not a problem.
  8. Thank you Greyman. Indeed the name of my aircraft is not recognize, not only the F18. I’ll take a look at those posts.
  9. I continue to investigate my double press to send commands issue and I see in the VaicomPanel that I’m in easycomm mode while in DCS easycomm option is disabled. Unfortunately I don’t know how to disable the option in VaicomPro. Could someone help me please ?
  10. It seems I solved my issue. I reseted my VAICOM lua files using the VAICOM UI RESET button. Now I push and hold my PTT button, say my command, release my PTT and push and release once again to instantly send my command in DCS. Is it the good way to use VAICOM PRO ?
  11. Thanks Hollywood. I created yesterday a simple VA profile to send commands to DCS world and it works without delay (no more than a second). That’s why I sure my issue is due to something weird with de VAICOM profile. I will try to remove completely this one and reinstall it.
  12. Hi everybody. I have been looking around this thread for several weeks and can’t succeed resuming my issue. Indeed, when I speak in my microphone, VOiceAttack and Vaicom recognize the command but it takes at least 30seconds to be sent to DCS. I tried to create a new speech recognition profile in Windows Speech Engine without success. I tried to change the installation folder without success. I created new rules in my firewall to allow specifics UDP ports used by Vaicom without success. I tried to launch VOiceAttack on administrator without success. I created a new VOiceAttack profile to send commands to Windows and it works correctly maybe 1 seconds between voice and execution. That’s why I’m sure it is a Vaicom issue but I can’t solve it. Anyone could help me ? Thanks
  13. It doesn't change anything for me... Both disactivated in GUI and in option.lua...
  14. I was wondering about the switches and buttons located behind the throttle. Is it easy to flip switches or push buttons by direct contact ?
  15. Launch DCS in VR and after Alt Tab go to the SS menu in SteamVR app and you’ll see application DCS.exe. So you could set DCS SteamVR SS.
  16. You need to switch from SteamVR to SteamVR beta and to update windows mixed reality for SteamVR app
  17. I like my Thrustmaster TFRP. Not expensive, precise and compact.
  18. I tried this tweak and It seems to work very well with my Acer AH101. I could disable MSAA and gain 4/5 FPS [emoji3060]
  19. Right click = palm turned to top (line turn to blue) and after index trigger. Sorry for my english ;)
  20. I tried with my LeapMOtion and it works !!
  21. Hi everybody, as I said, I had a busy autumn at work. I was able to get back to the project recently and today I have solved a major problem with the reset pilot's position function :drink:. I was having this problem since the beginning of the project. Now that it's resolved, I'll be able to move faster. Currently, I managed to: - generate command exports to DCS; - create simple buttons; - create levers; I now have to create the rotary knobs. I hope to publish soon a video of my progress and why not create a deposit on Github so that those who are interested participate with me on this project. Bye
  22. I tried this way but I was not satisfied. Gamewave is not so bad but it is optimized to use LeapMotion in the desktop mode, that’s why accuracy was not perfect. Now, with the Onion version of the leap motion, I’m sure we can do something very great with a head mounted type device.
  23. InputSimulator Plus and modified KeyStroke NobiWan, I tried putting delay between keystroke and sometime it’s working and sometime not. It’s weird. Jazzymanserg, I installed InputSimulatorPlus in VisualStudio using NuGet package system.
  24. Hi everybody, I'm currently working on a LeapMotion implementation for DCS VR experience. However, I encounter some problems with modified keystroke using InputSimulatorPlus. Indeed, even though I test, it seems that only the first touch is recognized by DCS. For example there is a piece of my code : public void PressButtonLCTRL_C() { //Press LCTRL sim.Keyboard.KeyDown(VirtualKeyCode.VK_C); sim.Keyboard.KeyDown(VirtualKeyCode.LCONTROL); } There, only "C" is detected by DCS. public void PressButtonLCTRL_C() { //Press LCTRL sim.Keyboard.KeyDown(VirtualKeyCode.LCONTROL); sim.Keyboard.KeyDown(VirtualKeyCode.VK_C); } There only "LCTRL" is detected. So I tried this : public void PressButtonLCTRL_C() { //Press LCTRL sim.Keyboard.ModifiedKeyStroke(VirtualKeyCode.LCONTROL, VirtualKeyCode.VK_C); } Same problem, only "LCTRL" is detected. Has anyone ever met this problem?
  25. leapMotion implementation possibility I use the BenOtterOVRlay http:// https://github.com/benotter/OVRLay. Icebeat, you’re right, sharing this project is probably the best way to make it progress quickly and surely better. Indeed I’m very busy a work these past weeks and this fall I will be very busy. Is there anyone comfortable with the github platform ??
×
×
  • Create New...