View difference between Paste ID: HaYB1s59 and Vjs30Rmp
SHOW: | | - or go back to the newest paste.
1-
Index: TerrainConfig.cs
1+
Airdromes[tonumber(Groom_Airfield_scale)] = {
2-
===================================================================
2+
	code = "KXTA",
3-
--- TerrainConfig.cs	(revision 6373)
3+
	class = "1",
4-
+++ TerrainConfig.cs	(working copy)
4+
	civilian = false,
5-
@@ -1330,7 +1330,7 @@
5+
	names = { en = "Groom", ru = "Грум", },
6-
 
6+
	callsign = {
7-
                 var airfieldLua = System.IO.Path.Combine(airfieldDir, airfield.name + ".cfg.lua");
7+
		['USSR'] = { "Кукушка", "Гнездо" },
8-
 
8+
		['NATO'] = { "Groom", "Zone51" },
9-
-                b.AppendLine("Airdromes[" + airfield.name + "] = {");
9+
	},
10-
+                b.AppendLine("Airdromes[tonumber(" + airfield.name + "] = {");
10+
	runwayName = {
11-
 
11+
	},
12-
                 b.AppendLine(string.Format("\tcode = \"{0}\",", airfieldData.Code));
12+
	reference_point = { x = 0, y = 0 },
13-
                 b.AppendLine(string.Format("\tclass = \"{0}\",", airfieldData.Class));
13+
	frequency = assign_frequency.next(),
14
	modulation = modulation,
15
	control_tower = towerObjectModels,
16
	roadnet = dir.."AirfieldsTaxiways/Groom_Airfield_scale.rn4",
17
}