85th_Maverick Posted April 10, 2020 Posted April 10, 2020 Hi! I have missions in which I have limited the number of various weapons at various airports and after every single update of the sim I must painfully rework all of the weapons tables once again as for whatever unique reason, the weapons names column shifts downwards a number of lines offset from their afferent number. Here's a picture of what it looks like after every update: Good knowledge and common sense make the absurd run for defense. Flying has always been a great interest for mankind, yet learning everything about it brought the greatest challenge!
PravusJSB Posted April 11, 2020 Posted April 11, 2020 Same here, having to re-work the maps airbases all over again after an update is grinding my gears. Creator & Developer of XSAF ::An AI model that wants to kill you, and needs no help from humans. Discord: PravusJSB#9484 twitch.tv/pravusjsb https://www.patreon.com/XSAF https://discord.gg/pC9EBe8vWU https://bmc.link/johnsbeaslu Work with me on Fiverr: https://www.fiverr.com/pravusjsb
Shadow KT Posted April 12, 2020 Posted April 12, 2020 How do you actually fix this ? I have it happen on some munition, not all... and now the munition is not visible in the menu 'Shadow' Everybody gotta be offended and take it personally now-a-days
TOViper Posted April 13, 2020 Posted April 13, 2020 How do you actually fix this ? I have it happen on some munition, not all... and now the munition is not visible in the menu I have not fix. From version to version I manually edit the tables, which is a nightmare. ED shows no sign of improvement on this long lasting and very nasty issue. Visit https://www.viggen.training ...Viggen... what more can you ask for? my computer: AMD Ryzen 5600G 4.4 GHz | NVIDIA RTX 3080 10GB | 32 GB 3.2 GHz DDR4 DUAL | SSD 980 256 GB SYS + SSD 2TB DCS | TM Warthog Stick + Throttle + TRP | Rift CV1
85th_Maverick Posted May 4, 2020 Author Posted May 4, 2020 ...ED shows no sign of improvement on this long lasting and very nasty issue. Don't want to sound rude, but they don't show any sign of even try to look at more important problems (leave alone the bugs) that are almost 2 decades old (since the DCS A-10C came out), but want to make a great reputation on YT and delight our eyes with new products. I'm also for bringing new stuff, but ONLY after taking care of stuff that shouldn't cost or bother much to fix. This carelessness is not going to be productive! Good knowledge and common sense make the absurd run for defense. Flying has always been a great interest for mankind, yet learning everything about it brought the greatest challenge!
=475FG= Dawger Posted May 4, 2020 Posted May 4, 2020 The weapons are in a table in your mission (warehouses file). I just opened one. Its over 32,000 lines in the one I picked randomly. here is a snippet of one airfield with limited items (with 15000 characters deleted to fit it into the 50000 character limit for the snippet) [22] = { ["gasoline"] = { ["InitFuel"] = 100, }, -- end of ["gasoline"] ["unlimitedMunitions"] = false, ["methanol_mixture"] = { ["InitFuel"] = 100, }, -- end of ["methanol_mixture"] ["OperatingLevel_Air"] = 10, ["diesel"] = { ["InitFuel"] = 100, }, -- end of ["diesel"] ["speed"] = 16.666666, ["size"] = 100, ["periodicity"] = 30, ["suppliers"] = { }, -- end of ["suppliers"] ["coalition"] = "BLUE", ["jet_fuel"] = { ["InitFuel"] = 100, }, -- end of ["jet_fuel"] ["OperatingLevel_Eqp"] = 10, ["unlimitedFuel"] = true, ["aircrafts"] = { ["helicopters"] = { ["AH-64D"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 6, [4] = 158, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["AH-64D"] ["Ka-52"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 6, [4] = 156, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Ka-52"] ["SH-3W"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 25, [4] = 164, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["SH-3W"] ["SA342L"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 6, [4] = 281, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["SA342L"] ["Ka-50"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 6, [4] = 155, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Ka-50"] ["CH-47D"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 25, [4] = 159, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["CH-47D"] ["AH-64A"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 6, [4] = 157, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["AH-64A"] ["AH-1W"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 6, [4] = 163, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["AH-1W"] ["Mi-26"] = { ["wsType"] = { [1] = 1, [2] = 2, [3] = 25, [4] = 153, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Mi-26"] ["DECKCREW"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 4, [4] = 286, }, -- end of ["wsType"] ["initialAmount"] = 100, }, -- end of ["DECKCREW"] ["L-39ZA"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 61, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["L-39ZA"] ["B-17G"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 4, [4] = 285, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["B-17G"] ["A_380"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 289, }, -- end of ["wsType"] ["initialAmount"] = 100, }, -- end of ["A_380"] ["MiG-19P"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 278, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-19P"] ["I-16"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 273, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["I-16"] ["Su-17M4"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 48, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-17M4"] ["MiG-21Bis"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 279, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-21Bis"] ["F/A-18A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 14, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F/A-18A"] ["F-5E-3"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 268, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-5E-3"] ["Su-24MR"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 51, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-24MR"] ["M-2000C"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 275, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["M-2000C"] ["B-52H"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 4, [4] = 23, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["B-52H"] ["F-117A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 37, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-117A"] ["A-4E-C"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 289, }, -- end of ["wsType"] ["initialAmount"] = 100, }, -- end of ["A-4E-C"] ["F-15E"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 59, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-15E"] ["KC130"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 262, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["KC130"] ["F-111F"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 15, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-111F"] ["AJS37"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 260, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["AJS37"] ["Tornado IDS"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 56, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Tornado IDS"] ["F/A-18C"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 53, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F/A-18C"] ["S-3B Tanker"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 33, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["S-3B Tanker"] ["Su-25T"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 54, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-25T"] ["MiG-15bis"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 277, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-15bis"] ["An-26B"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 39, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["An-26B"] ["MiG-29S"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 50, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-29S"] ["Tu-22M3"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 2, [4] = 25, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Tu-22M3"] ["MiG-25RBT"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 3, [4] = 8, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-25RBT"] ["F-86F Sabre"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 269, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-86F Sabre"] ["B_727"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 290, }, -- end of ["wsType"] ["initialAmount"] = 100, }, -- end of ["B_727"] ["Yak-52"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 284, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Yak-52"] ["Su-25TM"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 38, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-25TM"] ["Bf-109K-4"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 257, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Bf-109K-4"] ["KJ-2000"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 266, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["KJ-2000"] ["Tu-95MS"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 4, [4] = 21, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Tu-95MS"] ["TF-51D"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 65, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["TF-51D"] ["FW-190A8"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 256, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["FW-190A8"] ["C-17A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 47, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["C-17A"] ["KC-135"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 60, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["KC-135"] ["MiG-25PD"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 3, [4] = 24, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-25PD"] ["MiG-27K"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 11, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-27K"] ["A-10C"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 58, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["A-10C"] ["C-101EB"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 264, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["C-101EB"] ["Su-27"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 3, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-27"] ["F-15C"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 6, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-15C"] ["Tornado GR4"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 10, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Tornado GR4"] ["F-16C bl.52d"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 7, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-16C bl.52d"] ["IL-78M"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 28, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["IL-78M"] ["Su-24M"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 12, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-24M"] ["F-16A MLU"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 52, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-16A MLU"] ["F-14B"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 270, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-14B"] ["MiG-29A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 2, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-29A"] ["Christen Eagle II"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 267, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Christen Eagle II"] ["C-130"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 31, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["C-130"] ["P-51D"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 63, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["P-51D"] ["E-3A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 27, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["E-3A"] ["J-11A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 66, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["J-11A"] ["Hawk"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 272, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Hawk"] ["F-14A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 5, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-14A"] ["SpitfireLFMkIX"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 258, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["SpitfireLFMkIX"] ["B-1B"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 2, [4] = 19, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["B-1B"] ["L-39C"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 274, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["L-39C"] ["Mirage 2000-5"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 34, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Mirage 2000-5"] ["RQ-1A Predator"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 55, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["RQ-1A Predator"] ["F-16A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 52, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-16A"] ["SpitfireLFMkIXCW"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 259, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["SpitfireLFMkIXCW"] ["A-10A"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 17, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["A-10A"] ["FW-190D9"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 255, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["FW-190D9"] ["Yak-40"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 57, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Yak-40"] ["P-51D-30-NA"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 64, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["P-51D-30-NA"] ["MQ-9 Reaper"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 276, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MQ-9 Reaper"] ["MiG-29G"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 49, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-29G"] ["An-30M"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 40, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["An-30M"] ["MiG-29K"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 32, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-29K"] ["MiG-31"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 3, [4] = 9, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["MiG-31"] ["FA-18C_hornet"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 271, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["FA-18C_hornet"] ["C-101CC"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 6, [4] = 265, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["C-101CC"] ["F-5E"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 46, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["F-5E"] ["Su-33"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 1, [4] = 4, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["Su-33"] ["A-50"] = { ["wsType"] = { [1] = 1, [2] = 1, [3] = 5, [4] = 26, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of ["A-50"] [2] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 103, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [2] [3] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 107, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [3] [4] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 11, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [4] [5] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 12, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [5] [6] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 13, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [6] [7] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 14, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [7] [8] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 15, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [8] [9] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 152, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [9] [10] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 16, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [10] [11] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 17, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [11] [12] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 255, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [12] [13] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 258, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [13] [14] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 259, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [14] [15] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 260, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [15] [16] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 275, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [16] [17] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 280, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [17] [18] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 281, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [18] [19] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 36, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [19] [20] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 363, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [20] [21] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 364, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [21] [22] = { ["wsType"] = { [1] = 1, [2] = 3, [3] = 43, [4] = 377, }, -- end of ["wsType"] ["initialAmount"] = 0, }, -- end of [22] Every time new weapons are added or old weapons removed the table becomes different so the old table saved in your mission no longer matches what is in the code. Not an easy thing to fix as someone would have to code something that would read your old mission and convert it to match the new weapons table. What might look simple is not necessarily so.
Grimes Posted May 4, 2020 Posted May 4, 2020 Just noticed that aircraft are indexed by typename while weapons are indexed numerically. I don't recall if I have ever seen the aircraft list become corrupted. While there are a few weapons that appear to have copies present I don't know if that applies to typename instead of just display name. But yeah, this whole file has been getting corrupted since the warehouses were added with FC3. 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
Rudel_chw Posted May 4, 2020 Posted May 4, 2020 Don't want to sound rude, but they don't show any sign of even try to look at more important problems (leave alone the bugs) that are almost 2 decades old (since the DCS A-10C came out) The A-10C was released in 2010 (and put onto DCS a year later) ... so, not two decades. For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Alpenwolf Posted May 5, 2020 Posted May 5, 2020 Just noticed that aircraft are indexed by typename while weapons are indexed numerically. I don't recall if I have ever seen the aircraft list become corrupted. While there are a few weapons that appear to have copies present I don't know if that applies to typename instead of just display name. But yeah, this whole file has been getting corrupted since the warehouses were added with FC3. Interesting thought there, Grimes. I looked up the scripts and as far as my knowledge in .lua allows it, I think you're right. Weapons are "identified" as numbers. However, I'm not sure why that should affect anything. +1 Super annoying issue for servers running many missions. Without mentioning the names of other games, but you get much more help as a server's host from the developers. ED, you know I'm a big fan and sincerely yours. This is the only game/simulator I have and care about. So show us some love with all these bugs, especially the older ones :love: HACA DYCA Discord Cold War 1947 - 1991 You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com
Recommended Posts