Jump to content

pet333r

Members
  • Posts

    340
  • Joined

  • Last visited

Everything posted by pet333r

  1. New version 1.0.2022.0819 avaible - A-10C: added COMM 1&2 on radio panel in portrait mode - F-14: added AFCS panel - F-16C CMDS: FL switch fixed - Ka-50: added cautions panel - Ka-50: improved display data and the display of the ABRIS button options has been added - FC3: added ability to switch between panels - added protection against application crash in case data from DCS are already being sent to another application on this device - changed some graphics - added Android 13 support
  2. It is possible that I will also add the option of displaying ground units, but more as an "experimental" option because these objects are often hundreds or even more during various missions, and for some devices (usually older and slower), such a number of objects on the map may be difficult to handle.
  3. 1. This is something I would also like to add, a question of finding some good solution not to change half of the application code 2. I even worked on it, the problem is that each panel and even each OSB button uses a lot of different data (it is not standardized in any way), it would require a huge amount of data checking 3. Pretty good idea, I need to check 4. It is also an idea that I would like to implement if it is possible 5 & 6. It won't be too complicated Thanks also for the criticism, it is also important to me At the very beginning, update the entire script, it is possible that you have an older version and not everything works as it should (e.g. displaying the position on the map). And the application at that time has been significantly changed to make the best use of the possibilities. As for the minimization of DCS after starting DCSUtil, I have not encountered such behavior yet, nor has anyone written about it before, I will check what may caused that because it's a bit strange As for the application that installs the script, I wrote it to make script installation as easy as possible for users. Because some people encounter scripts in DCS for the first time or are just not sure where to copy it. As for the uninstall option, this is of course something that can also be added
  4. I am working on making both applications run on the same device at the same time and am well on my way to fixing this issue
  5. Send me the entire "Scripts" folder (along with all other files, not just my script) via e-mail: piotr.wos.developer@gmail.com
  6. You also have an updated Config.lua file? If you have the option to report a bug when it occurs, please do so, I will have more information on where to look for the cause of the behavior
  7. Click on the link to the application, you will see the amount in the currency of your country
  8. Want to be up to date, look here: https://www.facebook.com/pw.developer Description Navigation system and radar map for DCS World For working You need to download and install Lua export script for DCS World from here (detailed information on how to add a script to DCS World can be found on the same page) https://github.com/pet333r/pw-dev_script main functions: - displaying your own position and data (metric / imperial) - NS430 support - displaying the radius of a circle around the user module - displaying the position of other objects: airplanes, helicopters, ships - displaying Morse code of object identifiers on the map - SAM launcher position display - displaying information about current missiles in the air - displaying airports on the map with information - displaying parkings at airports - display of available ILS tracks with navigation information - display beacons (TACAN, NDB, VOR etc) - displaying different icons depending on the type of object - displaying map boundaries - displaying NTTR boundaries - displaying the line between the user and the selected object along with the current distance - display of additional information (A/A, A/G, Arm, landing gear, distance to selected object) - radio altitude limit warning - change of frequency of data reception from DCS World for individual objects - ability to enable/disable displaying individual objects on the map - option to add waypoints on the map (up to 5) - change of map type - display of GPS data in the following standards: DD / DMS / MGRS - side menu with the ability to quickly change the display of objects on the map - support for DCS Util app - works with any module DOWNLOAD: https://play.google.com/store/apps/details?id=com.pwdev.dcsnav Video: Pictures: Versions: 2025.01.10 - no need to load the map after changing mission - fixed map zoom saving and last position data - some graphics have been changed and optimized - improved support for older versions of Android - NTTR data corrected - a lot of minor fixes 2024.08.27 - added object animations - added morse code - added display of ILS beacons - added display of parkings - fixed possible problems that could occur during the connection - fixed displaying of missiles positions - fixed display of information on devices with different language settings - moved the ability to change the type of GPS data displayed (from the bottom bar to the side panel) - optimized application code for better performance - hardware support enabled - many additional changes 2023.12.30 - added Android 14 support - added data display in MGRS format - NS430 support - module data corrected - changed icons in Settings - little fixes 2023.10.14 - added user machine icon change (plane/helicopter) - added ability to change the type of data display (metric / imperial) - added version checking of the script installed on the PC - added information about not displaying some data depending on server settings - added saving of map zoom settings and GPS data type - added player callsign - changed position of mission time display - fixed the display of the frequency of objects on the map - fixed the saving settings on the device - fixed line removal between user and object during map change - fixed display mission time - fixed display on devices supporting "Right-to left" mode - clearing the window the data of the last selected object - changed information on setting the IP address - added link to privacy policy 1.0.2022.1111 - changed default receive port - added option to disable the display of enemy units - added option to change the display type of GPS data (to change click on the displayed data) - added option to add your own markers / waypoints on the map (up to 5) - added line between the user's machine and the marked object on the map with displaying the current distance to that object - added display of additional information (A/A, A/G, Arm, landing gear, distance to selected object) - added speed brake open indicator (for some modules) - fixed displaying of user direction on map - fixed display of some data on different types of devices
  9. Add this folder to some cloud service (Google Drive, Dropbox etc) and send me a link to the shared folder. Google often doesn't allow add lua files as an email attachment because it considers them "suspicious".
  10. Send me the entire Scripts folder and screenshots with IP addresses of your devices. I will check where the cause of this may be
  11. Check if the IP addresses of the devices are correct, it is possible that the router assigned them new ones Info for DCS UFC app users who have the new South Atlantic map. Please update the script to the latest version so that everything works properly when flying on this map. To do this, just run the "update_pw-dev_script" file in the script folder. https://github.com/pet333r/pw-dev_script
  12. replace the files responsible for the update in the script (update.ps1 - download from github), it is possible that you have an older version of this file that previously had to be updated manually this is how it works at the moment a few people have already written to me about this, I'll try to come up with something The A-10 will definitely get it --------------------------------------------------------------------------------------------- New version 1.0.2022.0520 avaible - F-16C: added ECM panel - JF-17 changed panels graphics: COMM, external / internal lights - AJS37: updated warning colors on the right panel - FA-18C: added "clicking" COMM's knobs (by clicking on COMM LCD) - added window with information about the configuration of MFD / JF-17 MFCD panels - removed unnecessary files - some app code has been optimized
  13. I will add, not only this for the Ka-50 I know this, but it is not possible to add "click on the COMM's knob" in the app, I think I will add some extra buttons on the panel which will correspond to "clicking" the COMM knobs. As for the organization of the panels, I also thought about it, but I have to think how to organize it because it will definitely require significant changes in the application. I will check it, it is possible that something has changed in this module and will need a script update.
  14. New version 1.0.2022.0401 avaible - A-10C: added external/internal lights panel - AV8BNA: fixed AV BIT caution light - M2000C PCN: added INS waypoints buttons & mode/operation selectors - M2000C PCN: updated display of BAD, REC, MRC, VAL buttons backlight - M2000C PCA: fixed illumination of the lower buttons - map: added the ability to toggle data display in metric / imperial form - added Android 12L support - some unnecessary files have been removed
  15. New version 1.0.2022.0211 avaible - JF-17: added radio panel (COMM) - app: part of the data receiving code has been optimized - fixed display of the map panel on some types of devices - changed color of "clicking" buttons to less visible - some fonts have been changed
  16. There should be no compilation with Tacview and Vaicom, but I am not sure about the other scripts. Try to turn off the others and turn them on one at a time, checking which one causes a conflict
  17. I did some testing. I was looking for a lot on the net and as it turns out, almost every script for DCS World causes some drops. Hence, the reason rather is in lua itself (and the data transfer) or data reception from DCS World or both, but more on that later. First, I set the graphics settings to the lowest level in DCS to get the most FPS to get the best view of the FPS difference. Then I ran the same mission in DCS with different settings: - no scripts - app script - DCS-BIOS script - Tacview script - SRS script All these configurations separately, after each test there was a restart of DCS World and setting the next script for testing. The decline occurred with every script (except SRS). The remaining scripts dropped at the same level. Smaller drops could be observed on the Caucasus map (at 160 FPS, a drop by about 5-6 FPS). The biggest drop in Mariana Islands (with a 130 FPS drop of about 10 FPS). From what it seems to me, drops occur in every script that somehow processes data from a specific module (that's why it probably did not occur on SRS, but SRS was only running during the test - not connected to any server) With a smaller amount of FPS (60-80), the drops were imperceptible (with or without the script, the amount of FPS was practically the same) I was looking on the net and it turns out that information about certain drops can be finded practically about each script. Additionally, I changed some code in the script, it gave a slight speed up by about + 3% (update available on Github) I want to do more specific tests because at the moment it only applied to FA-18 on Caucasus and Mariana Islands maps. Perhaps it may be a little different for other modules.
  18. I work, but the vast majority have to be rewrite to a programming language other than the Android version (which is a lot of work). In addition, I'm working on something else ... so far I can't tell more ...
  19. Best to update the whole script (it has changed a bit). Delete the entire folder and download a new zip file from github (of course, don't forget to include your devices' IP in the new Config.lua file)
  20. The LTD/R switch remains in the ARM position while the Targeting Pod is in OPR "Operate" mode. If I can find a way to check which mode the Targeting Pod is currently in, then I will be able to fix that (remains ARM / returns to SAFE). At the moment I think it is better to leave the possibility to turn on LTD/R This is because other characters are sent from DCS instead of "error"
  21. Thanks for the info, I'll check it out
  22. New version 1.0.2021.1126 avaible - AV8 UFC: the "clicking" area of the ODU buttons has been enlarged (now you can click on the button or the LCD) - AV8 UFC: added ODU displays in vertical mode (to "click" tap on a given LCD) - AV8: HUD switch area has been enlarged - F-14: added VDI indicators on the ACMP panel - F-14: added gun ammo count indicator - F-14: 'Lights' and 'RIO CAP' panels have been updated to support the latest version of the module - F-14: improved text display on devices with smaller screens - F-16C: fixed MAL IND LTS switch on the 'Lighting' panel - JF-17 INT LTS: fixed 'Consoles' knob - graphics of some knobs/switches has been changed to new ones - unnecessary files have been removed - added Android 12 support
  23. New version 1.2.2021.1126 available - improved data receiving - added Android 12 support
  24. Is this problem with the F-14 (CAP & lights) occurring on the same device as other things work, or are you using more devices and one doesn't work? Check if you have the correct PC IP address (in the application settings, check if it is correct and try to enter it again). At the moment, I cannot check it in DCS World (since Tuesday I am without the motherboard in my desktop, waiting for a new one, it should be until next Wednesday). However, my laptop with integrated graphics "crashes" after launching a mission in DCS. At the moment, my options are limited
  25. The application is not written as an application with a webpage interface
×
×
  • Create New...