wolle Posted December 4, 2015 Posted December 4, 2015 Hi, Has the NTTR airfield ID list been published, yet? What I mean is what replaces the following Caucasian list? HS_airfields = { [1] = {name = 'Khersones', id = 1}, [2] = {name = 'Saki', id = 2}, [3] = {name = 'Simpheropol', id = 3}, [4] = {name = 'Razdolnoe', id = 4}, [5] = {name = 'Dzhankoy', id = 5}, [6] = {name = 'Kirovskoe', id = 6}, [7] = {name = 'Kerch', id = 7}, [8] = {name = 'Belbek', id = 8}, [9] = {name = 'Krasnogvardeyskoye', id = 9}, [10] = {name = 'Octyabrskoe', id = 10}, [11] = {name = 'Gvardeyskoe', id = 11}, [12] = {name = 'Anapa-Vityazevo', id = 12}, [13] = {name = 'Krasnodar', id = 13}, [14] = {name = 'Novorossiysk', id = 14}, [15] = {name = 'Krymsk', id = 15}, [16] = {name = 'Maykop-Khanskaya', id = 16}, [17] = {name = 'Gelendzhik', id = 17}, [18] = {name = 'Sochi-Adler', id = 18}, [19] = {name = 'Krasnodar-Pashkovsky', id = 19}, [20] = {name = 'Sukhumi-Babushara', id = 20}, [21] = {name = 'Gudauta', id = 21}, [22] = {name = 'Batumi', id = 22}, [23] = {name = 'Senaki-Kolkhi', id = 23}, [24] = {name = 'Kobuleti', id = 24}, [25] = {name = 'Kutaisi', id = 25}, [26] = {name = 'Mineralnye Vody', id = 26}, [27] = {name = 'Nalchik', id = 27}, [28] = {name = 'Mozdok', id = 28}, [29] = {name = 'Tbilisi-Lochini', id = 29}, [30] = {name = 'Soganlug', id = 30}, [31] = {name = 'Vaziani', id = 31}, [32] = {name = 'Beslan', id = 32} } [sIGPIC][/sIGPIC] Intel Core I7 4820K @4.3 GHz, Asus P9X79 motherboard, 16 GB RAM @ 933 MHz, NVidia GTX 1070 with 8 GB VRAM, Windows 10 Pro
Grimes Posted December 4, 2015 Posted December 4, 2015 Creech = 1 Groom = 2 McCarren = 3 Nellis = 4 The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
wolle Posted December 4, 2015 Author Posted December 4, 2015 Creech = 1 Groom = 2 McCarren = 3 Nellis = 4 Great, thanks! [sIGPIC][/sIGPIC] Intel Core I7 4820K @4.3 GHz, Asus P9X79 motherboard, 16 GB RAM @ 933 MHz, NVidia GTX 1070 with 8 GB VRAM, Windows 10 Pro
wolle Posted December 5, 2015 Author Posted December 5, 2015 (edited) Creech = 1 Groom = 2 McCarren = 3 Nellis = 4 Let me correct Grimes' list. The correct list (if you don't use the correct spelling, DCS 2 will crash) is HS_airfields = { [1] = {name = 'Creech', id = 1}, [2] = {name = 'Groom Lake', id = 2}, [3] = {name = 'McCarran International Airport', id = 3}, [4] = {name = 'Nellis AFB', id = 4} } Edited December 10, 2015 by wolle mispelled McCarran, no spelling is correct [sIGPIC][/sIGPIC] Intel Core I7 4820K @4.3 GHz, Asus P9X79 motherboard, 16 GB RAM @ 933 MHz, NVidia GTX 1070 with 8 GB VRAM, Windows 10 Pro
Quax456 Posted December 10, 2015 Posted December 10, 2015 OK....??? Little question: is it a single Lua file or has it to be append into another???? Maybe I am to dumb for this???? :cry: My Rig: Windows 11 Pro, Intel i7-13700k@5.4GHz, 64GB DDR5 5200 RAM, Gigabyte Z790 AORUS Elite AX, 2TB Samsung 990 PRO, RTX4080, Thrustmaster HOTAS WARTHOG Stick + WINWING ORION 2 + MFG Crosswinds, LG 32" 4K 60FPS, ACER 30" 4K 60FPS GSync Display, HP Reverb G2 V2
wolle Posted December 10, 2015 Author Posted December 10, 2015 Is it McCarren or McCarran? You are right, I mistyped. My post above yours has now been corrected. [sIGPIC][/sIGPIC] Intel Core I7 4820K @4.3 GHz, Asus P9X79 motherboard, 16 GB RAM @ 933 MHz, NVidia GTX 1070 with 8 GB VRAM, Windows 10 Pro
SNAFU Posted May 29, 2017 Posted May 29, 2017 Just had to look for the internal names of the airfields and thought I share the results: local coal_airfields = { [1] = { [1] = "Creech AFB", }, -- end of [1] [2] = { [1] = "Groom Lake AFB", }, -- end of [2] [3] = { [1] = "McCarran International Airport", }, -- end of [3] [4] = { [1] = "Nellis AFB", }, -- end of [4] [5] = { [1] = "Beatty Airport", }, -- end of [5] [6] = { [1] = "Boulder City Airport", }, -- end of [6] [7] = { [1] = "Echo Bay", }, -- end of [7] [8] = { [1] = "Henderson Executive Airport", }, -- end of [8] [9] = { [1] = "Jean Airport", }, -- end of [9] [10] = { [1] = "Laughlin Airport", }, -- end of [10] [11] = { [1] = "Lincoln County", }, -- end of [11] [12] = { [1] = "Mellan Airstrip", }, -- end of [12] [13] = { [1] = "Mesquite", }, -- end of [13] [14] = { [1] = "Mina Airport 3Q0", }, -- end of [14] [15] = { [1] = "North Las Vegas", }, -- end of [15] [16] = { [1] = "Pahute Mesa Airstrip", }, -- end of [16] [17] = { [1] = "Tonopah Airport", }, -- end of [17] [18] = { [1] = "Tonopah Test Range Airfield", }, -- end of [18] } -- end of coal_airfields return coal_airfieldsname [sIGPIC][/sIGPIC] Unsere Facebook-Seite
Recommended Posts