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
1 change: 1 addition & 0 deletions package/Resources/ClientDefinitions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ MaxNameLength=12
Quickmatch=Qt\CnCNetQM.exe
LauncherExe=CnCNetYRLauncher.exe
DiscordAppId=830497958034145300
ShowGameIconInGameList=false
DisallowJoiningIncompatibleGames=true
; 15 minutes until warning
InactiveHostWarningMessageSeconds=900
Expand Down
70 changes: 69 additions & 1 deletion package/Resources/GameLobbyBase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ $CC-G099=btnSaveLoadGameOptions:XNAClientButton
Text=Short Game
SpawnIniOption=ShortGame
Checked=True
BroadcastToLobby=true
ShowInFilters=true
ToolTip=Players win when all enemy buildings are destroyed.
$X=EMPTY_SPACE_SIDES
$Y=EMPTY_SPACE_TOP
Expand All @@ -298,6 +300,8 @@ $Y=EMPTY_SPACE_TOP
Text=MCV Repacks
SpawnIniOption=MCVRedeploy
Checked=True
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Players have the ability to move their command center after it's deployed.
$X=getX(chkShortGame)
$Y=getBottom(chkShortGame) + GAME_OPTION_ROW_SPACING
Expand All @@ -306,13 +310,17 @@ $Y=getBottom(chkShortGame) + GAME_OPTION_ROW_SPACING
Text=Auto Repair
CustomIniPath=INI\Game Options\Auto Repair.ini
Checked=False
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Buildings will automatically repair themselves.
$X=getX(chkShortGame)
$Y=getBottom(chkRedeplMCV) + GAME_OPTION_ROW_SPACING

[chkMultiEng]
SpawnIniOption=MultiEngineer
Checked=False
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Capturing a structure requires three Engineers instead of one.
Text=Multi Engineer
$X=getX(chkShortGame)
Expand All @@ -323,6 +331,8 @@ Text=Ingame Allying
SpawnIniOption=AlliesAllowed
CustomIniPath=INI\Game Options\Allies Allowed.ini
Checked=True
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Players can form and break alliances in game.
$X=getX(chkShortGame)
$Y=getBottom(chkMultiEng) + GAME_OPTION_ROW_SPACING
Expand All @@ -334,6 +344,8 @@ $Y=getBottom(chkMultiEng) + GAME_OPTION_ROW_SPACING
[chkDestrBridges]
SpawnIniOption=BridgeDestroy
Checked=True
BroadcastToLobby=false
ShowInFilters=false
ToolTip=You can destroy low bridges by force-firing on them.
Text=Destroyable Bridges
$X=getX(chkShortGame) + 135
Expand All @@ -342,6 +354,8 @@ $Y=EMPTY_SPACE_TOP
[chkBuildOffAlly]
SpawnIniOption=BuildOffAlly
Checked=True
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Check to allow players to build near their allies' construction yards.
Text=Build By Ally
$X=getX(chkDestrBridges)
Expand All @@ -350,6 +364,13 @@ $Y=getBottom(chkDestrBridges) + GAME_OPTION_ROW_SPACING
[chkRA2Mode]
SpawnIniOption=Ra2Mode
DefaultValue=False
BroadcastToLobby=true
ShowInFilters=true
ShowInGameList=true
EnabledIcon=ra2mode_on.png
DisabledIcon=ra2mode_off.png
ShowInGameInformationPanel=true
ShowInGameInformationPanelAsIconOnly=true
ToolTip=Red Alert 2 Classic Mode will turn gameplay into Red Alert 2.
Text=Red Alert 2
DisallowedSideIndex=9
Expand All @@ -359,6 +380,8 @@ $Y=getBottom(chkBuildOffAlly) + GAME_OPTION_ROW_SPACING
[chkBalancePatch]
CustomIniPath=INI\Game Options\Yuri Rebalance Patch.ini
DefaultValue=False
BroadcastToLobby=true
ShowInFilters=true
ToolTip=Yuri's Revenge Rebalance 2.0@Patch notes: https://forums.cncnet.org/topic/11738-yuris-revenge-rebalanced-20/
Text=YR Rebalance
$X=getX(chkDestrBridges)
Expand All @@ -367,6 +390,8 @@ $Y=getBottom(chkRA2Mode) + GAME_OPTION_ROW_SPACING
[chkNoSpawnPreviews]
CustomIniPath=INI\Game Options\No Spawn Previews.ini
DefaultValue=False
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Start locations for players won't be shown in the loading screen.
Text=Blind Start
$X=getX(chkDestrBridges)
Expand All @@ -375,6 +400,8 @@ $Y=getBottom(chkBalancePatch) + GAME_OPTION_ROW_SPACING
[chkDisableGameSpeed]
SpawnIniOption=DisableGameSpeed
DefaultValue=False
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Disable game speed adjustment in game.
Text=Lock Game Speed
$X=getX(chkDestrBridges)
Expand All @@ -387,6 +414,12 @@ $Y=getBottom(chkNoSpawnPreviews) + GAME_OPTION_ROW_SPACING
[chkNoYuri]
CustomIniPath=INI\Game Options\No_Yuri.ini
DefaultValue=False
BroadcastToLobby=true
ShowInFilters=true
ShowInGameInformationPanel=true
ShowInGameInformationPanelAsIconOnly=true
EnabledIcon=no_Yuriicon.png
DisabledIcon=Yuriicon.png
ToolTip=Yuri is disabled
Text=No Yuri
DisallowedSideIndices=9
Expand All @@ -396,6 +429,12 @@ $Y=EMPTY_SPACE_TOP
[chkNoFrance]
CustomIniPath=INI\Game Options\No_France.ini
DefaultValue=False
BroadcastToLobby=true
ShowInFilters=true
ShowInGameInformationPanel=true
ShowInGameInformationPanelAsIconOnly=true
EnabledIcon=no_Franceicon.png
DisabledIcon=Franceicon.png
ToolTip=France is disabled
Text=No France
DisallowedSideIndices=2
Expand All @@ -405,6 +444,8 @@ $Y=getBottom(chkNoYuri) + GAME_OPTION_ROW_SPACING
[chkNoSpy]
CustomIniPath=INI\Game Options\No_Spy.ini
DefaultValue=False
BroadcastToLobby=true
ShowInFilters=true
ToolTip=Spies are disabled
Text=No Spy
$X=getX(chkNoYuri)
Expand All @@ -413,6 +454,8 @@ $Y=getBottom(chkNoFrance) + GAME_OPTION_ROW_SPACING
[chkNoStolenTech]
CustomIniPath=INI\Game Options\No Stolen Tech.ini
Checked=False
BroadcastToLobby=true
ShowInFilters=true
ToolTip=Stolen Tech is disabled
Text=No Stolen Tech
DataWriteMode=MapCode
Expand All @@ -422,6 +465,8 @@ $Y=getBottom(chkNoSpy) + GAME_OPTION_ROW_SPACING
[chkNoDogEngiEat]
CustomIniPath=INI\Game Options\No Dog Engi Eat.ini
Checked=False
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Dogs will be unable to kill Engineers.
Text=Engi Dog Immune
$X=getX(chkNoYuri)
Expand All @@ -430,6 +475,14 @@ $Y=getBottom(chkNoStolenTech) + GAME_OPTION_ROW_SPACING
[chkCrates]
SpawnIniOption=Crates
Checked=False
BroadcastToLobby=true
ShowInFilters=true
EnabledIcon=crates_on.png
DisabledIcon=crates_off.png
ShowInGameInformationPanel=true
ShowInGameInformationPanelAsIconOnly=true
ShowInGameList=true
ShowInGameListOnRight=true
ToolTip=Random Power-Up Crates will appear.
Text=Crates Appear
$X=getX(chkNoYuri)
Expand Down Expand Up @@ -476,6 +529,8 @@ Items=100000,30000,20000,15000,12500,10000,7500,5000,2500
DefaultIndex=5
SpawnIniOption=Credits
DataWriteMode=String
BroadcastToLobby=true
ShowInFilters=true
ToolTip=Credits at the start of the game.
$Width=112
$Height=GAME_OPTION_DD_HEIGHT
Expand All @@ -495,6 +550,8 @@ Items=10,9,8,7,6,5,4,3,2,1,0
DefaultIndex=10
SpawnIniOption=UnitCount
DataWriteMode=String
BroadcastToLobby=false
ShowInFilters=false
DistanceFromRightBorder=51
$X=getX(lblStartingUnits)
$Y=getBottom(lblStartingUnits) + GAME_OPTION_ROW_SPACING
Expand All @@ -508,11 +565,18 @@ $X=getX(chkDestrBridges)
$Y=getBottom(cmbStartingUnits) + GAME_OPTION_GAP

[cmbSuperWeaponsModifier]
OptionName=SuperWeapon Settings:
OptionName=SuperWeapons:
Items=INI\Game Options\SuperWeapons\All.ini,INI\Game Options\SuperWeapons\Offensive.ini,INI\Game Options\SuperWeapons\Defensive.ini,INI\Game Options\SuperWeapons\Disabled.ini
DefaultIndex=0
SpawnIniOption=String
DataWriteMode=MapCode
BroadcastToLobby=true
ShowInFilters=true
ShowInGameInformationPanel=true
ShowInGameInformationPanelAsIconOnly=true
ShowInGameList=true
ShowInGameListOnRight=true
Icons=sw_all.png,sw_offensive.png,sw_defensive.png,sw_disabled.png
ToolTip=Super Weapons Settings
ItemLabels=All,Strategic,Tactical,None
$X=getX(lblSuperWeapons)
Expand All @@ -532,6 +596,8 @@ Items=INI\Game Options\Crates\Minimal.ini,INI\Game Options\Crates\Normal.ini,INI
DefaultIndex=1
SpawnIniOption=String
DataWriteMode=MapCode
BroadcastToLobby=true
ShowInFilters=true
ToolTip=Adjust the number of crates. This setting is pointless without Crate check box Enabled.
ItemLabels=Minimal Crates,Normal Crates,Increased Crates,Extreme Crates
$Width=112
Expand All @@ -551,6 +617,8 @@ Items=INI\Game Options\AI\No Change.ini,INI\Game Options\AI\Brutal AI.ini,INI\Ga
DefaultIndex=0
SpawnIniOption=String
DataWriteMode=MapCode
BroadcastToLobby=false
ShowInFilters=false
ToolTip=Set the behaviour of the Computer AI.
ItemLabels=Vanilla AI,Brutal AI,Extreme AI,Nightmare AI (Beta)
$X=getX(lblAIModifier)
Expand Down
2 changes: 2 additions & 0 deletions package/Resources/MultiplayerGameLobby.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ $CC-GODD03=cmbGameSpeedCapMultiplayer:GameLobbyDropDown
[cmbGameSpeedCapMultiplayer]
$BaseSection=cmbGameSpeedCap
Items=60 FPS,45 FPS,30 FPS,20 FPS,15 FPS,12 FPS,10 FPS
BroadcastToLobby=true
ShowInFilters=true
Binary file added package/Resources/crates_off.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 package/Resources/crates_on.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 package/Resources/no_Franceicon.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 package/Resources/no_Yuriicon.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 package/Resources/ra2mode_off.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 package/Resources/ra2mode_on.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 package/Resources/sw_all.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 package/Resources/sw_defensive.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 package/Resources/sw_disabled.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 package/Resources/sw_offensive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.