Jump to content

DCS Moving Map


Bergison

Recommended Posts

AFAIK yeah.
Would be great to have it, I’ve two iPads I could use, not that I’d need both running the map, even I don’t get that lost.
Well, you would have it in stereo though...
In any case, the app is awesome!

Sent from my SM-A536B using Tapatalk

  • Like 1
Link to comment
Share on other sites

@Bergison

FYI: I see this error in the DCS log a few times. Tends to happen on startup of DCS and then throughout any session. 

LuaHooks (Main): [string "C:\Users\adrian\Saved Games\DCS.openbeta\Scripts\Hooks\movingmap-hook.lua"]:55: attempt to perform arithmetic on upvalue 'lTime' (a nil value)
 

  • Like 1
Link to comment
Share on other sites

21 minutes ago, MAXsenna said:

emoji1787.png Well, you would have it in stereo though...
In any case, the app is awesome!

Which of us wouldn't at least try it? 😁 Truly double vision.

  • Like 1
Link to comment
Share on other sites

Which of us wouldn't at least try it? Truly double vision.
Don't set them too far apart. Not sure what the opposite of cross-eyed is.

Sent from my SM-A536B using Tapatalk

@Bergison
FYI: I see this error in the DCS log a few times. Tends to happen on startup of DCS and then throughout any session. 
LuaHooks (Main): [string "C:\Users\adrian\Saved Games\DCS.openbeta\Scripts\Hooks\movingmap-hook.lua"]:55: attempt to perform arithmetic on upvalue 'lTime' (a nil value)
 
I have reported this years ago, both here and on the website.

Sent from my SM-A536B using Tapatalk

Link to comment
Share on other sites

1 hour ago, MAXsenna said:

I have reported this years ago

To prevent this error in '..\Scripts\Hooks\movingmap-hook.lua' change line 55 from  

if ok_to_send == 1 and lTime + .1 < DCS.getModelTime() then

to

if ok_to_send == 1 and lTime ~= nil and lTime + .1 < DCS.getModelTime() then

 

  • Like 1
Link to comment
Share on other sites

To prevent this error in '..\Scripts\Hooks\movingmap-hook.lua' change line 55 from  
if ok_to_send == 1 and lTime + .1 < DCS.getModelTime() then

to

if ok_to_send == 1 and lTime ~= nil and lTime + .1 < DCS.getModelTime() then

 

Thank you!

Sent from my SM-A536B using Tapatalk

Link to comment
Share on other sites

2.16.  Windows.  I have Windows Defender disabled - NAV has this program excluded from scans and is allowing it full internet access.  Where are the maps supposed to install to?

Link to comment
Share on other sites

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?

my simpit website: bergisons.simpit.info

Link to comment
Share on other sites

What about the Kola Peninsula map ? Any chance, in the future ?

I9 12900k@ 5 GHz | 32 GB DDR4 | Asus ROG  Strix Z690-A Gaming Wifi d4| RTX 3090 | 6 TB SSD + 8 TB HDD | 4K Samsung Q90R 55" | VKB MK III PRO L | Virpil Throttle MONGOOST-50 | MFG Crosswind | TrackIR5

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...