Skip to content

Commit

Permalink
Forgor to upload
Browse files Browse the repository at this point in the history
Only change from default should be 
```
		NextModeIconPatch
		{
			ControlName				RuiPanel
			wide					72
			tall					72
			visible					0
			scaleImage				1
			image					""

			rui                     "ui/basic_image_add.rpak"

			pin_to_sibling			NextGameModeName
			pin_corner_to_sibling	BOTTOM_RIGHT
			pin_to_sibling_corner	TOP_RIGHT
		}

```
  • Loading branch information
JMM889901 committed Aug 12, 2024
1 parent 6ee360c commit cc8fc9c
Showing 1 changed file with 292 additions and 0 deletions.
292 changes: 292 additions & 0 deletions Northstar.Client/mod/resource/ui/menus/private_lobby.menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,292 @@
#base "combo_buttons.res"
resource/ui/menus/private_lobby.menu
{
menu
{
ControlName Frame
xpos 0
ypos 0
zpos 3
wide f0
tall f0
autoResize 0
pinCorner 0
visible 1
enabled 1
PaintBackgroundType 0
infocus_bgcolor_override "0 0 0 0"
outoffocus_bgcolor_override "0 0 0 0"

Vignette
{
ControlName ImagePanel
InheritProperties MenuVignette
}

MenuTitle
{
ControlName Label
InheritProperties MenuTitle
labelText "#PRIVATE_LOBBY"
}

ImgTopBar
{
ControlName ImagePanel
InheritProperties MenuTopBar
}

MatchmakingStatus
{
ControlName CNestedPanel
wide f0
tall f0
visible 1
controlSettingsFile "resource/ui/menus/panels/matchmaking_status.res"
}

CreditsAvailable
{
ControlName RuiPanel
InheritProperties CreditsAvailableProperties
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Screen
{
ControlName ImagePanel
wide f0
tall f0
visible 1
scaleImage 1
fillColor "0 0 0 0"
drawColor "0 0 0 0"
}

CallsignCard
{
ControlName RuiPanel
rui "ui/callsign_basic.rpak"
pin_to_sibling Screen
pin_corner_to_sibling TOP_RIGHT
pin_to_sibling_corner TOP_RIGHT
xpos -96
ypos -166
wide 320
tall 172
visible 1
scaleImage 1
image vgui/white
fillColor "255 255 255 255"
zpos -1
}


////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

ButtonRowAnchor
{
ControlName Label
labelText ""

xpos 96
ypos 215
}

StartMatchButton
{
ControlName RuiButton
InheritProperties RuiStartMatchButton
visible 1
tabposition 1
ypos 10

navRight ListFriendlies

pin_to_sibling ButtonRowAnchor
pin_corner_to_sibling BOTTOM_LEFT
pin_to_sibling_corner TOP_LEFT
}

NextMapImage
{
ControlName RuiPanel
wide 500
tall 288
visible 0
scaleImage 1
image ""
zpos -1

rui "ui/basic_menu_image.rpak"

pin_to_sibling MatchEnemiesPanel
pin_corner_to_sibling BOTTOM_LEFT
pin_to_sibling_corner TOP_LEFT

ypos 16
}
NextMapName
{
ControlName Label
pin_to_sibling NextMapImage
pin_corner_to_sibling BOTTOM_RIGHT
pin_to_sibling_corner BOTTOM_RIGHT

xpos -12
ypos 0

auto_wide_tocontents 1
auto_tall_tocontents 1
labelText ""
font Default_43_DropShadow
allcaps 1
fgcolor_override "255 255 255 255"
}
NextGameModeName
{
ControlName Label
pin_to_sibling NextMapName
pin_corner_to_sibling BOTTOM_RIGHT
pin_to_sibling_corner TOP_RIGHT

ypos -8

auto_wide_tocontents 1
auto_tall_tocontents 1
labelText ""
use_proportional_insets 1
textinsetx 2
font Default_28_DropShadow
allcaps 1
fgcolor_override "255 255 255 255"
}
NextModeIcon
{
ControlName RuiPanel
wide 72
tall 72
visible 0
scaleImage 1
image ""

rui "ui/basic_image_add.rpak"

pin_to_sibling NextGameModeName
pin_corner_to_sibling BOTTOM_RIGHT
pin_to_sibling_corner TOP_RIGHT
}
NextModeIconPatch
{
ControlName RuiPanel
wide 72
tall 72
visible 0
scaleImage 1
image ""

rui "ui/basic_image_add.rpak"

pin_to_sibling NextGameModeName
pin_corner_to_sibling BOTTOM_RIGHT
pin_to_sibling_corner TOP_RIGHT
}

MatchSettings
{
ControlName RuiPanel
InheritProperties MenuTooltipLarge

rui "ui/private_settings_description.rpak"

pin_to_sibling NextMapImage
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner TOP_RIGHT
xpos 16
ypos 0

wide 500
tall 288

visible 0
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

SpectatorLabel
{
ControlName Label
pin_to_sibling MatchFriendliesPanel
pin_corner_to_sibling BOTTOM_LEFT
pin_to_sibling_corner TOP_LEFT

xpos 0
ypos 0

textAlignment center

wide 500
tall 40
labelText "#LOBBY_SPECTATOR"
font Default_26
allcaps 1
fgcolor_override "255 255 255 255"
}
MatchFriendliesPanel
{
ControlName CNestedPanel

pin_to_sibling ButtonRowAnchor
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner BOTTOM_LEFT

ypos 435

InheritProperties LobbyPlayerListBackground
controlSettingsFile "resource/ui/menus/panels/match_friendlies.res"
}

MatchEnemiesPanel
{
ControlName CNestedPanel

pin_to_sibling MatchFriendliesPanel
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner TOP_RIGHT

xpos 16

InheritProperties LobbyPlayerListBackground
controlSettingsFile "resource/ui/menus/panels/match_enemies.res"
}

LobbyChatBox [$WINDOWS]
{
ControlName CBaseHudChat
InheritProperties ChatBox

destination "match"
messageModeAlwaysOn 1

pin_to_sibling MatchEnemiesPanel
pin_corner_to_sibling TOP_LEFT
pin_to_sibling_corner TOP_RIGHT

xpos 16
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

ButtonTooltip
{
ControlName CNestedPanel
InheritProperties ButtonTooltip
}

FooterButtons
{
ControlName CNestedPanel
InheritProperties FooterButtons
}
}
}

0 comments on commit cc8fc9c

Please sign in to comment.