Jump to content

karpiyon

Members
  • Posts

    246
  • Joined

  • Last visited

Everything posted by karpiyon

  1. For me it says "no command available for this device"... I'll try to 'repair dcs files...' Can you check if it is defined for you under : s:\DCS World\Config\Input\UiLayer\keyboard\default.lua ? Thanks
  2. Hi, I recall that until the very last update I hade no issues mapping the UI layer "recenter VR Headset" to a keyboard key. For some reason it is not possible any more. I can't assign any keyboard key to it in the config options. Is this intentional? It is only defined in the joystick/default.lua and not in the keyboard.lua
  3. ** Plugin now supports VoiceAttack x32 & x64 **
  4. Hi, Is there n automatic way to add a tanker and awacs? Can I create a template for them? I know I can create a basic mission with a tanker and awacs and start from it but many times i find myself altering and adding to existing missions. When I want to add a tanker and awacs it would be nice to add them automatically, with the wp and alter them as i see fit.
  5. Updated the plugin with new commands and internal modifications. In addition the filtered phrases are show in 3D without loosing focus.
  6. I integrated the available phrases in 3D as part of the Communication menu.
  7. @MAXsenna Yes, I'm JanJan. I would have liked to add the Communication menu to my plugin as well. Still looking how to do this
  8. Thanks, I found a workaround suggested by @Bailey which I implemented in my code for users who use VAICOM. That forces the user to un assign F11 & F12 keys //Workaround issue caused by VAICOM... CommandLine.PressKey(_vaProxy, "F11", repeat: 3);//go up to previous menu CommandLine.PressKey(_vaProxy, "F12");//exit menu _allCommands["Communication menu"].Press(_vaProxy);//show menu CommandLine.PressKey(_vaProxy, "F11", repeat: 3); CommandLine.PressKey(_vaProxy, "F12"); _allCommands["Communication menu"].Press(_vaProxy); @MAXsennaDo you know how the Communication menu is exported, or how to export it from DCS?
  9. I do not tick it I what the emphasis that it is not the the command to show the Communication menu never woks, it does work, only many times it needs to be said a few times.
  10. Also I think this is not 2.7 only. The ones who pointed that this is VAICOM related has been experiencing this before 2.7 I already tried modifying the key to something else and it did not work.
  11. Which keybind do not work ?
  12. This is the content of the log. I just run the mission and run my VA command: to show the Communication menu. As you can see it tries to press /. The first time nothing happened therefore I said the command again. Other times it show the menu without the need to 'press'/say it again VAICOM PRO logfile Microsoft Speech Recognizer 8.0 for Windows (English - US) VAICOM PRO command phrases loaded Offline keyword training initialized Ready for training. Keyword recognized: Take 5 with confidence 74 % Keyword recognized: Take 5 with confidence 93 % Training mode closed. ---------------------------------- ------------------------------------------ DCS mission | F-16C - Caucasus - Takeoff Resetting selected units. Player Chupi entered module F-16C Viper, unit callsign Colt11 Nearest ATC: Vaziani. Captured sentence: status Have result, identified as command: Status PTT: use an active TX nod I did not press the stick com buttons and VIACOM is configured to operate only when i press them
  13. I build my own plugin which does much more then just handle the cockpit. I also use VAICOM. In addition I want it to show the available phrase as you can see in the demo I attached. This is why i must invoked the comm menu. Demo for what I am trying to achieve: Demo for the plugin: this is BMs but it works the same for DCS
  14. It's not VoiceAttack as VoiceAttack send the command. From what I've learnt, this is caused only when you use VAICOM and is a known VAICOM bug. If I disable VIACOM plugin completely it works as it should
  15. Hi, I posted this elsewhere and was told this is a known issue with Vaicom... In DCS, the com menu is tied to key ''. My VA plugin, amongst other things, is trying to press this key to bring up the communication menu. The problem is that it does not always succeed. That is I may have to say "show comm menu several times before it brings up this menu" and in each of these times VA recognized my command and presses the proper key (I verified this). Sometimes the command is sent without any issues. I tried remapping the key to something else and it did not help. I decide to try with a clean profile, not plugin involved and 1 command the same problem - the com menu may sometimes fail to load and I need to say it twice or more and in each, the command is recognized by VA. VA is targeting DCS in the options What can cause this? I don't think it happens with any other keys I press or the plugin presses and it is not plugin related as I showed.
  16. Hi, I posted this elsewhere and was told this is a known issue with Vaicom... In DCS, the com menu is tied to key ''. My VA plugin, amongst other things, is trying to press this key to bring up the communication menu. The problem is that it does not always succeed. That is I may have to say "show comm menu several times before it brings up this menu" and in each of these times VA recognized my command and presses the proper key (I verified this). Sometimes the command is sent without any issues. I tried remapping the key to something else and it did not help. I decide to try with a clean profile, not plugin involved and 1 command the same problem - the com menu may sometimes fail to load and I need to say it twice or more and in each, the command is recognized by VA. VA is targeting DCS in the options What can cause this? I don't think it happens with any other keys I press or the plugin presses and it is not plugin related as I showed.
  17. Hi, In DCS, the com menu is tied to key ''. My VA plugin, amongst other things, is trying to press this key to bring up the communication menu. The problem is that it does not always succeed. That is I may have to say "show comm menu several times before it brings up this menu" and in each of these times VA recognized my command and presses the proper key (I verified this). Sometimes the command is sent without any issues. I tried remapping the key to something else and it did not help. I decide to try with a clean profile, not plugin involved and 1 command the same problem - the com menu may sometimes fail to load and I need to say it twice or more and in each, the command is recognized by VA. VA is targeting DCS in the options What can cause this? I don't think it happens with any other keys I press or the plugin presses and it is not plugin related as I showed.
  18. Hi, How can I export the current Communication menu structure and current state to file to be read by my C# VA plugin? Any format would do, if possible. How can i trigger the action to to this externally. If it is not possible to trigger externally, can I export it via export.lua?
  19. If there a sure way to get to the root of the Communication menu? When I press "\" It brings me to the present submenu of the Communication menu. I can then press F12 to go up to the parent menu and then I may need to press F12 again to get to the root of the Communication menu. The F12 may be F11 in some cases so I cannot relay on pressing F12, say 3 times. On of those F12s may eventually close the menu. Is there a sure way to get to the root of the Communication menu? Thanks
  20. Any idea how I do that? I need to add to and existing F10 menu item or create a new one. I tried to add it in: ...DCS World\Scripts\UI\RadioCommandDialogPanel\RadioCommandDialogsPanel.lua as shown below, replacing the item with my own but that does not work. It corrupts the radio menus completely and no menu is displayed. janjanMenuItem = { name = _('JanJan menu'), items = { [1] = {name = _("Phrases"), command = sendMessage.new("janjan") } } } menus = {}, menuOther = { --Misson command menu name = _('Other'), submenu = { name = _('Other'), --items = {} <= replacing this items = {janjanMenuItem} } }, Any suggestion how to do it? If this is not the way, perhaps I can manually add :missionCommands.addSubMenu but the question is where do I plant it to be loaded for all missions.
  21. Thanks, That is good enough. Is there anywhere I can see an example of how to do this? Which file exactly to alter, where and how to add the command. e.g. Add a default menu item which will always call myTestFunction(). Thanks
×
×
  • Create New...