Skip to content

Commit

Permalink
Update MainMenu.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Feb 19, 2024
1 parent 7699ea5 commit 7081c5a
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 434 deletions.
160 changes: 22 additions & 138 deletions package/Resources/Allied Theme/MainMenu.ini
Original file line number Diff line number Diff line change
@@ -1,203 +1,87 @@
[MainMenu]
DrawBorders=false
Size=800,600

[MainMenuUIPanel]
DrawBorders=false

[ExtraPictureBoxes]

[mmtdcl]
Location=346,8
Size=40,34
BackgroundTexture=MainMenu\tdcl.png

[mmtdcr]
Location=894,8
Size=40,34
BackgroundTexture=MainMenu\tdcr.png
[INISystem]
BasedOn=.\..\MainMenu.ini

[mmbox1]
Location=338,2
Size=604,538
DrawBorders=true
BorderColor=168,168,168

[mmbox2]
Location=339,3
Size=602,536
DrawBorders=true
BorderColor=168,168,168


; ==========================
; Hidden Buttons
; ==========================
[btnNewCampaign]
Location=0,0
Size=0,0
Visible=0

[btnLoadGame]
Location=0,0
Size=0,0
Visible=0

[btnMapEditor]
Location=0,0
Size=0,0
Visible=0

[btnCredits]
Location=0,0
Size=0,0
Visible=0

[btnStatistics]
Location=0,0
Size=0,0
Visible=0

; ==========================
; Menu Buttons
; ==========================
[btnQuickmatch]
Location=645,241
Text=Ranked Match
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav

; #1
[btnCnCNet]
ForeColor=230,230,230
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255
URL=Qt\CnCNetQM.exe

[btnExtras]
Location=645,283
Text=Campaign
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav

; #2
[btnQuickmatch]
ForeColor=230,230,230
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255

[btnCnCNet]
Location=645,199
Text=Play Online
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav
; #3
[btnNewCampaign]
ForeColor=230,230,230
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255

; #4
[btnSkirmish]
Location=645,325
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav
Text=Skirmish
ForeColor=230,230,230
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255

[btnProfiles]
Location=645,451
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav
Text=View Ladder
; #5
[btnLoadGame]
ForeColor=230,230,230
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255
URL=https://ladder.cncnet.org

; #6
[btnLan]
Location=645,367
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav
Text=LAN
ForeColor=230,230,230
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255

; #7
[btnProfiles]
ForeColor=230,230,230
TextColorIdle=230,230,230
TextColorHover=255,255,255

; #8
[btnOptions]
Location=645,409
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav
Text=Options
ForeColor=230,230,230
Font=Arial,Bold,9.25
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255

; #9
[btnExit]
Location=645,535
IdleTexture=MainMenu\button.png
HoverTexture=MainMenu\button_c.png
HoverSoundEffect=button.wav
Text=Exit Game
ForeColor=230,230,230
Font=Arial,Bold,9.25
FontIndex=1
TextColorIdle=230,230,230
TextColorHover=255,255,255


; ==========================
; Updater Text
; ==========================
[lblUpdateStatus]
Location=20,577
Size=600,30
FontIndex=1 ;4
RemapColor=230,230,230

[lblVersionLabel]
Text=Client Version:
FontIndex=1
RemapColor=230,230,230
TextAnchor=HORIZONTAL_CENTER
AnchorPoint=716,54

[lblVersion]
RemapColor=230,230,230
FontIndex=1
TextAnchor=HORIZONTAL_CENTER
AnchorPoint=716,68

; ==========================
; Online Count
; ==========================
[lblCnCNetStatus]
Text=Players Online:
FontIndex=1 ;4
RemapColor=230,230,230
TextAnchor=HORIZONTAL_CENTER
AnchorPoint=716,106

[lblCnCNetPlayerCount]
FontIndex=1 ;4
RemapColor=230,230,230
TextAnchor=HORIZONTAL_CENTER
AnchorPoint=716,120

; Unknown
[trbDifficultySelector]
BackgroundTexture=nopreview.png
DrawMode=Stretched

[ExtraControls]
0=btnQuickmatch:XNALinkButton
1=btnProfiles:XNALinkButton
2=lblVersionLabel:XNALabel
Loading

0 comments on commit 7081c5a

Please sign in to comment.