Jump to content

Kiptanoi

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Kiptanoi

  1. Is it still the same problem with mouse click kb to INT position?
  2. They dont launch and fire as they allway do after latest patch on my computer.... They lock, but do not launch when I press pickle buton. Nowdays I need to set fuzing to IN, than was something I did not need before.
  3. Any updates on the interval conteol nob yet? Des it work now or no?
  4. Its like that for me to. Anyone knows if it is a bug or no?
  5. How updated is the manual and the video tutorials on Vaicom? I just followed the video tutorial and dont get any voices to work in game.... The only thing that work is Keyword training mode.... But no keywords or commands work ingame in DCS.....
  6. Thanks, but they dont sell the table mount anymore. Out of stock it says and no info if and when it become available again :/
  7. Hi. What alternative do I have to get any table mount for my joystick? I know monstertech.... But what else is out there? Please give me some links to diffrent table mounts. Thanks
  8. I am not sure if I understand you right now…. This code is spawning my plane, or does it Changes the settings on a allready spawned plane? Please do write all code I need to spawn that MIG-21 #001 and Changes it settings…. If I use this code with my editor settings on a Group named MIG-21 #001 local migs=GROUP:FindByName("MIG-21 #001") local template=migs:GetTemplate() for _,unit in pairs(template.units) do unit.skill="High" end migs:ReSpawn(template) migs:OptionROEReturnFire() Then nothing is spawned :/ If I use this code activeGroup = SPAWN:New( "MIG-21 #001" ) activeGroup:Spawn() local migs=GROUP:FindByName("MIG-21 #001") local template=migs:GetTemplate() for _,unit in pairs(template.units) do unit.skill="High" end migs:ReSpawn(template) migs:OptionROEReturnFire() I got i MIG-21 #001 spawned, but it is still on my editor settins on roe…. On what Skill, I can not check
  9. Can it be done with moose? In that case, how?
  10. Hello. I use this code mist.respawnGroup('MIG-21 #001', true) local con = Group.getByName('MIG-21 #001'):getController() con:setOption(AI.Option.Air.id.ROE, AI.Option.Air.RETURN_FIRE) But how do I set the skill on the MIG-21 #001 from script? Example, if I want to respawn the MIG-21 #001 with skill set to high?
  11. Ah, thanks. I have a question about the switches. Take EAC switch for a example on the throttle. If I put it in position "ARM" it shows JOY_BTN24 in DCS But if I put it in position "OFF" then It shows nothing in DCS (In other plane then A-10C) How can I get them to wotk with other plane then A-10C?
  12. Hi, I wonder how you get button 22 and 23 for example on your throttle. When I am in the game and go through all my buttons and switches on my throttle, I do not get any button 22 or 23.... How did you manage to get it like that? I thins button 22 and 23 are a middle position of a 3 way swith?
  13. Thanks, and how do I use it with this code? local groupName = 'testGroup' local point = 'zone' mist.respawnInZone(groupName, point, true) My player group and name is Player #009, where I want the Group 1 to be spawned at.
  14. Hi, how can I spawn something in radius at player position? Or at player position? I can spawn stuff at zones, but if I want to spawn stuff at a players position or a radius around a player, how do I do that with mist?
  15. How to spawn something in radius around the player or a specific unit? And not a zone....
  16. Oh, so I do need external script for it to work? Thanks for answer :)
  17. Example: Mission editor New - I put out one USA a10c as player. - I put out one USA F16 as ai with waypoints, just a basic go from a to b, back to a and so on... - I put out one Russian SAM SA-8. Save and start mission..... Can I now communicate with the F16? If yes, how? If no, what do I need to do to be able to communicate with the F16 and tell that plane to go destroy that SA-8? Thanks :)
  18. Cool.... Can you please tell me how to get it to work. I tryed yesterday, but no luck with it. If you could do a simple checklist from beginning (whats needed and so on) To how the config file/s are going to be and where to have them. Much thanks
  19. And that app wotks with both version I writed? I can see down under my googles
  20. Hi all. My current version of game is one at 2.5.0 153365 and one at 2.5.1 16543 Now I am only in VR when playing DCS. I would like to know if there is any WORKING apps for android to get the CDU from A-10C to my android tablet? Any of you have other idea of working stuff? Like a extra keyboard or so? If you have your cdu on external stuff, what stuff do you use and how? I am thinking to get me a extra keyboard, like a mini one, and have it to my right and only have cdu and some other stuff on it. And my regular keybord is default and use default stuff in DCS.
  21. Thanks How would my DCS_remapper code be then? Like this only? HID\VID_04F3&PID_0103&REV_0107&MI_00 enter a comment with a space at the start of the line like this A A Letter A B B Letter B C C Letter C D D Letter D .... And so on....
  22. Hello If I want my second keyboard to controll only the CDU panel A-X and 0-10 on a-10c How and what would the DCS_remapper.txt look like then? I really want my second keyboard to only write CDU panels stuff letter a-x and number 0-9 only
  23. That I could understand, but what does it do more specific? I cant see any changes between Optimal and prefer maximum performance in dcs world, or afterburner monitor stats....
  24. Hi, thanks for answer... What does "Prefer Maximum Performance" do in Nvidia controllpanel?
×
×
  • Create New...