From 756e86d8915a94313054b198c09400a5f176611b Mon Sep 17 00:00:00 2001 From: MetalStormGhost Date: Sat, 29 Oct 2022 13:00:56 +0300 Subject: [PATCH] Renamed loadouts to Retribution* --- game/ato/loadouts.py | 6 +++--- resources/customized_payloads/F-16D_50.lua | 12 ++++++------ resources/customized_payloads/F-16D_50_NS.lua | 12 ++++++------ resources/customized_payloads/F-16D_52.lua | 12 ++++++------ resources/customized_payloads/F-16D_52_NS.lua | 12 ++++++------ resources/customized_payloads/VSN_F105G.lua | 4 ++-- resources/customized_payloads/VSN_F4B.lua | 4 ++-- resources/mod_payloads/f16i_idf/F-16C_50.lua | 14 +++++++------- resources/mod_payloads/f16i_idf/F-16I.lua | 12 ++++++------ 9 files changed, 44 insertions(+), 44 deletions(-) diff --git a/game/ato/loadouts.py b/game/ato/loadouts.py index 0038227a..00b29345 100644 --- a/game/ato/loadouts.py +++ b/game/ato/loadouts.py @@ -151,10 +151,10 @@ class Loadout: # names, so those have been included here too. The priority goes from first to # last - the first element in the tuple will be tried first, then the second, # etc. - loadout_names = {t: [f"Liberation {t.value}"] for t in FlightType} + loadout_names = {t: [f"Retribution {t.value}"] for t in FlightType} legacy_names = { - FlightType.TARCAP: ("CAP HEAVY", "CAP", "Liberation BARCAP"), - FlightType.BARCAP: ("CAP HEAVY", "CAP", "Liberation TARCAP"), + FlightType.TARCAP: ("CAP HEAVY", "CAP", "Retribution BARCAP"), + FlightType.BARCAP: ("CAP HEAVY", "CAP", "Retribution TARCAP"), FlightType.CAS: ("CAS MAVERICK F", "CAS"), FlightType.STRIKE: ("STRIKE",), FlightType.ANTISHIP: ("ANTISHIP",), diff --git a/resources/customized_payloads/F-16D_50.lua b/resources/customized_payloads/F-16D_50.lua index 8c1d8f96..a8cdeecd 100644 --- a/resources/customized_payloads/F-16D_50.lua +++ b/resources/customized_payloads/F-16D_50.lua @@ -2,8 +2,8 @@ local unitPayloads = { ["name"] = "F-16D_50", ["payloads"] = { [1] = { - ["displayName"] = "Liberation DEAD", - ["name"] = "Liberation DEAD", + ["displayName"] = "Retribution DEAD", + ["name"] = "Retribution DEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -110,7 +110,7 @@ local unitPayloads = { }, }, [3] = { - ["name"] = "Liberation OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -260,7 +260,7 @@ local unitPayloads = { }, }, [6] = { - ["name"] = "Liberation Strike", + ["name"] = "Retribution Strike", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -312,7 +312,7 @@ local unitPayloads = { }, }, [7] = { - ["name"] = "Liberation SEAD", + ["name"] = "Retribution SEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -368,7 +368,7 @@ local unitPayloads = { }, }, [8] = { - ["name"] = "Liberation Ferry", + ["name"] = "Retribution Ferry", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", diff --git a/resources/customized_payloads/F-16D_50_NS.lua b/resources/customized_payloads/F-16D_50_NS.lua index dc9d350d..3bbb6ea6 100644 --- a/resources/customized_payloads/F-16D_50_NS.lua +++ b/resources/customized_payloads/F-16D_50_NS.lua @@ -2,8 +2,8 @@ local unitPayloads = { ["name"] = "F-16D_50_NS", ["payloads"] = { [1] = { - ["displayName"] = "Liberation DEAD", - ["name"] = "Liberation DEAD", + ["displayName"] = "Retribution DEAD", + ["name"] = "Retribution DEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -110,7 +110,7 @@ local unitPayloads = { }, }, [3] = { - ["name"] = "Liberation OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -260,7 +260,7 @@ local unitPayloads = { }, }, [6] = { - ["name"] = "Liberation Strike", + ["name"] = "Retribution Strike", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -312,7 +312,7 @@ local unitPayloads = { }, }, [7] = { - ["name"] = "Liberation SEAD", + ["name"] = "Retribution SEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -368,7 +368,7 @@ local unitPayloads = { }, }, [8] = { - ["name"] = "Liberation Ferry", + ["name"] = "Retribution Ferry", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", diff --git a/resources/customized_payloads/F-16D_52.lua b/resources/customized_payloads/F-16D_52.lua index 81e29201..139f72a3 100644 --- a/resources/customized_payloads/F-16D_52.lua +++ b/resources/customized_payloads/F-16D_52.lua @@ -2,8 +2,8 @@ local unitPayloads = { ["name"] = "F-16D_52", ["payloads"] = { [1] = { - ["displayName"] = "Liberation DEAD", - ["name"] = "Liberation DEAD", + ["displayName"] = "Retribution DEAD", + ["name"] = "Retribution DEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -110,7 +110,7 @@ local unitPayloads = { }, }, [3] = { - ["name"] = "Liberation OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -260,7 +260,7 @@ local unitPayloads = { }, }, [6] = { - ["name"] = "Liberation Strike", + ["name"] = "Retribution Strike", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -312,7 +312,7 @@ local unitPayloads = { }, }, [7] = { - ["name"] = "Liberation SEAD", + ["name"] = "Retribution SEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -368,7 +368,7 @@ local unitPayloads = { }, }, [8] = { - ["name"] = "Liberation Ferry", + ["name"] = "Retribution Ferry", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", diff --git a/resources/customized_payloads/F-16D_52_NS.lua b/resources/customized_payloads/F-16D_52_NS.lua index 817df60f..d6d10bd0 100644 --- a/resources/customized_payloads/F-16D_52_NS.lua +++ b/resources/customized_payloads/F-16D_52_NS.lua @@ -2,8 +2,8 @@ local unitPayloads = { ["name"] = "F-16D_52_NS", ["payloads"] = { [1] = { - ["displayName"] = "Liberation DEAD", - ["name"] = "Liberation DEAD", + ["displayName"] = "Retribution DEAD", + ["name"] = "Retribution DEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -110,7 +110,7 @@ local unitPayloads = { }, }, [3] = { - ["name"] = "Liberation OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -260,7 +260,7 @@ local unitPayloads = { }, }, [6] = { - ["name"] = "Liberation Strike", + ["name"] = "Retribution Strike", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -312,7 +312,7 @@ local unitPayloads = { }, }, [7] = { - ["name"] = "Liberation SEAD", + ["name"] = "Retribution SEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -368,7 +368,7 @@ local unitPayloads = { }, }, [8] = { - ["name"] = "Liberation Ferry", + ["name"] = "Retribution Ferry", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", diff --git a/resources/customized_payloads/VSN_F105G.lua b/resources/customized_payloads/VSN_F105G.lua index c9eba9f5..8a3988e6 100644 --- a/resources/customized_payloads/VSN_F105G.lua +++ b/resources/customized_payloads/VSN_F105G.lua @@ -151,8 +151,8 @@ local unitPayloads = { }, }, [6] = { - ["displayName"] = "Liberation SEAD Escort", - ["name"] = "Liberation SEAD Escort", + ["displayName"] = "Retribution SEAD Escort", + ["name"] = "Retribution SEAD Escort", ["pylons"] = { [1] = { ["CLSID"] = "{SB_F105_BRU_41A_M117_6}", diff --git a/resources/customized_payloads/VSN_F4B.lua b/resources/customized_payloads/VSN_F4B.lua index 9321978d..416a9bf9 100644 --- a/resources/customized_payloads/VSN_F4B.lua +++ b/resources/customized_payloads/VSN_F4B.lua @@ -90,8 +90,8 @@ local unitPayloads = { }, }, [3] = { - ["displayName"] = "Liberation OCA/Runway", - ["name"] = "Liberation OCA/Runway", + ["displayName"] = "Retribution OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}", diff --git a/resources/mod_payloads/f16i_idf/F-16C_50.lua b/resources/mod_payloads/f16i_idf/F-16C_50.lua index 1848cdc1..54ff42f0 100644 --- a/resources/mod_payloads/f16i_idf/F-16C_50.lua +++ b/resources/mod_payloads/f16i_idf/F-16C_50.lua @@ -147,7 +147,7 @@ local unitPayloads = { }, }, [4] = { - ["name"] = "Liberation Strike", + ["name"] = "Retribution Strike", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -199,7 +199,7 @@ local unitPayloads = { }, }, [5] = { - ["name"] = "Liberation SEAD", + ["name"] = "Retribution SEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -251,8 +251,8 @@ local unitPayloads = { }, }, [6] = { - ["displayName"] = "Liberation DEAD", - ["name"] = "Liberation DEAD", + ["displayName"] = "Retribution DEAD", + ["name"] = "Retribution DEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -304,7 +304,7 @@ local unitPayloads = { }, }, [7] = { - ["name"] = "Liberation Ferry", + ["name"] = "Retribution Ferry", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -339,7 +339,7 @@ local unitPayloads = { }, }, [8] = { - ["name"] = "Liberation OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -391,7 +391,7 @@ local unitPayloads = { }, }, [9] = { - ["name"] = "Liberation SEAD Escort", + ["name"] = "Retribution SEAD Escort", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", diff --git a/resources/mod_payloads/f16i_idf/F-16I.lua b/resources/mod_payloads/f16i_idf/F-16I.lua index 62807b37..94aa20f3 100644 --- a/resources/mod_payloads/f16i_idf/F-16I.lua +++ b/resources/mod_payloads/f16i_idf/F-16I.lua @@ -131,7 +131,7 @@ local unitPayloads = { }, }, [4] = { - ["name"] = "Liberation Strike", + ["name"] = "Retribution Strike", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -179,7 +179,7 @@ local unitPayloads = { }, }, [5] = { - ["name"] = "Liberation SEAD", + ["name"] = "Retribution SEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -231,8 +231,8 @@ local unitPayloads = { }, }, [6] = { - ["displayName"] = "Liberation DEAD", - ["name"] = "Liberation DEAD", + ["displayName"] = "Retribution DEAD", + ["name"] = "Retribution DEAD", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -284,7 +284,7 @@ local unitPayloads = { }, }, [7] = { - ["name"] = "Liberation Ferry", + ["name"] = "Retribution Ferry", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}", @@ -319,7 +319,7 @@ local unitPayloads = { }, }, [8] = { - ["name"] = "Liberation OCA/Runway", + ["name"] = "Retribution OCA/Runway", ["pylons"] = { [1] = { ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",