Jump to content
Snailman

GermanyCE missing SAM sites - BUG - Important!

Recommended Posts

Fellow modders and players, maybe someone else has found out this bug, but I think it wouldn't hurt if I share it anyway.

 

Perhaps you have noticed that early Germany missions lack SAM sites. Yes. Because they can't appear due to a bug in the terrain, namely the types.ini. The SAMLauncher and SAMRadar entries which are responsible or selecting SAM units have a faulty ActiveYear setting of 1965. Before that, no SAM can appear at any location, no matter if the targets.ini has the proper  AvailableDate setting (1959, 1960 etc)

 

Please check modded terrains whether they inherited this typo from the stock GermanyCE terrain files!!

  • Like 1

Share this post


Link to post
Share on other sites

Jackpot!  What can I say, you discovered a bug that is present on almost all terrains. I have a very huge mod folder with many terrains. Same ActiveYear setting of 1965. It's totally pointless that it is present. Even ActiveYear=0 should do, as long as SAM objects have their own Service Year statements correctly added.

Edited by Menrva

Share this post


Link to post
Share on other sites

I was actualy wonderin about it last night.

Regarding your SA-2 and SA-8 packs...

Should I change naming in TERRAIN_types.ini to match yours new ground objects...?

and yes all sams there Active year = 1965.

Share this post


Link to post
Share on other sites

No, SAMLauncher and SAMRadar is a generic entry for random generated sites. Hard coded SAM entries and stuff occurs another bug, the lack of RWR .

 

 

So just change these in types.ini, so they can call for available SAM types.

 

 

[TargetType061]
Name=SAMRadar
FullName=SAM Site
TargetType=SAM_RADAR
UseGroundObject=TRUE
ActiveYear=1957
TargetValue=200
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=SmallRocketGroundExplosion
SecondaryEffect=VehicleFireEffect
SecondaryChance=50

[TargetType062]
Name=SAMLauncher
FullName=SAM Site
TargetType=SAM_LAUNCHER
UseGroundObject=TRUE
ActiveYear=1957
TargetValue=100
RepairRate=0.555
StartDetectChance=20
StartIdentifiedChance=0
IncreaseDetectChanceKey=0
MaxVisibleDist=8000.0
DestroyedEffect=SmallRocketGroundExplosion
SecondaryEffect=VehicleFireEffect
SecondaryChance=50
 

 

But you can set it to 1950 or anything lower like 1944 if you want whatif...  Wasserfall, Enzian... etc


Jackpot!  What can I say, you discovered a bug that is present on almost all terrains. I have a very huge mod folder with many terrains. Same ActiveYear setting of 1965. It's totally pointless that it is present. Even ActiveYear=0 should do, as long as SAM objects have their own Service Year statements correctly added.

 

Yes exactly. SAM availability is correct in data.ini and userlist.ini files.


EDIT:  Bug confirmed in Rends GermanyCE as well. Need to check all terrains where the Soviets themselves are present, anything pre-1965 (like Cuba, Kamchatka, etc)

Edited by Snailman

Share this post


Link to post
Share on other sites

ok..thanks.

 but also on types.ini

 

lets say on my Israel terrain ive changed SAM_RADAR and SAM_LAUNCHER...already

but also i have types below....regarding different SA-2....

 

[TargetType134]
Name=SA-2L
FullName=SA-2L Guideline SAM
TargetType=SAM_LAUNCHER
UseGroundObject=TRUE
GroundObjectType=SA-2L

.......

[TargetType135]
Name=SA-2LC
FullName=SA-2LC Guideline SAM
TargetType=SAM_LAUNCHER
UseGroundObject=TRUE
GroundObjectType=SA-2LC
...............

[TargetType136]
Name=SA-2LF
FullName=SA-2LF Guideline SAM
TargetType=SAM_LAUNCHER
UseGroundObject=TRUE
GroundObjectType=SA-2LF

............

 

but in fact in ground objects I  have only SA-2  from your latest pack...LC1,LC2LE2,LE3,L and F...

I don't have anymore stock SA-2....

Share this post


Link to post
Share on other sites

Don't do that... I mean directly referring to SAM objects in terrains. They must be generated, unless they won't work properly. They will, but the RWR will not warn you. It's a big bug, one of the biggest. Wrench has told us many times.

 

Even the ones I did must be called from the generic SAMRadar and SAMLauncher entries. Sad, but true. This is why we can make dedicated long range SAM sites like Angara/Vega (SA-5) with Oborona (Tall King) radars.

 

The exception is the SA-8 which cannot be placed correctly, as there is no Mobile_SAM placement routine. If you place them by terrain, again no RWR warning and display.

Share this post


Link to post
Share on other sites

A lot of time I'll just go ahead and list all the relevant SAMs for given region. That doesn't mean I actually USED them!

Just an old habit!

 

I prefer using the generic terms, even when I have a know specific type a given location (as on the Persian Gulf map -- I called them directly for many locations)

Share this post


Link to post
Share on other sites

Thanks Snailman, very timely. The missing SAMs thing had been bugging me quite a bit recently.

 

Now that I've changed the *types.ini SAM_RADAR and SAM_LAUNCHER ActiveYear setting to 1957, I am now seeing the SA-2's etc showing up where they should.

 

BUT. When switching sides to Soviet/Warsaw Pact, I'm still not seeing common Western SAMs showing up, especially the HAWK family. Is there something further we need to do, to get them please?

 

Cheers

 

Mike

Share this post


Link to post
Share on other sites

There are no stock SAM items made by TW for the blue side. Therefore, stock maps have no SAM locations obviously. Custom maps have - if you have blue SAM addons and the map maker added them. But they work the same, so they have to use the same generic call.

Edited by Snailman

Share this post


Link to post
Share on other sites

Snailmans Type Order Is Correct And Is The Way I Set My Sam Systems Up Also I Use Group Order Type

EW First Sam Radar Second And Launcher Third For Setup Then Match GroundObject Active-InActive Dates

For Instance

 

 

//-----------------------------------------------------------------------------
[TargetType293]
Name=Barlock
FullName=P-35 Bar Lock Radar
TargetType=EW_RADAR
ActiveYear=1959
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=Barlock
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType294]
Name=Spoonrest
FullName=P-12/18 Spoon Rest EW Radar
TargetType=EW_RADAR
ActiveYear=1959
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=Spoonrest
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=10000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType295]
Name=Sidenet
FullName=PRV-11 Side Net HF Radar
TargetType=EW_RADAR
ActiveYear=1959
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=Sidenet
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType296]
Name=Fansong
FullName=Fan Song-B Radar
TargetType=SAM_RADAR
ActiveYear=1959
TargetValue=200
UseGroundObject=TRUE
GroundObjectType=Fansong
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType297]
Name=SA-2L
FullName=SA-2B SAM Launcher
TargetType=SAM_LAUNCHER
ActiveYear=1959
TargetValue=100
UseGroundObject=TRUE
GroundObjectType=SA-2L
RepairRate=0.555
StartDetectChance=20
StartIdentifiedChance=0
IncreaseDetectChanceKey=0
MaxVisibleDist=6000.0
DestroyedEffect=LargeExplosionEffect
DestroyedModel=sa-2_launcher_destroyed.LOD
SecondaryEffect=
SecondaryChance=0
//-----------------------------------------------------------------------------
[TargetType298]
Name=BarlockC
FullName=P-35 Bar Lock C Radar
TargetType=EW_RADAR
ActiveYear=1961
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=BarlockC
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType299]
Name=SpoonrestC
FullName=P-12/18 Spoon Rest C EW Radar
TargetType=EW_RADAR
ActiveYear=1961
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=SpoonrestC
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=10000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType300]
Name=SidenetC
FullName=PRV-11 Side Net C HF Radar
TargetType=EW_RADAR
ActiveYear=1961
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=SidenetC
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType301]
Name=FansongC
FullName=Fan Song-C Radar
TargetType=SAM_RADAR
ActiveYear=1961
TargetValue=200
UseGroundObject=TRUE
GroundObjectType=FansongC
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType302]
Name=SA-2LC
FullName=SA-2C SAM Launcher
TargetType=SAM_LAUNCHER
ActiveYear=1961
TargetValue=100
UseGroundObject=TRUE
GroundObjectType=SA-2LC
RepairRate=0.555
StartDetectChance=20
StartIdentifiedChance=0
IncreaseDetectChanceKey=0
MaxVisibleDist=6000.0
DestroyedEffect=LargeExplosionEffect
DestroyedModel=sa-2_launcher_destroyed.LOD
SecondaryEffect=
SecondaryChance=0
//-----------------------------------------------------------------------------
[TargetType303]
Name=BarlockE
FullName=P-35 Bar Lock E Radar
TargetType=EW_RADAR
ActiveYear=1965
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=BarlockE
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType304]
Name=SpoonrestE
FullName=P-12/18 Spoon Rest E EW Radar
TargetType=EW_RADAR
ActiveYear=1965
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=SpoonrestE
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=10000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType305]
Name=SidenetE
FullName=PRV-11 Side Net E HF Radar
TargetType=EW_RADAR
ActiveYear=1965
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=SidenetE
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType306]
Name=FansongE
FullName=Fan Song-E Radar
TargetType=SAM_RADAR
ActiveYear=1965
TargetValue=200
UseGroundObject=TRUE
GroundObjectType=FansongE
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType307]
Name=SA-2LE
FullName=SA-2E SAM Launcher
TargetType=SAM_LAUNCHER
ActiveYear=1965
TargetValue=100
UseGroundObject=TRUE
GroundObjectType=SA-2LE
RepairRate=0.555
StartDetectChance=20
StartIdentifiedChance=0
IncreaseDetectChanceKey=0
MaxVisibleDist=6000.0
DestroyedEffect=LargeExplosionEffect
DestroyedModel=sa-2_launcher_destroyed.LOD
SecondaryEffect=
SecondaryChance=0
//-----------------------------------------------------------------------------
[TargetType308]
Name=BarlockF
FullName=P-35 Bar Lock F Radar
TargetType=EW_RADAR
ActiveYear=1968
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=BarlockF
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType309]
Name=SpoonrestF
FullName=P-12/18 Spoon Rest F EW Radar
TargetType=EW_RADAR
ActiveYear=1968
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=SpoonrestF
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=10000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType310]
Name=SidenetF
FullName=PRV-11 Side Net F HF Radar
TargetType=EW_RADAR
ActiveYear=1968
TargetValue=150
UseGroundObject=TRUE
GroundObjectType=SidenetF
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType311]
Name=FansongF
FullName=Fan Song-F Radar
TargetType=SAM_RADAR
ActiveYear=1968
TargetValue=200
UseGroundObject=TRUE
GroundObjectType=FansongF
RepairRate=0.555
StartDetectChance=80
StartIdentifiedChance=20
IncreaseDetectChanceKey=10
MaxVisibleDist=8000.0
DestroyedEffect=VehicleFireEffect
DestroyedModel=Radar_Destroyed.LOD
SecondaryEffect=
SecondaryChance=0
[TargetType312]
Name=SA-2LF
FullName=SA-2F SAM Launcher
TargetType=SAM_LAUNCHER
ActiveYear=1968
TargetValue=100
UseGroundObject=TRUE
GroundObjectType=SA-2LF
RepairRate=0.555
StartDetectChance=20
StartIdentifiedChance=0
IncreaseDetectChanceKey=0
MaxVisibleDist=6000.0
DestroyedEffect=LargeExplosionEffect
DestroyedModel=sa-2_launcher_destroyed.LOD
SecondaryEffect=
SecondaryChance=0
//-----------------------------------------------------------------------------

 

Third Wire Tgt Active Dates In Terrain

 

Altenburg ActiveDate=01/01/1960
Brandenburg ActiveDate=01/01/1967
Chojna ActiveDate=01/01/1972
Cottbus ActiveDate=01/01/1969
Dessau ActiveDate=01/01/1966
Dresden ActiveDate=01/01/1970
East Berlin ActiveDate=01/01/1962
Erfurt ActiveDate=01/01/1969
Frankfurt an der Oder ActiveDate=01/01/1970
Gera ActiveDate=01/01/1968
Görlitz ActiveDate=01/01/1970
Halle ActiveDate=01/01/1966
Karl Marx Stadt ActiveDate=01/01/1973
Kolobrzeg ActiveDate=01/01/1967
Köthen ActiveDate=01/01/1969
Leipzig ActiveDate=01/01/1970
Merseburg ActiveDate=01/01/1971
Neubrandenburg ActiveDate=01/01/1965
Parchim ActiveDate=01/01/1959
Potsdam ActiveDate=01/01/1966
Praha ActiveDate=01/01/1970
Rostock ActiveDate=01/01/1969
Schwerin ActiveDate=01/01/1971
Stralsund ActiveDate=01/01/1969
Trollenhagen ActiveDate=01/01/1959
Ústí nad Labem ActiveDate=01/01/1970
Wittstock ActiveDate=01/01/1968
Zwickau ActiveDate=01/01/1972
 

Then I Research For Additional Sites

 

 

(Add_Ons)
Kurzhivody, Czechoslovakia>>>Ralsko, Czechoslovakia ActiveDate=01/01/1968-01/01/1990 HQ
Pilsen, Czechoslovakia ActiveDate=01/01/1968
Chervona Vody, ?
Equipment:
• S-75 (SA-2), 1961 - 1971
• Krug (SA-4), 1971 - 1989
• Buk-M1 (SA-11), 1989 - today
Arnstadt, East Germany ActiveDate=01/01/1961 ActiveDate=01/01/1961-01/01/1984 HQ
Gotha, East Germany ActiveDate=01/01/1961 ActiveDate=01/01/1984-01/01/1992 HQ
Weimar, East Germany ActiveDate=01/01/1961
Jena, East Germany ActiveDate=01/01/1961
Rudolfstadt, East Germany ActiveDate=01/01/1961
Meiningen, East Germany ActiveDate=01/01/1980
Saalfeld, East Germany ActiveDate=01/01/1980
Mühlhausen, East Germany ActiveDate=01/01/1988
Bad Langensalza, East Germany ActiveDate=01/01/1988
Trügleben, East Germany ActiveDate=01/01/1988
Equipment:
• S-75 (SA-2), 1961 - 1974
• Krug (SA-4), 1974 - 1985
• Buk (SA-11), 1985 - today
Planken, East Germany ActiveDate=01/01/1969-01/01/1993 HQ
Bernburg, East Germany ActiveDate=01/01/1969
Neuruppin, East Germany ActiveDate=01/01/1969
Quarmbeck, East Germany ActiveDate=01/01/1969
Equipment:
• S-75 (SA-2), 1960 - 1967
• Krug (SA-4), 1967 - 1987
• Buk (SA-11), 1987 - today
Altenburg, East Germany ActiveDate=01/01/1968-01/01/1992 HQ
Merseburg, East Germany ActiveDate=01/01/1968
Zeitz, East Germany ActiveDate=01/01/1968
Wittenberg, East Germany ActiveDate=01/01/1988
Equipment:
• S-75 (SA-2), 1961 - 10.67
• Krug (SA-4), 10.67 - 1987
• Buk (SA-11), 1987 - today
Staats, East Germany ActiveDate=01/01/1968-01/01/1992 HQ
Gardelegen, East Germany ActiveDate=01/01/1968
Perleberg, East Germany ActiveDate=01/01/1968
Stendal, East Germany ActiveDate=01/01/1988
Equipment:
• S-75 (SA-2), 1960 - 1967
• Krug (SA-4), 1967 - 1988
• Buk (SA-11), 1988 - today
Gotha, East Germany ActiveDate=01/01/1970 ActiveDate=01/01/1970-01/01/1984 HQ
Elstal, East Germany ActiveDate=01/01/1984 ActiveDate=01/01/1984-01/01/1992 HQ
Bad Langensalza, East Germany ActiveDate=01/01/1970
Mühlhausen, East Germany ActiveDate=01/01/1970
Rathenow, East Germany ActiveDate=01/01/1984
Vogelsang, East Germany ActiveDate=01/01/1984
Dallgow, East Germany ActiveDate=01/01/1984
Equipment:
• Krug (SA-4), 12.69 - 1988
• Buk (SA-11), 1988 - today
Jüterbog-Damm, East Germany ActiveDate=01/01/1959 ActiveDate=01/01/1959-01/01/1994 HQ
Glau, East Germany ActiveDate=01/01/1959
Kummersdorf-Gut, East Germany ActiveDate=01/01/1959
Equipment:
• S-75 (SA-2), 1959 - 1972
• Krug (SA-4), 1972 - 1997
• S-300V (SA-12), 1997 - today
Legnica, Poland ActiveDate=01/01/1962 ActiveDate=01/01/1962-01/01/1973 HQ
Equipment:
• S-75 (SA-2), 1959 - 1973
• Krug (SA-4), 1973 - 1989
• Buk-M1 (SA-11), 1989 - today
Magdeburg, East Germany ActiveDate=01/01/1963 ActiveDate=01/01/1963-01/01/1991 HQ
Bernburg, East Germany ActiveDate=01/01/1963
Quarmbeck, East Germany ActiveDate=01/01/1963
Mahlwinkel, East Germany ActiveDate=01/01/1984
Rathenow, East Germany ActiveDate=01/01/1988
Altengrabow, East Germany ActiveDate=01/01/1988
Equipment:
• S-75 (SA-2), 1959 - 1974
• Krug (SA-4), 1974 - 1989
• S-300V (SA-12), 1988 - today
Rathenow, East Germany ActiveDate=01/01/1961 ActiveDate=01/01/1961-01/01/1976 HQ
Neuruppin, East Germany ActiveDate=01/01/1961
Altengrabow, East Germany ActiveDate=01/01/1961
Equipment:
• S-75 (SA-2), 1961 - 1976
• Krug (SA-4), 1976 - 1998 (possibly Buk (SA-11) after 1992)
Frankfurt-an-der-Oder, East Germany ActiveDate=01/01/1961 ActiveDate=01/01/1961-01/01/1975 HQ
Kietz Island, ?
Drachhausen, East Germany ActiveDate=01/01/1961
Equipment:
• S-75 (SA-2), 1960 - 1975
• Krug (SA-4), 1975 - 1992
Gera-Tinz, East Germany ActiveDate=01/01/1960 ActiveDate=01/01/1960-01/01/1992 HQ
Plauen, East Germany ActiveDate=01/01/1960
Karl-Marx Stadt, East Germany ActiveDate=01/01/1960
Chemnitz, East Germany ActiveDate=01/01/1988
Equipment:
• S-75 (SA-2), 1960 - 1977
• Krug (SA-4), 1977 - 1995
//---------------------------------------------------------------------------------------------------
[soviet]
(SA-3)
Putnitz-Damgarten
Parchim-Damm
Rechlin-Larz-Mirow
Wittstock
Gross-Dolln-Templin
Neuruppin
Finow-Eberswalde
Oranienburg
Stendal-Borstel
Werneuchen
Mahlwinkel
Sperenberg
Mockern
Brand
Altes-Lager-Juterbog
Zerbst
Kothen
Finsterwalde
Alt-Lonnewitz-Falkenberg
Allstedt
Merseburg
Brandis
Grossenhain
Altenburg-Nobitz
(SA-5)
Mockern
[E_Germany]
(SA-2)
Neuenkirchen
Fuhlendorf (2 sites)
Ortsamt
Papenhagen
Retschow (1989-SA-10 site)
Warin
Tramm
Ziegendorf
Triglitz
Altwarp
Heinrichswalde
Sponholz
Buchenhain (2 sites)
Sommerfeld
Kreuzbruch (2 sites)
Sternebeck (2 sites)
Rauen
Sudharz
Freienbessingen
Tuttleben
Remda-Teichel
Wetterzeube
Drebkau
Grobraschen (2 sites)
Kroppen
Arnsdorf
(SA-3)
Kreptitz
Barhoft
Bastorf
Poel
Schonermark
Fehrbellin
(SA-5)
Prangendorf
Kraatz
Saaleplatte
[Czechoslovakia]
(SA-2)
Krimov
Hradiste
Pernarec
Prestice
Cizkov
Prestavlky
Kacice
Hudlice (1990-SA-10 site)
Rybniky
Hostin
Vlkava
Prehvozdi
Bukovany
Rohozec
Ketkovice
Pribice
(SA-3)
Prelic
Bratronice
Svrkyne
Chyne
Bubovice
Kytin
Velen
Zbraslav
Rosice
Orechov
(SA-5)
Podbrdy
Lesni Jakubov
[Poland]
(SA-2)
Dopiewo
Postomino
Wolin
Dziwnow
Kiekrz
Grzedzice
Smiechow
Ustka
Owczeglowy
Banie
(SA-3)
Duninowo
Swierzno
Mielno
Biedrusko
Jany
Golenice
Gaworzyce
Kornik
Warnice
Rewal
Mrzezyno (1987-SA-5 site)
Oborniki
Swinoujscie
Darlowo
Droniki
Karlino
//===================================================================================================

 

Bit Of A Data Dump But You Guys Get The Picture

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..