-
Posts
105 -
Joined
-
Last visited
-
I tried, but the DCS waypoint export via LoGetRoute() is no longer working. If anyone can point me to a way to export waypoint info out of DCS, I'd be happy to incldue it in MovingMap!
-
scommander2, did you replace your movingmap-hook.lua in the DCS SavedGames Script folder with the newest version? I've fixed this error with the latest release. It should cause no problems though using the old version, apart from this dcs.log entry. --------- By the way, I am shortly releasing the next MovingMap version which will feature many user requests, included: - Map Zoom via keypresses (Windows version, allocable) - Map Zoom via Mousewheel (Windows version) - MGRS Coordinates - MovingMap will not close with ESC button Any other feature requests for the next release, please post them now!
-
_JMax, the current version does not support key inputs. An option to bind keys for zoom is planned for the next release.
-
At the moment the map zoom can only be controlled via the buttons on the left of the screen. I can look into options to assign keys to control the zoom in the next update. What exactly do you mean by 'triggered on/off'? MovingMap is a standalone program/app and does not need to be switched on or off.
-
Hi scommander2! There is no real connection between DCS and MovingMap, DCS just sends out a stream of data via UDP as soon as the movingmap-hook.lua file is placed in the Scripts/Hooks folder. The entry in the Specials tab just sets the address.
-
Hi everyone, I need your help please! I am trying to show/export the F/A-18C RWR screen with this code in a Config/MonitorSetup .lua file: FA_18C_RWR = { x = 0; y = 450; width = 300; height = 300 } The export works, but has a transparent background. All the other MFDs have a black background, and can so easily be shown on separate monitors. How can I make the RWR background black as well? Many thanks for your help! Bergison
-
sobe, are you using the latest version of movingmap-hook.lua in your SavedGames/DCS/Scripts/Hooks folder? You can download the latest version on my webiste (https://movingmap.bergison.com/download) If you checked this and are still receiving no data from DCS, please check your dcs.log file (found in SavedGames/DCS/Logs folder) and search for any Errors containing 'movingmap-hook' -------------------- Oh, I posted my reply before reading that your MovingMap is now working! Glad to hear and thanks for working it out! Have fun with it!
-
Hi sobe, does the app only show an empty black screen, or does it show the logo and the 'No data from DCS' message? Does your Android App work?
-
Hi sobe, does the app only show an empty black screen, or does it show the logo and the 'No data from DCS' message? Does your Android App work? In any case, you need to make sure that Windows Defender (or any other software) does allow UDP data on port 50000.
-
Export Values for Engine Informations
Bergison replied to vJaBoG32_Siddharta's topic in PC Hardware and Related Software
Wow thanks, that looks very promising already! Do you maybe know how to use 'getListIndicatorValue' with a hook lua script? I have tried local IFEI = getListIndicatorValue(5) local own_fuel = IFEI.txt_FUEL_UP and local IFEI = Export.getListIndicatorValue(5) local own_fuel = IFEI.txt_FUEL_UP but none works. Thanks again for your help! -
Export Values for Engine Informations
Bergison replied to vJaBoG32_Siddharta's topic in PC Hardware and Related Software
Resuscitating a very old thread here, but I am struggling to find the panel argument of the fuel on board value for the FA-18. Looked through all the IFEI files, can't find anything. Any help is apprechiated! -
The Windows version and the full Android version support all present and future DCS theaters.
-
Have you tried launching MovingMap as administrator? Could you please also try and move the entire folder to another hard drive? Maybe it lacks writing permission. Downloaded maps should be saved in the 'cache' folder, do you see any map tiles there?
-
EFGross, which version are you using? Android or Windows? The maps are downloaded in the background, does your App have internet permissions set (Android) or does maybe Windows Defender block internet access? AdrianL, thank you! I will add this to the download .zip
-
There is no need to edit or change these values, they are saved automatically when the App closes. For a reference, this is what MovingMap saves at each index: user settable values (saved in config.ini file) 0 = 2 MAP style (2, 3, 4) 1 = 1 TYPE show/hide (-1/1) 2 = -1 C/S show/hide (-1/1) 3 = -1 ALT show/hide (-1/1) 4 = 1 ROSE show/hide (-1/1) 5 = -1 SZ/F show/hide (-1/1) 6 = 1 SZ/E show/hide (-1/1) 7 = 1 TRACK show/hide (-1/1) 8 = 0.5 MAP opacity (0 .. 1) 9 = 50 Missile Warning Volume (%) (0 .. 100) 10 = 1 AIP show/hide (-1/1)