Jump to content

Saylors

ED Partners
  • Posts

    207
  • Joined

  • Last visited

Everything posted by Saylors

  1. DCS BIOS Spit Problem Hi! Forgot to insert json files for Spitfire to make the PZ69 radio panel work. And correct my Spitfire settings file please - everything is shifted to the left - it's wrong. Flight Panel Spitfire (Saylors).rar SpitfireLFMkIX.json.rar
  2. When creating a new profile via "Edit BIOS-Control" for SpitfireLFMkIX - switches are not defined. And also not determined if I create my profile for SpitfireLFMkIX. But with the P-51D, everything is determined both when creating a new profile and when choosing one’s own. I recorded a video - on it I first uploaded via "Edit BIOS-Control" I created a new profile P-51D, after a new profile Spitfire. He showed that the PZ69 radio panel works on the new P-51D profile and does not work on the new Spitfire profile. Then I downloaded the profiles I programmed - and the situation repeated. In the video I have a game in full screen mode. Switching from game to application is visible with artifacts (sorry). At the end of the video, the radio station on the plane was manually switched by mouse.
  3. Switches are not defined in Flightpanels via BIOS Control. Yeah, it works.
  4. I found out something - initially the PZ69 Radio Panel does not work with the DCS-BIOS profile of SpitfireLFMkIX.lua from Saved Games\DCS\Scripts\DCS-BIOS\lib.
  5. Yeah, I see it in the software. But the numbers in my downloaded profile don't show up on any switching. Maybe there's something wrong with the profile. And with a simple emulator everything works and switches.
  6. Hi! I have a PZ69 radio panel not working in my "Flight Panel Spitfire (Saylors).bindings" profile in "DCSFlightpanels". Appears to be, but doesn't react. In other profiles it works. The profile doesn't even mention Radio Panel PZ69.
  7. PZ55 Switch Panel Hi! I can't set up gear indicators for SpitfireLFMkIX on the PZ55 panel. In the file "SpitfireLFMkIX.lua" from Saved Games\DCS\Scripts\DCS-BIOS\lib there are two identical parameters for two different commands - is it correct or an error?
  8. Now I see. And I picked them out and waited for a miracle:lol:. Nothing rude from your side - English is not my native language either:matrix:. Thank you very much for your help and explanations! Now I will try your .Binding profiles:joystick:!
  9. I have no complaints about your profiles. I want to try them and I will use them on planes and helicopters - it's your hard work and I'm grateful to you for it. Yes, the profiles with the extension (.bindings) from the "DCSFlightpanels-Profiles-master" folder work perfectly. DCS-BIOS profiles selected from the DCSFlightpanels_x64_3.2.2 menu do not work. Maybe I misunderstand (sorry in advance) - maybe you need to select P-51D (DCS-BIOS profiles) in the menu DCSFlightpanels_x64_3.2.2 and then program it - and then it will work in the game?
  10. Got some results. I had the Saved Games folder in my files on another F: drive, so I wouldn't lose them if I had any problems with the system. For DCSFlightpanels, I made a copy of this folder on C: - but it was not the main folder. The main folder of Saved Games was on F. Now I've completely transferred it to C. As a result indicator wheel rotates when receiving data from DCS-BIOS. But DCS-BIOS profiles themselves are not recognized by DCS. But the profiles of saved settings with the extension (.bindings) are recognized and already work with the cabin P-51D (in the example of video). Log is empty both in the DCSFlightpanel panel (in the lower right corner) and in the Google Chrome browser. Yes, I copied the DCS-BIOS folder with the scripts with the Export.lua file into the C:\Users\Saylors\Saved Games\DCS\Scripts directory - used by DCS (stable version). Export.lua file has not changed and looks like: Yes, the DCS-BIOS folder contains 2 folders (lib/doc) and the BIOS.lua BIOS = {} dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\AircraftList.lua]]) BIOS.dbg = {} BIOS.logfile = io.open(lfs.writedir()..[[Logs\dcs-bios.log]], "w") function BIOS.log(str) if BIOS.logfile then BIOS.logfile:write(str.."\n") BIOS.logfile:flush() end end package.path = package.path..";.\\LuaSocket\\?.lua" package.cpath = package.cpath..";.\\LuaSocket\\?.dll" socket = require("socket") dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\Util.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\ProtocolIO.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\Protocol.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\MetadataEnd.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\MetadataStart.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\CommonData.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\A-4E-C.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\A10C.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\AJS37.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\AV8BNA.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Bf109k4.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\C-101CC.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\ChristenEagle.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\F-14B.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\F-5E-3.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\F86.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\FA-18C_hornet.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\FW190D9.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Ka50.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\L-39ZA.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\M2000C.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\MB-339PAN.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Mi8MT.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Mig15.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Mig19.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Mig21.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\NS430.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\P-51D.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\SA342M.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\SpitfireLFMkIX.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\lib\UH1H.lua]]) dofile(lfs.writedir()..[[scripts\dcs-bios\lib\Yak-52.lua]]) dofile(lfs.writedir()..[[scripts\DCS-BIOS\BIOSConfig.lua]]) -- Prev Export functions. local PrevExport = {} PrevExport.LuaExportStart = LuaExportStart PrevExport.LuaExportStop = LuaExportStop PrevExport.LuaExportBeforeNextFrame = LuaExportBeforeNextFrame PrevExport.LuaExportAfterNextFrame = LuaExportAfterNextFrame -- Lua Export Functions LuaExportStart = function() for _, v in pairs(BIOS.protocol_io.connections) do v:init() end BIOS.protocol.init() -- Chain previously-included export as necessary if PrevExport.LuaExportStart then PrevExport.LuaExportStart() end end LuaExportStop = function() for _, v in pairs(BIOS.protocol_io.connections) do v:close() end -- Chain previously-included export as necessary if PrevExport.LuaExportStop then PrevExport.LuaExportStop() end end function LuaExportBeforeNextFrame() for _, v in pairs(BIOS.protocol_io.connections) do if v.step then v:step() end end -- Chain previously-included export as necessary if PrevExport.LuaExportBeforeNextFrame then PrevExport.LuaExportBeforeNextFrame() end end function LuaExportAfterNextFrame() BIOS.protocol.step() BIOS.protocol_io.flush() -- Chain previously-included export as necessary if PrevExport.LuaExportAfterNextFrame then PrevExport.LuaExportAfterNextFrame() end end and BIOSConfig.lua BIOS.protocol_io.connections = { BIOS.protocol_io.DefaultMulticastSender:create(), BIOS.protocol_io.TCPServer:create(), -- BIOS.protocol_io.UDPSender:create({ port = 7777, host = "192.168.1.177" }), BIOS.protocol_io.UDPListener:create({ port = 7778 }) } The Windows protector is off. Firewall is also off. Antivirus - I turn off Kaspersky Internet Security 19.0.0.1088(e) before starting DCS. There were no warnings about port blocking. Recorded a small video so you could have an idea of what works and what doesn't. It is not clear in the DCSFlightpanels panel what is the red circle with the exclamation point inside - what does it do and what role does it play? In DCSFlightpanels_error_log everything is the same. DCSFlightpanels_error_log.txt
  11. In the P-51D cockpit. In the DCSFlightpanels menu, select P-51D. The indicator wheel does not rotate, the control panel does not receive data from DCS. The ref page is not shows live data. DCSFlightpanels_error_log writes that Cannot access a disposed object. 21.04.2019 03:37:00 version : 1.0.146.5744 666 Custom message = [Via DCSBIOS.SetLastException()] System.ObjectDisposedException Cannot access a disposed object. Object name: 'System.Net.Sockets.UdpClient'. at System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, IPEndPoint endPoint) at DCS_BIOS.DCSBIOS.SendDataFunction(String stringData) 21.04.2019 03:37:00 version : 1.0.146.5744 9216 Custom message = [DCSBIOS.SendDataFunction()] System.ObjectDisposedException Cannot access a disposed object. Object name: 'System.Net.Sockets.UdpClient'. at System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes, IPEndPoint endPoint) at DCS_BIOS.DCSBIOS.SendDataFunction(String stringData) DCSFlightpanels_error_log.txt
  12. Removed the excess from the Saved Games folder. The Scripts folder contains the DCS-BIOS folder and the Export.lua file. The page in the Google Chrome browser does not show anything. Maybe I opened the wrong tab (I'm not sure). Keyboard emulator works. And DCS-BIOS profiles from the DCSFlightpanels_x64_3.2.2 menu do not work. Attaching DCSFlightpanels_error_log. If possible, show screenshots of the Saved Games folder and Google Chrome browse. Maybe I have something wrong, I'd appreciate it. I'd like to take care of the PZ55 panel and try the profiles DCS-BIOS on the planes and helicopters. The simplest example is the P-51D. DCSFlightpanels_error_log.txt
  13. I just mentioned about Arduino that I've done and tried and I've figured out how it works. In this case, this is not important and does not apply to the PZ55 Switch Pane. I wanted to ask if I copied the folder (composition) to the right directory. And why does DCSFlightpanels not work with DCS-BIOS files in PZ55 in this case?
  14. PZ55 Switch Panel Hi! I have a PZ55 Switch Panel. DCSFlightpanels_x64_3.2.2 is installed and works fine as a keyboard emulator. But there are no DCS-BIOS profiles. I copy and paste the ID of USB ports - but it does not work in DCS World itself. According to DCS-BIOS guidelines, I have connected the beginner-friendly Arduino microcontroller platform. The example from the manual on the A-10C is working, the LEDs on the Arduino board are flashing, and the button is being pressed. But I am not a panel builder. I need the PZ55 Switch Panel to work. DCS-BIOS folders inserted into Saved Games. It is not clear which folder to copy there - "dcs-bios-v0.7.1" or "dcs-bios-master". That's why the "DCSFlightpanels-Profiles-master" folder is needed - they don't work either. I'm not sure which folders to use in Saved Games - they are very different. Arduino used the COM port emulator. And here with the USB port nothing works. DCS-BIOS files do not work. I'm attaching screenshots of the folders. Help me out with this, please. I apologize for my English.
  15. - катит.
  16. Внесу поправочку для понимания массами. "ТРИММ. Р.П." - триммер рулевых поверхностей, так как МиГ-29 двухкилевой, следовательно на двух килях два руля направления и отсюда на каждом из них триммер рулевых поверхностей. ОКБ МиГа ввело эту аббревиатуру на 29-ых с появлением двух килей в схеме ЛА, видимо посчитав составом инженеров и руководством - что это будет более правильным для двух килей, чем "ТРИММ. Р.Н." - триммер руля направления относящийся к одному килю.
  17. По стимовской версии (у меня) папка с сохранениями всё та же и в том же месте работает без проблем. При установке с нуля стимовской версии DCS World Стим создаёт директорию DCS в папке ...:\Users\Saved Games\DCS и в ней все файлы пользователя. Файл autoexec.cfg создавал сам и там 5 строк у меня - options.graphics.maxfps = 60 options.graphics.ScreenshotQuality = 100 options.graphics.ScreenshotExt = "png" respect_alt_f4 = true crash_report_mode = "silent" - и всё работает отлично.
  18. Пробуй удалить эти папки с кешем и файл настроек options.lua как указано здесь https://forums.eagle.ru/showpost.php?p=3374900&postcount=12042 В основном все проблемы из-за старых графических луашников и кешей.
  19. Внешних почти никаких - всё внутри. По РЭБ будет продвинутей. Основные отличия МиГ-35 от МиГ-29: РЛС «Жук-А» с активной фазированной антенной решёткой (только в индийском тендере MMRCA, наличие РЛС с АФАР в версии для ВКС России не подтверждено, есть вероятность, что для ВКС идёт версия с РЛС «Жук-М», с ЩАР); комплекс обороны со средствами РЭБ, детекторами атакующих ракет и облучения лазерами, автоматами выброса ложных целей; открытая архитектура БРЭО; встроенная и контейнерная оптико-локационные станции (ОЛС) и нашлемная система целеуказания и прицеливания; увеличение боевой нагрузки; понижение радиолокационной заметности; новая электронная система управления двигателем РД-33МК; возможность использования модификации РД-33МК с отклоняемым вектором тяги, опробованной на опытном МиГ-29М/ОВТ с двигателем РД-33К; трёхканальная ЭДСУ с четырёхкратным резервированием; увеличенный запас топлива с возможностью дозаправки в воздухе и использования как заправщика; антикоррозийная защита по типу МиГ-29К; повышенные надёжность и живучесть, срок службы, ресурс самолёта и двигателей; уменьшение стоимости лётного часа в 2,5 раза; увеличение возможностей автономного базирования (например, кислорододобывающая станция на борту).
  20. В сторону отрицательных значений - т.е. никогда...
  21. Да штука-то понятно какая будет: ГС3+платные модули с едиными клавиатурными командами (рандомная раскладка клавиатуры) управления, которые сейчас и так есть в каждом модуле (про МиГ-21бис я бы так не сказал - там команды отсебятина какая-то!). Вопрос в следующем, точнее 2-а - сколько этот МАС стоить будет при таком раскладе (и отнюдь это не будет тысяч 5р. учитывая доп. платные модули) и как быть/что будет с вирпилами, у которых уже есть ГС3 и некоторые из этих (или всех) платных модулей? - Объединение их, с очередным обновлением DCS World, в этот MAC или какие другие манипуляции разрабов?... А вот про выделенный сервер - это очень хорошая новость - его так долго просили и ждали (кто в теме тот поймёт). Наконец-то, мы дождались, товарищи (когда рак на горе свистнет, упс свистнул уже) официального объявления от разработчиков по выделенному серверу. УРА-А-А-А!!! В светлое будущее идём! Но без финансов.
  22. Поможет только полное удаление драйвера NVIDIA, очистка остатков/хвостов от драйвера программой DDU http://www.guru3d.com/files-details/display-driver-uninstaller-download.html и чистая установка драйвера последней версии - тогда всё заработает в панели NVIDIA. А так скорее всего обновления были накатами на старый драйвер что и привело к неработоспособности панели NVIDIA - отсутствие влияния изменения параметров в ней.
  23. Да неужели в Steam-е релизная версия обновляется и аж на 11,9 GB? Что это за пришествие и какому божеству молиться за такую награду?... Если выше постом сказано - Сегодня не ждите (или это только относится к отдельной версии DCS с сайта или только конкретно к Хорнету)?
  24. Если есть возможность, ув. разработчики, переработайте эффекты пыли при езде САУ Мста (дымит слегка только выхлоп двигателя), и эффект при стрельбе - огненная вспышка из пламягасителя и дым влево и вправо от ствола. На видео очень хорошо видно как эти эффекты на реальном прототипе себя проявляют.
×
×
  • Create New...