Skip to content

Commit

Permalink
Update vehicles and weapons for Cayo Perico v2189
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCoding25 committed Apr 26, 2021
1 parent e8f4e1c commit 7657687
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
6 changes: 6 additions & 0 deletions SharedClasses/PermissionsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ public enum Permission
WPPlasmaCarbine, // xmas 2018 dlc (1604)
WPPlasmaMinigun, // xmas 2018 dlc (1604)
WPStoneHatchet, // xmas 2018 dlc (1604)
WPCeramicPistol, // xmas 2019 dlc (1868)
WPNavyRevolver, // xmas 2019 dlc (1868)
//WPHazardCan, // xmas 2019 dlc (1868) (Does not have label text)
WPPericoPistol, // xmas 2020 dlc (2189)
WPMilitaryRifle, // xmas 2020 dlc (2189)
WPCombatShotgun, // xmas 2020 dlc (2189)
#endregion

// Weapon Loadouts Menu
Expand Down
18 changes: 17 additions & 1 deletion vMenu/data/ValidWeapon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,15 @@ private static void CreateWeaponsList()
{ "weapon_raypistol", GetLabelText("WT_RAYPISTOL") },
{ "weapon_raycarbine", GetLabelText("WT_RAYCARBINE") },
{ "weapon_rayminigun", GetLabelText("WT_RAYMINIGUN") },
{ "weapon_stone_hatchet", GetLabelText("WT_SHATCHET") }
{ "weapon_stone_hatchet", GetLabelText("WT_SHATCHET") },
// DLC CHRISTMAS2019 (v 1868)
{ "weapon_ceramicpistol", GetLabelText("WT_CERPST") },
{ "weapon_navyrevolver", GetLabelText("WT_REV_NV") },
//{ "weapon_hazardcan", GetLabelText("WT_") }, (Does not have label text)
// DLC CHRISTMAS2020 (v 2189)
{ "weapon_gadgetpistol", GetLabelText("WT_GDGTPST") },
{ "weapon_militaryrifle", GetLabelText("WT_MLTRYRFL") },
{ "weapon_combatshotgun", GetLabelText("WT_CMBSHGN") }
};
#endregion

Expand Down Expand Up @@ -403,6 +411,14 @@ private static void CreateWeaponsList()
["weapon_raycarbine"] = Permission.WPPlasmaCarbine,
["weapon_rayminigun"] = Permission.WPPlasmaMinigun,
["weapon_stone_hatchet"] = Permission.WPStoneHatchet,
// DLC CHRISTMAS2019 (v 1868)
["weapon_ceramicpistol"] = Permission.WPCeramicPistol,
["weapon_navyrevolver"] = Permission.WPNavyRevolver,
//["weapon_hazardcan"] = Permission.WPHazardCan, (Does not have label text)
// DLC CHRISTMAS2020 (v 2189)
["weapon_gadgetpistol"] = Permission.WPPericoPistol,
["weapon_militaryrifle"] = Permission.WPMilitaryRifle,
["weapon_combatshotgun"] = Permission.WPCombatShotgun,
};
#endregion

Expand Down
21 changes: 21 additions & 0 deletions vMenu/data/VehicleData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public static class Vehicles
"ASBO", // CASINO (MPHEIST3) DLC
"BLISTA",
"BRIOSO",
"BRIOSO2", // MPCAYOPERICO DLC
"CLUB", // MPSUM2020
"DILETTANTE",
"DILETTANTE2",
Expand All @@ -283,6 +284,7 @@ public static class Vehicles
"PANTO",
"PRAIRIE",
"RHAPSODY",
"WEEVIL", // MPCAYOPERICO DLC
};
#endregion
#region Sedans
Expand Down Expand Up @@ -356,6 +358,7 @@ public static class Vehicles
"SEMINOLE",
"SEMINOLE2", // MPSUM2020
"SERRANO",
"SQUADDIE", // MPCAYOPERICO DLC
"TOROS", // MPCHRISTMAS2018 DLC
"XLS",
"XLS2",
Expand Down Expand Up @@ -492,6 +495,7 @@ public static class Vehicles
"STINGERGT",
"STROMBERG",
"SWINGER", // dlc (mpbattle)
"TOREADOR", // MPCAYOPERICO DLC
"TORERO",
"TORNADO",
"TORNADO2",
Expand Down Expand Up @@ -537,6 +541,7 @@ public static class Vehicles
"IMORGON", // CASINO (MPHEIST3) DLC
"ISSI7", // MPVINEWOOD DLC
"ITALIGTO", // MPCHRISTMAS2018 DLC
"ITALIRSX", // MPCAYOPERICO DLC
"JESTER",
"JESTER2",
"JUGULAR", // MPVINEWOOD DLC
Expand Down Expand Up @@ -581,6 +586,8 @@ public static class Vehicles
"TAMPA2",
"TROPOS",
"VERLIERER2",
"VETO", // MPCAYOPERICO DLC
"VETO2", // MPCAYOPERICO DLC
"VSTR", // CASINO (MPHEIST3) DLC
"ZR380", // MPCHRISTMAS2018 DLC
"ZR3802", // MPCHRISTMAS2018 DLC
Expand Down Expand Up @@ -675,6 +682,7 @@ public static class Vehicles
"INNOVATION",
"LECTRO",
"MANCHEZ",
"MANCHEZ2", // MPCAYOPERICO DLC
"NEMESIS",
"NIGHTBLADE",
"OPPRESSOR",
Expand Down Expand Up @@ -756,6 +764,8 @@ public static class Vehicles
"TROPHYTRUCK",
"TROPHYTRUCK2",
"VAGRANT", // CASINO (MPHEIST3) DLC
"VERUS", // MPCAYOPERICO DLC
"WINKY", // MPCAYOPERICO DLC
"YOSEMITE3", // MPSUM2020
"ZHABA", // CASINO (MPHEIST3) DLC
};
Expand Down Expand Up @@ -792,6 +802,7 @@ public static class Vehicles
"SADLER",
"SADLER2",
"SCRAP",
"SLAMTRUCK", // MPCAYOPERICO DLC
"TOWTRUCK",
"TOWTRUCK2",
"TRACTOR", // Tractor (rusted/old)
Expand Down Expand Up @@ -891,12 +902,17 @@ public static class Vehicles
#region Boats
public static List<string> Boats { get; } = new List<string>()
{
"AVISA", // MPCAYOPERICO DLC
"DINGHY",
"DINGHY2",
"DINGHY3",
"DINGHY4",
"DINGHY5", // MPCAYOPERICO DLC
"JETMAX",
"KOSATKA", // MPCAYOPERICO DLC
"LONGFIN", // MPCAYOPERICO DLC
"MARQUIS",
"PATROLBOAT", // MPCAYOPERICO DLC
"PREDATOR",
"SEASHARK",
"SEASHARK2",
Expand All @@ -919,6 +935,7 @@ public static class Vehicles
{
"AKULA",
"ANNIHILATOR",
"ANNIHILATOR2", // MPCAYOPERICO DLC
"BUZZARD",
"BUZZARD2",
"CARGOBOB",
Expand All @@ -933,6 +950,8 @@ public static class Vehicles
"POLMAV",
"SAVAGE",
"SEASPARROW",
"SEASPARROW2", // MPCAYOPERICO DLC
"SEASPARROW3", // MPCAYOPERICO DLC
"SKYLIFT",
"SUPERVOLITO",
"SUPERVOLITO2",
Expand All @@ -946,6 +965,7 @@ public static class Vehicles
#region Planes
public static List<string> Planes { get; } = new List<string>()
{
"ALKONOST", // MPCAYOPERICO DLC
"ALPHAZ1",
"AVENGER",
"AVENGER2",
Expand Down Expand Up @@ -1048,6 +1068,7 @@ public static class Vehicles
"SCARAB3", // MPCHRISTMAS2018 DLC
"THRUSTER", // Jetpack
"TRAILERSMALL2", // Anti Aircraft Trailer
"VETIR", // MPCAYOPERICO DLC
};
#endregion
#region Commercial
Expand Down

0 comments on commit 7657687

Please sign in to comment.