Jump to content

Japo32

Members
  • Posts

    1010
  • Joined

  • Last visited

Everything posted by Japo32

  1. As I see in this video. The user of it, also has this problem. He order 4 to do some tasks, but always is the flight (the entire group) that makes it. In my case when I set a number before the command, there is no order I give. Only when I say the command without "1" "2" "3" or "flight" word before it. Also I say "element 3 do this" but never works. This is very important, and I think the most important difference with Voice Attack, because it saves a lot of commands to be repeated by every each member, but it is not working, or at least I cannot make it work.
  2. It is working in spanish, but I have a problem. How do I order one member to do something. Only that member. I have 3 helicopters, so we are 4. I want to say "3 do something" but not appears or recognizes anything. Not with 3, 4 or 2. If I say "Do something" all the flight does the same. How the heck do I select the members to do what I want? Not only 1 but mabye 2 of them for example?
  3. I see this same problem with this user, but he doesn't give any fix.. even it was reproduced by the administrator: https://forum.voiceattack.com/smf/index.php?topic=2009.msg9383#msg9383 PD: it seems that voiceattack cannot represent more than a number of commands.. if I press Ctrl+a and remove everything from "when I say" and write, then I can see what I write. If instead of remove it, I copy it and paste in a text editor, then all the commands appear. So that could be a solution, to add my commands in spanish.... BUT my question is, how the plugin identify if I say a word in Spanish, that it is as in english. For example: the command to connect gpu it would be something like "chief connect external power" for example.. and I want to translate into "jefe conecta el grupo de tierra" Where do I have to put those words to be recognized by the script? in single commands mode, all the commands are also pasted in each single one... so I cannot add mines.
  4. Here you can see how I write in it, but nothing is seen. Happens only with the VAICOM profile. Not others. It is loaded as admin. https://gyazo.com/55b0c095ecba6dc98ed4ec9d51ffcee9
  5. Here as you can see better.. the words commands are there int eh keyword collections resume line... But inside when I double click with the mouse.. nothing appears (but it is there... because when I make a finish and Ctrol+V it changes everything and it seems to be ok) https://gyazo.com/692d57fabf29a1c1afc00352f983acee
  6. Hello. I have a big problem. I am spanish and I am trying to translate those almost 500 commands into Spanish. That is a big work, but that is not my problem. in the "when I say" area of voice attack I don't see the commands. But they are there... or at least they seem to be there. If I put my other profiles I won't have any problem. How can I solve it, because when I write new words on them, I cannot see what I am writting as the font color would be white as the background... https://gyazo.com/b5f76a50165d777d683542f166899d23
  7. Ok.. It can be reproduced if you choose freefight - cold start of the Mi8 in the gulf map. It is not alwasy produced with the Mi8, so I guess is because or the map.. or the time of day (sun rising). Here a video to explain better: https://gyazo.com/34dbd59f8a3fb58731096fb3e4d91260
  8. Also.. and with this problem https://gyazo.com/e0d15b1b72b31fb48b914f8cc11d2fa1
  9. with the Mi8 in Gulf map, 3 screens 5040x1050: https://gyazo.com/e0d15b1b72b31fb48b914f8cc11d2fa1 How can I solve it. It is totally useless.. as it changes the rendering view inside the window when I move the head with Trackir.
  10. Again!! After previous patch, all the controls broken and saving of them. Then we had to delete the user files, and reasign again. 2 hours reassigning. And today patch AGAIN!!!
  11. It toke me 2 hours to configure all again. 2 hours lost. So please don't do this again ED. Thanks.
  12. I see it changed to another function.. Now is working.
  13. Beta version. The previous (beta) one was ok.
  14. In last update all the keys where mess up. But also if you want to remap them you cannot now put hte cursor tdc function into the cursor switch of the throttle hotas warthog. Thanks.
  15. Last update, and I have cloud flickering and fps hit. Dont' have any sly graphics card. Only one.
  16. doesn't work.... Sorry.. it does, if you leave just the default.lua in. DON`T delete that one. Then you can load your profiles again. Without doing this, load the profiles won't solve anything. Edit2: no.. it works with some controls but not all after loading the profiles.... bad. Time for waiting for a fix.
  17. Same.. Last beta broke all the controls of the Ka-50 also.... wanted to fly.. now I have to wait to fix. GRrrrrrr
  18. In my case is worst. I discovered that yes.. putting one display the controls appears.... BUT it don't let me modify anything. Yes.. they catch the values of joystick and keyboard, but once I hit done, all is black and I have to quit the DCS with task manager. That is totally a problem because I need to modify controls before tomorrow!! Edit: The black screen comes because settings.lua in MissionEditor folder. I removed it and let generate other.. and now is working. BUT still I have the problem with the show controls (and let me modify them) with 3 screens). Don't know why a settings.lua would affect to put the black screen when modifying controls... but it does... and it didn't before.
  19. Same problem 3 screens. Put 1screen in options fix it but I have to put *3 in rendering. If I want to preserve the menus in the central screen as I always did, then the keys disappear. All information already reported here: https://forums.eagle.ru/showthread.php?p=3628161#post3628161
  20. Applied latest Beta, and still same problem.
  21. It is fixed in latest version I have.... but now it is broken that I cannot modify controls when I apply my personal configuration for my 3 screens: _ = function(p) return p; end; name = _('Japo_3Pantallas'); Description = 'Japo configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect*3; } } Gui = { x = 1680; y = 0; width = 1680; height = 1050; } UIMainView = Gui I had to remove these lines: Gui = { x = 1680; y = 0; width = 1680; height = 1050; } UIMainView = Gui That makes the menu in the center. Before all was working ok.. now with those lines the controls appears like this: https://gyazo.com/80726ae352b0975f4eeeb6ee095c2abe
  22. Hello I use 3 monitors at 5040x1050 resolution 19:9. I created some time ago in the MonitorSetup my configuration like this one: _ = function(p) return p; end; name = _('Japo_3Pantallas'); Description = 'Japo configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect*3; } } Gui = { x = 1680; y = 0; width = 1680; height = 1050; } UIMainView = Gui the last lines are because that way the menus and splash screens are in the central screen instead of rendering in all 3 screens. All was perfect until last update (or previous one. I was 1 week vacations). So now if I choose that config I see this: https://gyazo.com/80726ae352b0975f4eeeb6ee095c2abe All controls are disappeared and I cannot put any new one. Even the top bar labels of each control are blanck. If I remove that personal config for this one: _ = function(p) return p; end; name = _('Japo_3Pantallas_MenuEstirado'); Description = 'Japo configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect*3; } } it works.. and I can put controls... BUT I loose the central menu. I think there is a bug in your latest betas.
  23. Two restriction boxes is good solution I think.
  24. In our community we would like to see the option to differenciate slots. In a PvP allways the easy cockpit guys will have better advantage against the cockpit mouse ones. With the FC3 planes we do not have this problem. Now if both are named the same we won't know if the one managing a F5 is an easy one or complex one. At least if the mission editor can block the use of complex or easy ones.. then is better. But I like the movement to bring new people.. so more money for ED.
  25. Yes... well.. i have all the modules.. so I don't see the point buying MAC even with discount, unless they will support only MAC and not FC3 any more.
×
×
  • Create New...