aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-10-14 21:01:40 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-10-14 21:01:40 +0100
commit9a2778eabc7ba968968e41dda9f03525d6c5383d (patch)
tree6d1c5dc64754d542d68a7f47742a701a4eec9308 /Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut
parentc0a0c7e502f2bc99185d79a485b965f63de7a203 (diff)
downloadNorthstarMods-9a2778eabc7ba968968e41dda9f03525d6c5383d.tar.gz
NorthstarMods-9a2778eabc7ba968968e41dda9f03525d6c5383d.zip
oh fuck i forgot to commit for a while
Diffstat (limited to 'Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut')
-rw-r--r--Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut15
1 files changed, 14 insertions, 1 deletions
diff --git a/Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut b/Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut
index d203a6730..417214553 100644
--- a/Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut
+++ b/Northstar.Client/mod/scripts/vscripts/ui/menu_private_match.nut
@@ -91,6 +91,19 @@ const table<asset> mapImages =
mp_rise = $"loadscreens/mp_rise_lobby",
mp_lf_township = $"loadscreens/mp_lf_township_lobby",
mp_lf_uma = $"loadscreens/mp_lf_uma_lobby",
+
+ // not really sure if this should be here, whatever
+ // might be good to make this modular in the future?
+ sp_training = $"rui/menu/level_select/level_image1",
+ sp_crashsite = $"rui/menu/level_select/level_image2",
+ sp_sewers1 = $"rui/menu/level_select/level_image3",
+ sp_boomtown_start = $"rui/menu/level_select/level_image4",
+ sp_hub_timeshift = $"rui/menu/level_select/level_image5",
+ sp_beacon = $"rui/menu/level_select/level_image6",
+ sp_tday = $"rui/menu/level_select/level_image7",
+ sp_s2s = $"rui/menu/level_select/level_image8",
+ sp_skyway_v1 = $"rui/menu/level_select/level_image9",
+
}
void function MenuPrivateMatch_Init()
@@ -630,7 +643,7 @@ function UpdateLobby()
{
bool shouldBreak = false
- foreach ( string category in GetPrivateMatchSettingCategories() )
+ foreach ( string category in GetPrivateMatchSettingCategories( true ) )
{
foreach ( CustomMatchSettingContainer setting in GetPrivateMatchCustomSettingsForCategory( category ) )
{