Skip to content

Commit

Permalink
Rework mode select menu (#624)
Browse files Browse the repository at this point in the history
Turns mode list from page based into a scrollable list that is categorised and supports filtering.
  • Loading branch information
F1F7Y authored Sep 10, 2024
1 parent e293119 commit 525f671
Show file tree
Hide file tree
Showing 5 changed files with 1,003 additions and 239 deletions.
4 changes: 4 additions & 0 deletions Northstar.Client/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"Name": "modlist_reverse",
"DefaultValue": "0",
"Flags": "ARCHIVE_PLAYERPROFILE"
},
{
"Name": "modemenu_mode_filter",
"DefaultValue": "-1"
}
],
"Scripts": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,18 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a
"JSON_PARSE_ERROR" "Error parsing json response"
"UNSUPPORTED_VERSION" "The version you are using is no longer supported"

// Mode menu
"MODE_MENU_PVPVE" "PvPvE"
"MODE_MENU_PVE" "PvE"
"MODE_MENU_PVP" "PvP"
"MODE_MENU_FFA" "FFA"
"MODE_MENU_TITAN_ONLY" "Titan Only"
"MODE_MENU_OTHER" "Other"
"MODE_MENU_CUSTOM" "Custom"
"MODE_MENU_ALL" "All"
"MODE_MENU_UNKNOWN" "Unknown"
"MODE_MENU_SWITCH" "Filter"

"AUTHENTICATION_FAILED_HEADER" "Authentication Failed"
"AUTHENTICATION_FAILED_BODY" "Failed to authenticate with Atlas!"
"AUTHENTICATION_FAILED_ERROR_CODE" "Error code: ^DB6F2C00%s1^"
Expand Down
Loading

0 comments on commit 525f671

Please sign in to comment.