diff --git a/package/Resources/MultiplayerGameLobby.ini b/package/Resources/MultiplayerGameLobby.ini index 753c0f59..b60fb3a9 100644 --- a/package/Resources/MultiplayerGameLobby.ini +++ b/package/Resources/MultiplayerGameLobby.ini @@ -37,6 +37,10 @@ $CC19=tbChatInput:XNAChatTextBox $CC20=btnLockGame:XNAClientButton $CC21=chkAutoReady:XNAClientCheckBox $CC22=btnChangeTunnel:XNAClientButton +$CC23=btnCnCNet:XNALinkButton +; When beta is merged +; $CC24=btnCnCNet2:XNALinkButton +; $CC25=btnCnCNet3:XNALinkButton [lblName] Text=Players; in the game its Players, makes more sense than Name actually, eh @@ -268,6 +272,7 @@ DistanceFromBottomBorder=46 Size=133,23 Text=Pick Random Map + ;============================ ; LEFT Column Controls ;============================ @@ -456,3 +461,45 @@ ToolTip=Dogs will be unable to kill Engineers. Text=No Dog Engineer Kills $X=getX(chkNoSpy) $Y=getBottom(chkNoSpy) + GAME_OPTION_GAP + +[btnCnCNet] +Location=0,0 +Size=133,23 +FillWidth=740 +DistanceFromBottomBorder=13 +IdleTexture=logo.png +HoverTexture=logo.png +DrawMode=Stretched +DrawBorders=false +URL=https://cncnet.org/red-alert-2 +ToolTip=CnCNet - Red Alert 2 & Yuri's Revenge Online +$X=getX(lblMapName) - 5 +$Y=getBottom(lblMapName) + 25 + +[btnCnCNet2] +Location=0,0 +Size=73,23 +FillWidth=740 +DistanceFromBottomBorder=13 +IdleTexture=logo-2.png +HoverTexture=logo-2.png +DrawMode=Stretched +DrawBorders=false +URL=https://github.com/Phobos-developers/Phobos +ToolTip=Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension +$X=getX(lblMapName) + 170 +$Y=getBottom(lblMapName) + 25 + +[btnCnCNet3] +Location=0,0 +Size=32,23 +FillWidth=740 +DistanceFromBottomBorder=13 +IdleTexture=logo-3.png +HoverTexture=logo-3.png +DrawMode=Stretched +DrawBorders=false +URL=https://ares.strategy-x.com/ +ToolTip=Ares is the next generation of binary-based Command & Conquer modding. +$X=getX(lblMapName) + 275 +$Y=getBottom(lblMapName) + 25 \ No newline at end of file diff --git a/package/Resources/logo-2.png b/package/Resources/logo-2.png new file mode 100644 index 00000000..6826d971 Binary files /dev/null and b/package/Resources/logo-2.png differ diff --git a/package/Resources/logo-3.png b/package/Resources/logo-3.png new file mode 100644 index 00000000..2ea38967 Binary files /dev/null and b/package/Resources/logo-3.png differ diff --git a/package/Resources/logo.png b/package/Resources/logo.png new file mode 100644 index 00000000..750c82ee Binary files /dev/null and b/package/Resources/logo.png differ