Jump to content

Flappie

ED Beta Testers
  • Posts

    17390
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Flappie

  1. The path shown on your screenshot is a livery folder, not a model folder. There are no models in livery folders, hence the empty window.
  2. I've just reported the issue. You gave me a very simple way to reproduce the issue. Thank you.
  3. I wouldn't say it is smokeless in DCS. Here's a comparison: SA-5.trk
  4. It seems that something was changed with today's update: now the light comes out very quickly (and the frequency still changes instantly). I know how it used to work for decades in DCS. But just for the sake of it, do we have some footage of the real R-828 radio?
  5. I've just bumped the internal report.
  6. It depends on the aircraft nation, it's not a bug. For example, a few years ago, the GDR had the Americain voicing, which sounded odd. Since there is no German voicing in DCS, GDR was changed to the Russian voicing, which is a little bit more coherent than the American voicing.
  7. This asset is waiting for a fix from RAZBAM.
  8. This was reported a few years ago. I'll bump the internal report.
  9. I'll wait for your feedback before tagging this "fixed".
  10. @Roacher Other textures are back in the ME with today's update.
  11. You shouldn't see this issue anymore with today's update. Please ping me if you see otherwise.
  12. The A-10 patches got fixed with today's update.
  13. @AstonMartinDBS This should now be fixed. Can you give it a try, please?
  14. @Honez This should be fixed with today's update. Please ping me if it's not.
  15. The LS Ropucha LOD is now fixed.
  16. This should now be fixed.
  17. I manage to reproduce the issue by clicking the "Actual size" icon (I have a 21:9 screen, by the way): no mouse scroll is possible, then. I then click the Magnifying glass "+" icon and draw a rectangle over the map: unstuck.
  18. You mean you had to used Process Lasso in order to unpark all of your cores?
  19. Click on the "Magnify" icon then zoom on a part of the map. This will get you unstuck.
  20. Hi @pimp. You shouldn't have this message in your log: 2025-01-18 19:48:41.624 WARNING EDCORE (Main): CPU HAS PARKED LOGICAL CORES (this can be source of stuttering and reduced performance especially on hybrid CPUs with P/E-cores) Parking cores was a workaround for a DCS MT bug, but this bug got fixed in late 2024. Try unparking all of your CPU cores. Also, don't use Process Lasso or anything else. Let your CPU do its thing.
  21. It's as if DCS couldn't find the radio called "intercom". Have you configured an extra radio unit in the Mi-24P Voice Chat Radio Options menu, or customized your Mi-24P radio somehow?
  22. I don't have this problem, I hear Petro whisper in my headphones, while the engines roar through my speakers (tested in SP and MP). I'm seeing an intercom-related issue in your log: 2025-01-18 05:09:08.368 ERROR LuaGUI (Main): [string "./MissionEditor/modules/mul_voicechat.lua"]:814: attempt to index local 'pIntercom' (a nil value) Since I for one don't have this error in my log, you should start from there. Here's an excerpt of the mul_voicechat.lua script: if handler ~= voice_chat.RadioHandlersSingletons.INTERCOM_SOUND_VOLUME then local intercom_indication = voice_chat.getIntercomIndication() local pIntercom = guiRadiosById["intercom"] <--- the issue probably starts here if intercom_indication == 3 then pIntercom.sPTT:setSkin(sPTTredSkin) tbHotMic:setSkin(tbHotMicRedSkin) elseif intercom_indication == 1 then pIntercom.sPTT:setSkin(sPTTyellowSkin) tbHotMic:setSkin(tbHotMicYellowSkin) elseif intercom_indication == 2 then pIntercom.sPTT:setSkin(sPTTgreenSkin) tbHotMic:setSkin(tbHotMicGreenSkin) elseif intercom_indication == 0 then pIntercom.sPTT:setSkin(sPTTgraySkin) <---- line 814 tbHotMic:setSkin(tbHotMicGreySkin) end end
  23. I tried your mission for about an hour but could not reproduce you slot availability issue (I used the "Gecko-1" Apache slot). Maybe it was caused by a server-side script (slot blocker for instance). My client log does not have these sound error messages of yours. From time to time, your log says it's trying to launch SRS, but I don't thin it has a link with your sound error messages. dcs.log
×
×
  • Create New...