Jump to content

Focha

Members
  • Posts

    826
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Focha

  1. Thank you a lot @graveyard4DCS. I am working on the Kola one. Do you have any interest in it?
  2. Thank you @graveyard4DCS that would be awesome.
  3. Hi all, Since the recent update to the Syria map, CombatFlite has stopped working correctly with it. This is because the CombatFlite XML file for Syria is missing airbases and other key data and is no longer updated. Does anyone have an updated XML file for the Syria map? I'm currently working on one - would anyone be interested in it? Kind regards,
  4. @Flappie what software are you using? QGIS? If so, I can try to help you.
  5. 5 years later, any news on this?
  6. It seems that naval units does not respect "late activation".
  7. Saving the mission on ME screen makes the mission unload. If you click fly, the mission will not load and the game will get stuck at loading screen.
  8. Hi, Thank you for your reply. According with NATOPS available document, it does not state any limitation on the system. MODERATION: (removed manual quote due to Forum rules) The heading selection should not be dependent on the True or Magnetic heading, it is only a heading bug. The problem that I am stating here, it is related with that selection. The aircraft, with HSI in TRUE HDG, when you select the heading bug, it will always display the MAG HDG instead of TRUE HDG. It is very hard to belive that such aircraft has such limitation, can you please provide any reference? Thank you.
  9. To replicate use a map with a big difference between the true and magnetic heading, this one was in Kola. Switch HSI to TRUE HDG via HSI DATA ACFT. Then when you select an HDG with the HDG bug on HSI the AFCS does not follow TRUE HDG instead it keeps following MAG HDG. I don't have specific knowledge on the F/A-18 but many other aircraft AFCS will always follow the HDG bug.
  10. Hi, I have set up 4 bombers (B1) with JDAMs and set up the waypoint to deliver 6 bombs in each waypoint. Only the first aircraft complies with the drops in the first pass. The other 3 only drop 1 bomb in each pass. Cheers.
  11. Is this possible, even if not using Mist?
  12. Hi all, I want to spawn AI plane unit in a large area, lets say CombatTrigger, when a player (blue coalition, plane), pass in a specific trigger zone, lets say ZoneTrigger. If the players or AI units leave the CombatTrigger, then the group is deactivated. If the players pass on the area again, they respawn this unit. I've tried a code, but for some reason, I cannot make it happen. Code below. Can anyone help me, thank you. mist.flagFunc.units_in_zones{ units = {'[blue][plane]'}, -- Replace with the player aircraft coalition and category zones = {'TriggerZone'}, -- The name of the small trigger zone where players enter flag = 1, -- Set flag 1 when players enter the trigger zone stopFlag = 2, -- Stop checking for players when flag 2 is raised } -- Function to spawn AI when players enter the small trigger zone function spawnAI() local aiGroup = mist.respawnGroup("AI_Group", true) -- Replace "AI_Group" with the name of the AI group in the mission editor trigger.action.outText("AI Group Spawned!", 10) -- Inform players that AI has spawned end -- Function to deactivate AI if AI or players leave the combat zone function deactivateAI() local aiGroup = Group.getByName("AI_Group") if aiGroup then aiGroup:destroy() trigger.action.outText("AI Group Deactivated!", 10) -- Inform players that AI has been deactivated end end -- Schedule the spawning of AI when players enter the small zone (trigger zone) mist.scheduleFunction(function() if trigger.misc.getUserFlag(1) == 1 then -- Check if players have entered the trigger zone spawnAI() mist.flagFunc.units_out_zones{ units = {'[blue][plane]', 'AI_Group'}, -- Players and AI group zones = {'CombatZone'}, -- The large combat zone flag = 2 -- Set flag 2 if AI or players leave the combat zone } trigger.action.setUserFlag(1, 0) -- Reset flag 1 end end, {}, timer.getTime() + 1, 1) -- Schedule AI deactivation if AI or players leave the combat zone mist.scheduleFunction(function() if trigger.misc.getUserFlag(2) == 1 then -- Check if AI or players have left the combat zone deactivateAI() trigger.action.setUserFlag(2, 0) -- Reset flag 2 end end, {}, timer.getTime() + 1, 1)
  13. Any solution?
  14. Amazing engineered flying machine! I wonder... did the first CH-47 version had already those controls and augmentation systems? Also, the Frog, CH-46, had similar systems? Thank you for the explanation.
  15. Thank you @NineLine for the update and for posting the official position. That is a way of ED saying that cares for its customers. Kind regards and hope both parties can achieve an agreement that suits both companies.
  16. After this last update the engine fails in some regimes. I will try to upload track. Does anyone have this problem also?
  17. Hi there, Just a simple question… how did the pilots communicate with the F-4E? With only one radio, how did the flights communicate with exterior forces and with each flight member? Probably, they had different communication policies/rules, but I am interested to know how they did it, if anyone has some material. Thank you kindly.
  18. EU consumer rules cover goods and services that have been bought in the EU. However, if you buy from a non-EU online trader who has specifically targeted EU consumers you should also be covered by EU rules, but you may find it difficult to assert your rights with a trader who is based outside the EU. That is not our problem as consumers. That is a problem that RAZBAM and ED need to solve. If this is getting both companies a bad reputation, that should be a risk assessment that should be made earlier. As a consumer, your only problem is getting what was advertised in a reasonable amount of time.
  19. Good afternoon, Seeing that there are no news or updates related to Razbam products, that ED commercializes, I would like to know what my options are as a client, regarding the last product "DCS: F-15E by RAZBAM". I purchased the product on 17/02/2023, which is still in the minimum 2-year protection guarantee under EU law, for any digital content or digital services turn out to be defective, do not appear as advertised or do not work as expected. If the provider cannot repair the content or services within a reasonable time, free of charge and without inconvenience to us the client, we may request at least a price reduction. Until when it is expected that we know, within a reasonable time, what ED will do about this situation? Thank you for your understanding. Kind regards.
  20. Hi, Can someone confirm if the rearm logic changed for FARPs? Is it necessary to shutdown, even electrics? I cannot rearm nor refuel with engines running and electrics up. Kind regards.
  21. Hi Flappie, No, my PC is not connected to a surge protector. It seems that happens always when I do ALT+TAB. It is not always, but it is very recurrent. So I think that can be a probable cause. Thank you for your interest.
  22. And again. Already did the steps for repairing and all is updated. The log file... dcs.7z
  23. Did you managed it?
×
×
  • Create New...