Quote:
Originally Posted by khold
No options fits my needs but i'm not sure you guys know what im after.
Maybe it's not suppossed to be there with the mod?
When I start my Tacticalmap looks like this

after a few secs like this
but on my navmap i see the "X"
I used a compass which shows where t "X" should be.
Is this suppossed to be like this or is something wrong?
|
Maybe the solution is here. I have the same problem.
Is this section :
######################################### Real Navigation ############################################
# the error (expressed as decimal) for the Navigator's calculation of current position (fix) using celestial navigation (used in real navigation only). This is the max error in meters. It will be used as the -min value and max value of a random function
# below is an float value only! (in meters)
NavCelestialMaxCalcFixError = 5000.0
# the minimum time it takes the Navigator to calculate the current position (fix)
# below is in seconds
NavCelestialCalcFixMinTime = 900.0
# the maximum time it takes the Navigator to calculate the current position (fix)
# below is in seconds
NavCelestialCalcFixMaxTime = 2700.0
# does navigator show position on the maps after he calculates current position (plots a new navigation fix)?
# change below to either True or False
NavShowPositionOnMapsAfterCalc = True
# if NavShowPositionOnMapsAfterCalc enabled, how long does the navigator show the calculated position on the map?
# below in seconds
NavShowPositionOnMapsAfterCalcTime = 20.0
# the max error (expressed as %) a dead-reckoning fix occurs based on distance between fixes (used in real navigation only). This value is fed into a random function as a -min value and max value:
NavDeadReckoningMaxCalcFixError = 15
# minimum time it takes Navigator to plot position based on dead-reckoning
# below is a float value only! (in seconds)
NavDeadReckoningMinCalcTime = 15.0
# maximum time it takes Navigator to plot position based on dead-reckoning
# below is a float value only! (in seconds)
NavDeadReckoningMaxCalcTime = 60.0