From d5aa237485b2f8d6820fc805d14b8bfde9818db2 Mon Sep 17 00:00:00 2001 From: UndeadZeratul Date: Sat, 19 Aug 2023 09:26:50 -0500 Subject: [PATCH 1/2] Sort HEV Armor LANGUAGE Lumps --- LANGUAGE.en | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LANGUAGE.en b/LANGUAGE.en index 958b855..80202f8 100644 --- a/LANGUAGE.en +++ b/LANGUAGE.en @@ -86,6 +86,10 @@ MENU_GFB9_TITLE = "------ Gretchenfrage Blaster Mk. 9 Op MENU_GFB9_PISTOL_SPAWNTEXT = "Control the spawn rate of the GFB-9 on Pistols:"; MENU_GFB9_BACKPACKS = "Control whether the GFB-9 spawns in Backpacks:"; +// HEV Armour Options Text +MENU_HEVARMOUR_TITLE = "------ HEV Armor Options ------"; +MENU_HEVARMOUR_ARMOUR_SPAWNTEXT = "Control the spawn rate of the HEV Armor on Garrison and Battle Armour:"; + // Modular Battle Rifle Options Text MENU_MBR_TITLE = "------ Modular Battle Rifle Options ------"; MENU_MBR_CHAINGUN_SPAWNTEXT = "Control the spawn rate of the MBR on Vulcanettes:"; @@ -97,10 +101,6 @@ MENU_MBRMAGHEAVY_BACKPACKS = "Control whether MBR Heavy Magazines s MENU_MBRMAGLIGHT_SHELLBOX_SPAWNTEXT = "Control the spawn rate of MBR Light Magazines on Shell Boxes:"; MENU_MBRMAGLIGHT_BACKPACKS = "Control whether MBR Light Magazines spawn in Backpacks:"; -// HEV Armour Options Text -MENU_HEVARMOUR_TITLE = "------ HEV Armor Options ------"; -MENU_HEVARMOUR_ARMOUR_SPAWNTEXT = "Control the spawn rate of the HEV Armor on Garrison and Battle Armour:"; - // NCT Options Text MENU_NCT_TITLE = "------ NS3-Cr.Kt Options ------"; MENU_NCT_BFG_SPAWNTEXT = "Control the spawn rate of the NS3-Cr.Kt on BFG-9000s:"; From 9dc9c66bb4465d78a6c3708720be081fa903bf28 Mon Sep 17 00:00:00 2001 From: UndeadZeratul Date: Sat, 19 Aug 2023 09:27:05 -0500 Subject: [PATCH 2/2] Fix MBR Tag & Menu Labels --- LANGUAGE.en | 1 + MENUDEF | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LANGUAGE.en b/LANGUAGE.en index 80202f8..02b7f27 100644 --- a/LANGUAGE.en +++ b/LANGUAGE.en @@ -165,6 +165,7 @@ TAG_GASTANK = "Fuel Tank"; TAG_GFB9 = "Gretchenfrage Blaster Mk. 9"; TAG_HEVARMOUR = "HEV Armor"; TAG_HEVARMOURSPARE = "HEV Armor (spare)"; +TAG_MBR = "Modular Battle Rifle"; TAG_NCT = "NS3-Cr.Kt"; TAG_NYX = "CM-3 'Nyx' .355 Burst-Fire Magnum"; TAG_NYXMAG = "Nyx Magazine"; diff --git a/MENUDEF b/MENUDEF index f7cea9b..d7b6ed2 100644 --- a/MENUDEF +++ b/MENUDEF @@ -291,12 +291,12 @@ OptionMenu "mbrSpawning" { StaticText "" StaticText "$MENU_MAGSPAWNOPTIONS", "Green" - StaticText "$MENU_MBRMAGHEAVY_CLIPMAG_SPAWNTEXT", "White" + StaticText "$MENU_MBRMAGHEAVY_ROCKETBOX_SPAWNTEXT", "White" Option "$MENU_MAGSPAWNRATE", "mbrmagheavy_rocketbox_spawn_bias", "SpawnBias" SafeCommand "$MENU_RESETMAG", "resetcvar mbrmagheavy_rocketbox_spawn_bias" StaticText "" - StaticText "$MENU_MBRMAGLIGHT_CLIPMAG_SPAWNTEXT", "White" + StaticText "$MENU_MBRMAGLIGHT_SHELLBOX_SPAWNTEXT", "White" Option "$MENU_MAGSPAWNRATE", "mbrmaglight_shellbox_spawn_bias", "SpawnBias" SafeCommand "$MENU_RESETMAG", "resetcvar mbrmaglight_shellbox_spawn_bias" StaticText ""