Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Resources/CnCNetGameLobby.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ $Width=133
$X=getX(btnLeaveGame) - getWidth($Self) - BUTTON_SPACING
$Y=getY(btnLaunchGame)
Text=Change Tunnel

[btnPlayerExtraOptionsOpen]
$X=getX(PlayerOptionsPanel) - getWidth(PlayerOptionsPanel) - 100
Binary file added Resources/Default Theme/optionsButtonClose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Default Theme/optionsButtonClose_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Default Theme/questionMark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Default Theme/questionMark_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Resources/GameLobbyBase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $CC14=ddGameMode:XNAClientDropDown
$CC15=tbMapSearch:XNASuggestionTextBox
$CC16=btnPickRandomMap:XNAClientButton
$CC17=btnSaveLoadGameOptions:XNAClientButton
$CC18=PlayerExtraOptionsPanel:PlayerExtraOptionsPanel

[btnLaunchGame]
Text=Launch Game
Expand Down Expand Up @@ -116,6 +117,21 @@ $X=getX(MapPreviewBox)
$Y=EMPTY_SPACE_TOP
$Width=getWidth($ParentControl) - (getX($Self) + (getWidth(GameOptionsPanel) + EMPTY_SPACE_SIDES + LOBBY_PANEL_SPACING) ;365
$Height=getHeight(GameOptionsPanel)
$CC00=btnPlayerExtraOptionsOpen:XNAClientButton

[PlayerExtraOptionsPanel]
$Width=238
$Height=247
$X=getRight(PlayerOptionsPanel) - getWidth($Self)
$Y=getY(PlayerOptionsPanel)

[btnPlayerExtraOptionsOpen]
Enabled=true
Visible=true
IdleTexture=comboBoxArrow.png
HoverTexture=openedComboBoxArrow.png
$X=getX(PlayerOptionsPanel) - getWidth(PlayerOptionsPanel) - 50
$Y=getY(PlayerOptionsPanel) - 10

[btnSaveLoadGameOptions]
IdleTexture=comboBoxArrow.png
Expand Down
6 changes: 1 addition & 5 deletions Resources/MultiplayerGameLobby.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ $CCMP07=tbChatInput_Player:XNAChatTextBox
$CCMP08=chkAutoSave:GameLobbyCheckBox
$CCMP09=chkAutoReady:XNAClientCheckBox



[PlayerOptionsPanel]
SolidColorBackgroundTexture=0,0,0,0
DrawBorders=no
Expand All @@ -45,8 +43,6 @@ $Y=getY(PlayerOptionsPanel)
DrawOrder=-2000
UpdateOrder=-2000



[cmbGameSpeedCap]
Items=60 FPS,52 FPS,45 FPS,40 FPS,30 FPS,20 FPS,15 FPS
DefaultIndex=0
Expand Down Expand Up @@ -117,4 +113,4 @@ Checked=True
Checked=False

[chkIngameAllying]
Enabled=True
Enabled=True
22 changes: 22 additions & 0 deletions Resources/UpdaterConfig.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[Settings]
; Comma-separated list of filename masks that are exempted from the file integrity checks.
; Overrides a following built-in list: .rtf,.txt,Theme.ini,gui_settings.xml
IgnoreMasks=.rtf,.txt,Theme.ini,gui_settings.xml,.htm,html,.doc,.xdoc,.log

; List of update download mirrors.
; Format: URL,UI Name,Location.
; Example: 0=http://testurl/updates/,Test Update Server,Europe
; Location is optional.
[DownloadMirrors]
0=https://downloads.cncnet.org/updates/games/ts/live/,CnCNet,Europe

; List of custom components.
; Format: UI Name, Version File ID, Download File Path, Local File Path
; Example: 0=Test Component, TESTCOMPONENT, Test/testfile.mix, Test/testfile.mix
[CustomComponents]
0=Tiberian Sun Music,TSMUSIC,../updates/Components/SCORES.MIX,MIX/SCORES.MIX
1=Firestorm Music,FSMUSIC,../updates/Components/SCORES01.MIX,MIX/SCORES01.MIX
2=Tiberian Sun GDI Campaign Videos,MOVIES01,../updates/Components/Movies01.mix,MIX/Movies01.mix
3=Tiberian Sun Nod Campaign Videos,MOVIES02,../updates/Components/Movies02.mix,MIX/Movies02.mix
4=Firestorm Campaign Videos,MOVIES03,../updates/Components/Movies03.mix,MIX/Movies03.mix