Jump to content

Orsi

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Orsi

  1. thanks a lot, your tips helped me. Now is working properly.
  2. I'm trying to create some commands for my toggle switchs. I searched at clickalbedata.lua and devices.lua to find button number and device number. Sucessfully added some commands, and they worked correctly. But when I add more, DCS loses my config. What I'm doing wrong here? All that are marked with -- when I remove -- makes my file not work. This is for A-10CII --AHCP {down = iCommandPlaneAHCPMasterArm, name = _('Master switch ARM'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPMasterSafe, name = _('Master switch SAFE'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPMasterTrain, name = _('Master switch TRAIN'), category = _('Armament HUD Control Panel')}, {down = 3001, up = 3001, value_down = 0.2, value_up = 0.1, cockpit_device_id = 7, name = _('Master switch Arm/Safe'), category = _('Armament HUD Control Panel')}, {down = 3001, up = 3001, value_down = 0.0, value_up = 0.1, cockpit_device_id = 7, name = _('Master switch Train/Safe'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPGUNPACArm, name = _('GUN/PAC switch ARM'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPGUNSafe, name = _('GUN/PAC switch SAFE'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPGUNArm, name = _('GUN/PAC switch GUNARM'), category = _('Armament HUD Control Panel')}, {down = 3002, up = 3002, value_down = 0.2, value_up = 0.1, cockpit_device_id = 7, name = _('Gun PacArm/Safe'), category = _('Armament HUD Control Panel')}, {down = 3002, up = 3002, value_down = 0.0, value_up = 0.1, cockpit_device_id = 7, name = _('Gun Arm/Safe'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPLaserArm, name = _('LASER switch ARM'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPLaserSafe, name = _('LASER switch SAFE'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPLaserTrain, name = _('LASER switch TRAIN'), category = _('Armament HUD Control Panel')}, {down = 3003, up = 3003, value_down = 0.2, value_up = 0.1, cockpit_device_id = 7, name = _('Laser Switch Arm/Safe'), category = _('Armament HUD Control Panel')}, {down = 3003, up = 3003, value_down = 0.0, value_up = 0.1, cockpit_device_id = 7, name = _('Laser Switch Train/Safe'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPTGPOnOff, name = _('TGP switch ON/OFF'), category = _('Armament HUD Control Panel')}, {down = 3004, up = 3004, value_down = 1.0, value_up = -1.0, cockpit_device_id = 7, name = _('TGP ON/off'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPAltSCEBaro, name = _('ALT SCE switch BARO'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPAltSCEDelta, name = _('ALT SCE switch DELTA'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPAltSCERadar, name = _('ALT SCE switch RADAR'), category = _('Armament HUD Control Panel')}, --{down = 3005, up = 3005, value_down = 0.2, value_up = 0.1, cockpit_device_id = 7, name = _('ALT SCE BARO/DELTA'), category = _('Armament HUD Control Panel')}, --{down = 3005, up = 3005, value_down = 0.0, value_up = 0.1, cockpit_device_id = 7, name = _('ALT SCE RADAR/DELTA'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPHUDModeDayNight, name = _('HUD Mode switch Day/Night'), category = _('Armament HUD Control Panel')}, --{down = 3006, up = 3006, value_down = 1.0, value_up = -1.0, cockpit_device_id = 7, name = _('HUD MODE DAY/NIGHT'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPHUDModeNormSTBY, name = _('HUD Mode switch NORM/STBY'), category = _('Armament HUD Control Panel')}, --{down = 3007, up = 3007, value_down = 1.0, value_up = -1.0, cockpit_device_id = 7, name = _('HUD MODE NORM/STBY'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPCICUOnOff, name = _('CICU switch ON/OFF'), category = _('Armament HUD Control Panel')}, --{down = 3008, up = 3008, value_down = 1.0, value_up = -1.0, cockpit_device_id = 7, name = _('CICU ON/off'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPJTRSOnOff, name = _('JTRS switch ON/OFF'), category = _('Armament HUD Control Panel')}, --{down = 3009, up = 3009, value_down = 1.0, value_up = -1.0, cockpit_device_id = 7, name = _('JTRS ON/off'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPIFFCCOn, name = _('IFFCC switch ON'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPIFFCCTest, name = _('IFFCC switch TEST'), category = _('Armament HUD Control Panel')}, {down = iCommandPlaneAHCPIFFCCOff, name = _('IFFCC switch OFF'), category = _('Armament HUD Control Panel')}, --{down = 3010, up = 3010, value_down = 0.2, value_up = 0.1, cockpit_device_id = 7, name = _('IFFCC ON/TEST'), category = _('Armament HUD Control Panel')}, --{down = 3010, up = 3010, value_down = 0.0, value_up = 0.1, cockpit_device_id = 7, name = _('IFFCC OFF/TEST'), category = _('Armament HUD Control Panel')}
  3. @BIGNEWY Any news about this? An old problem that afects lots of users whitout a solution. We need a solution please.....
  4. I'm sorry for the english subtitles, but i'm without extra time to do this.
  5. but when you freeze and then move the cursor, target coordinates should match.
  6. I've made 2 more tracks, one with freeze and another one without freeze. F-16 AG RAdar whit freeze GBU miss.trk F-16 AG RAdar no freeze GBU hit.trk
  7. do you freeze the image to try to lock the target? I think the problem is with the freeze mode. I've flyed again the same mission without using freeze, it`s very harder to lock taget, but seens to hit.
  8. Hey, I've created a misson to test the new AG radar at the F16, but somethin seens to be wrong. I'm allways missing the targets. See attached mission editor target coordinates and AG radar coordinates. I don't know if AG radar has something worng or I'm doing somethin wrong. F-16 AG RAdar bombs miss.trk
  9. Actualy I've desabled this option on youtube, but I've enabled it again.
  10. I am getting some errors during instalation. I've allready disabled the firewall, deleted the downloaded files, but allways get an error. autoupdate_log.txt
  11. pretty much the same procedures that I always do. I don't know what happen with my A-10. Your track shows the line vertical. I'll do some more tests here.
  12. I've tried here, with your track no problem. But I've made some testes, with cold start the issue happens. Try to do a ccip attack with cold start to check.
  13. @Stuka I've got the projected bomb line issue today too. This was not fixed. see attached a track. A-10CII CCIP BUG2.trk
  14. I’ll add wind and test again. But the ones that doesn’t have localizer is a real problem
  15. I’ll test it again. With correct wind
  16. I've made some tests using A-10CII and noticed that some ILS are not working. Sharjah Intl - RWY 30 - OK Sharjah Intl - RWY 12 - Not Working khasab - RWY 19 - OK Al Minhad AFB - RWY 27 - OK Al Minhad AFB - RWY 09 - Not Working Dubai Intl - RWY 30L - Not Working Dubai Intl - RWY 30R - Not Working Dubai Intl - RWY 12L - Not Working Dubai Intl - RWY 12R - OK Al Maktoum Intl - RWY 30 - OK Al Maktoum Intl - RWY 12 - Not Working Al Dhafra AFB - RWY 13L - Not Working Al Dhafra AFB - RWY 13R - Not Working Al Dhafra AFB - RWY 31R - OK Al Dhafra AFB - RWY 31L - Not Working Avardarya - RWY 08 - OK Bandar Abbas Intl - RWY 21L - OK Shiraz - RWY 29L - OK
  17. I've made some tests using A-10CII and noticed that some ILS are not working. Batumi - RWY 13 - OK Kobuleti - RWY 07 - OK Kutaisi - RWY 07 - OK Senaki - RWY 09 - OK Sochi-Adler - RWY 06 - Localizer not working Mineralnye Vody - RWY 30 - OK Mineralnye Vody - RWY 12 - Not Working Nalchik - RWY 24 - Localizer not working Beslan - RWY 28 - Localizer not working Tbilisi-Lochini - RWY 13 - OK Tbilisi-Lochini - RWY 31 - Not Working Vaziani - RWY 13 - OK Vaziani - RWY 31 - Not Working
  18. @BIGNEWYany news about this issue? Color of extracted displays are very different from in cockpit ones.
  19. I hope so. Those new clouds make airbases hard to find without landing instruments
  20. Any way to turn on airport lights at bad weather daylight?
  21. Same here, I’ve reported at 2.5, but no fix. Now we have 2.7 and no fix yet.
  22. Doing so you will have IC problems when flying at some servers.
  23. The dusty cloud depends from the local soil
  24. @BIGNEWYsorry for the delay, here is my track showing that DMS AFT and FWD Long are not working. You can see at the stick that I hold the command, but nothing changes at the TAD. Also I'm with TAD SOI. All short commands are working verry well. A-10 DMS AFT FWD LONG.trk
×
×
  • Create New...