Quote:
Originally Posted by bigboywooly
May be just too much in the area you are in
So if you open up Locations.cfg and search for Stavanger
[Location 256] ;Stavanger
Long=5.7596
Lat=58.9693
Heading=35
OnLand=false
ShowOnMap=true
FileName=Djakarta
LocationName=Stavanger
[Location 257] ;Stavanger City 01
Long=5.7568
Lat=58.9662
Heading=50
OnLand=true
ShowOnMap=true
FileName=City_Fr_Gr
You can either remove the game info ( in yellow above ) so looks like below below
[Location 256] ;Stavanger
[Location 257] ;Stavanger City 01
Or
Comment it out incase not the problem and you want to put back
[Location 256] ;Stavanger
;Long=5.7596
;Lat=58.9693
;Heading=35
;OnLand=false
;ShowOnMap=true
;FileName=Djakarta
;LocationName=Stavanger
[Location 257] ;Stavanger City 01
;Long=5.7568
;Lat=58.9662
;Heading=50
;OnLand=true
;ShowOnMap=true
;FileName=City_Fr_Gr
DO NOT comment out the header line - [ Location 256] etc or nothing will show after Location 256 as file not in sequential order
Make sense ?
|
Yes, thanks, I will give it a try.