Jump to content

pet333r

Members
  • Posts

    340
  • Joined

  • Last visited

Everything posted by pet333r

  1. No problem, I don't know everything either, but when I can help I will be very happy to help:smilewink: I'm working on MFD
  2. why you have the same entry twice in the file Export.lua? local lfs=require('lfs'); dofile(lfs.writedir()..[[scripts\pw-dev_script\Export.lua]]) if you use one device, enter its IP only once, not 3 times: 192.168.1.175 with this configuration PC will try to send the same 3x to device (which will sooner lead to a blockage)
  3. How does it not work? regarding this option, it is not active yet
  4. there may be two reasons: - wrong computer IP address specified in DCS UFC settings (check if it is correct, maybe some typo, enter IP again) - some additional software is blocking incoming connections to the PC
  5. Maybe your router assigned different IP addresses to devices? Did you check?
  6. Let us understand each other well. You have the script installed in: C:\user\SRPC\Saved Games\DCS\Scripts ?? because it must be installed there
  7. Yes! All scripts must be installed in this location (C:\user\SRPC\Saved Games\DCS) not to the folder where DCS World is installed
  8. The image is not yet displayed on the MFCD. So far, it's a better alternative to the Thrustmaster Cougar (with the right amount of buttons for the JF-17)
  9. You mean UFCP in landscape mode on the side with indicators? I think I could add it, you just have to think that it makes sense (so that the panel is not too small and you can click the button on smaller devices) MFCD the first time you have to click in the middle and select from the context menu which panel you want to use
  10. The files that are on the main page of the script (not in the zip file) are files directly linked to my DCS. In such a situation, when after a few minutes you stop receiving data, some software installed on the PC must cause this (was Windows Firewall / Bitdefender turned off for a certain period of time? After which it started?). If the script receives data, it will receive it, but if it cannot send it over the network, the device will have nothing to receive. Test it with: https://www.dropbox.com/s/xowl6rv0528ucif/DCS_ScriptTester.zip?dl=0 - In Config.lua change one of your IP (example: 192.168.1.4 to 127.0.0.1) - run DCS, some mission in F-14 / F-16 / FA-18 - run DCS_ScriptTester.exe from downloaded zip - select 1 and Enter will display data from DCS to you, you should receive data even if it does not reach Android (this will mean that some software is blocking their forwarding)
  11. 25070 UDP, for incoming connections to the PC
  12. This is what Export.lua looks good. The port is 25070 UDP. Windows firewall can block incoming connections. Turn off all the software you have for a while and check if it's ok. Are the data on the LCD displays displayed in the application?
  13. Just a few more things to add, tests and the panel will be ready????
  14. Didn't you change anything in the main Export.lua file after reinstallation? Check your computer's IP address, maybe after reinstalling Windows it has been assigned a different IP (compare with the one given in the DCS UFC settings). If this is ok check the firewall (in Windows) that it is not blocking ports
  15. New version 1.0.2020.730 avaible - F-14 ACMP: added Wing Sweep and engine fire indicators - F/A-18C: added HUD panel & ALR-67 buttons - F/A-18C UFC: chaged graphics and knobs - JF-17: changed UFCP font - A-10C CDU: increased size of some buttons and lot of layout performance improvement - A-10C UFC: fixed Master Caution button and lot of layout performance improvement - AV8BNA: improved layout ... and IMPORTANT ... Update the script, the problem with the lack of some data on the displays of some users has been eliminated :-) Tested by several users and works properly for everyone:thumbup:
  16. First, the CK-47 and the waypoints. I didn't think about what to add later, I think Master Mode panel as well. What useful else can I add?
  17. I did quite a bit of modification a few minutes ago
  18. Sure, more additions are planned, not only for Viper:smilewink: EHSI is Viewport the same as MFD (and that's more complicated) ... but ... I managed to "extract" some data from EHSI (and it would be even better), but I still have to "figure out" the rest
  19. I found a bug that could cause this, download the file itself to Hornet and replace it in the script. https://github.com/pet333r/pw-dev_script/blob/master/Modules/FA-18C_hornet.lua Let me know if it helped
  20. The problem will probably be somewhere on the device side, check the wifi, restart, once again make sure that the IP address is correct on the device. Probably some crap, it happens. Not that long ago I used to look for a solution at home why the device won't connect (2 hours of searching for a problem, it was enough to turn on the wifi:doh: )
  21. A few more things to improve and the update will be ready. It includes a wing sweep indicator for Tomcat, a HUD panel for Hornet and ALR-67 Then I take on Viggen:smilewink:
  22. Update folder Modules to the latest version
  23. Why do you have 192.168.1.104/105/106/108 set in the Config.lua file when the router configuration shows the IP address .4 / .5 / .6 / .8 ??
  24. Give something more info, what devices, what is connected to what etc. Have to read more about such networks, whether devices in them are visible "directly" or not. What the configuration looks like, maybe devices are connecting to a router other than the PC.
  25. ExportXSD - this is an option that looks a bit ahead because thanks to this you can "separate" the data required only by DCS UFC and my other applications (currently it allows to display G / AoA value / Mach in DCS AoA Indexer). It will also be required to receive data in SimFDR http://pw-developer.com/soft_simfdr.html But for it to work, ExportScript.Config.ExportSelfData = true must be set so for your configuration: device 7 (Phone_S4-AoA) Export7SD should be true for the rest of devices with DCS UFC set to false (unnecessary data for this application will not be sent -> less data sent over the network -> less application has to process -> the device responds faster and works longer on the battery) Important: if ExportSelfData = false, then setting any of ExportXSD will have no effect (no matter if it's false or true), this data will not be sent from DCS to any device anyway. I use "device 4" to test the script and all the changes I make to see if everything is received from DCS as it should be. You can safely change its settings for any device
×
×
  • Create New...