Jump to content

Orsi

Members
  • Posts

    90
  • Joined

  • Last visited

1 Follower

About Orsi

  • Birthday 08/08/1986

Personal Information

  • Flight Simulators
    DCS
  • Location
    São Paulo - Brazil
  • Interests
    Flight sim, electronics

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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
×
×
  • Create New...