Skip to content

Commit

Permalink
Refine Menu, add options for inversion CVARs
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Jul 15, 2023
1 parent 27f94b8 commit 659bd7a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 4 additions & 0 deletions LANGUAGE.en
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ MENU_BOLTBUNDLE_SPAWNRATE = "Bolt Bundle Spawn Rate: ";
MENU_BOLTBUNDLE_PERSISTENCY = "Persistent Bolt Bundle Spawns: ";
MENU_RESETBOLTBUNDLE = "Reset Bolt Bundle Options";

MENU_BLACKHAWK_INVERT = "Invert Bolt Selection Order";

// Blackjack Options Text
MENU_BLACKJACK_TITLE = "------ 'Blackjack' .355 Rifle Options ------";
MENU_BLACKJACK_CLIPBOX_SPAWNTEXT = "Control the spawn rate of the blackjack on Clip Boxes:";
Expand All @@ -67,6 +69,8 @@ MENU_BLACKJACKMAG_SHELL_BACKPACKS = "Control whether Shell Magazines spawn
MENU_BLACKJACKMAG_355_PERSISTENCY = "Persistent .355 Magazine Spawns: ";
MENU_BLACKJACKMAG_SHELL_PERSISTENCY = "Persistent Shell Magazine Spawns: ";

MENU_BLACKJACK_INVERT = "Invert Primary/Secondary Fire & Reloads";

// Gungnir Options Text
MENU_GUNGNIR_TITLE = "------ 'Gungnir' Frag Beam Rifle Options ------";
MENU_GUNGNIR_BFG_SPAWNTEXT = "Control the spawn rate of the Gungnir on BFG-9000s:";
Expand Down
31 changes: 29 additions & 2 deletions MENUDEF
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ OptionValue "SpawnBias" {

OptionMenu "majesticSpawning" {
Title "$MENU_MAJESTIC_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Yellow"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -63,6 +65,8 @@ OptionMenu "majesticSpawning" {

OptionMenu "viperSpawning" {
Title "$MENU_VIPER_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Yellow"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -114,6 +118,11 @@ OptionMenu "viperSpawning" {

OptionMenu "blackjackSpawning" {
Title "$MENU_BLACKJACK_TITLE"
StaticText ""

Option "$MENU_BLACKJACK_INVERT", "bj_invert", "YesNo"
StaticText ""

StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -163,6 +172,8 @@ OptionMenu "blackjackSpawning" {

OptionMenu "jackdawSpawning" {
Title "$MENU_JACKDAW_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Green"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -197,6 +208,11 @@ OptionMenu "jackdawSpawning" {

OptionMenu "blackhawkSpawning" {
Title "$MENU_BLACKHAWK_TITLE"
StaticText ""

Option "$MENU_BLACKHAWK_INVERT", "bh_invertscroll", "YesNo"
StaticText ""

StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -236,6 +252,8 @@ OptionMenu "blackhawkSpawning" {

OptionMenu "scorpionSpawning" {
Title "$MENU_SCORPION_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -264,6 +282,8 @@ OptionMenu "scorpionSpawning" {

OptionMenu "wyvernSpawning" {
Title "$MENU_WYVERN_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Orange"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -297,6 +317,8 @@ OptionMenu "wyvernSpawning" {

OptionMenu "gungnirSpawning" {
Title "$MENU_GUNGNIR_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Cyan"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -324,7 +346,9 @@ OptionMenu "gungnirSpawning" {
}

OptionMenu "hammerheadSpawning" {
Title ""
Title "$MENU_HAMMERHEAD_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Cyan"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -356,6 +380,8 @@ OptionMenu "hammerheadSpawning" {

OptionMenu "redlineSpawning" {
Title "$MENU_REDLINE_TITLE"
StaticText ""

StaticText "$MENU_NOTICE", "Cyan"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
Expand Down Expand Up @@ -384,7 +410,8 @@ OptionMenu "redlineSpawning" {


OptionMenu "AceCorpMenu" {
Title "$AceCorpMenu"
Title "$ACE_MENU"
StaticText ""

StaticText "$MENU_PISTOLS_TITLE", "Yellow"
StaticText ""
Expand Down

0 comments on commit 659bd7a

Please sign in to comment.