May be worth " removing " Stavanger
As said before a long time ago similar problems occured close to Denmark/Sweden
If you look at the Locations cfg - SilentHunterIII\data\Terrain
You will see
[Location 225] ;Malmö
[Location 226] ;Malmö City 01
[Location 227] ;Malmö City 02
[Location 228] ;Malmö City 03
[Location 229] ;Malmö Industry 01
[Location 230] ;Malmö Industry 02
[Location 231] ;Helsingborg
[Location 232] ;Helsingborg City 01
[Location 233] ;Helsingborg City 02
[Location 234] ;Helsingborg City 03
[Location 235] ;Helsingborg Industry 01
[Location 236] ;Helsingborg Industry 02
All of the above had the entries removed - [ Location **** ] needs to stay or renumber the file
CTDs stopped
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 ?
|