;下面注册的是可选的阵营名称。注册格式为<名称>=R值,G值,B值,<对应uimd内的顺序>
[MPColors]
Gold=255,227,140,0
Red=222,77,49,1
Teal=0,174,127,2;was 24,109,107,2
Green=123,251,123,3
Orange=252,136,0,4;255,134,57,4
Blue=148,170,255,5
Purple=198,73,255,6
Metalic=165,166,189,7
White=255,255,255,15
Brown=134,67,30,29
Pink=255,20,169,35
Cyan=132,239,255,59;,53
[MultiplayerGameLobby]
; 在这里注册游戏界面出现的勾选框,如快速游戏,基地重新部署,升级工具箱,超级武器等(你可以再加,但要确保对应代码完整,并且在CustomIniPath=后的路径下能找到相应的ini文件)
CheckBoxes=chkCratesMP,chkShortGame,chkImmuneHarvs,chkIngameAllying,chkRedeplMCV,chkMultiEngMP,chkExtremeAI,chkDestrBridges,chkRevealShroud,chkShroudRegrows,chkSuperWeapons,chkInstantUnload,chkInfiniteTiberium,chkVisceroids,chkCru****leInfantry,chkQueuing,chkTiberium2Ore,chkBuildOffAlly,chkTurtlingAI,chkStorms,chkStartingUnits,chkAutoDeployMCV,chkNoBaddyCrates,chkScrapDebris,chkCrew,chkSilos,chkTurboVehicles,chkNaval,chkAutoSave
; 在这里注册游戏界面出现的下拉列表框,如初始部队数,游戏速度,初始金钱,科技等级等(你可以再加,但要确保对应代码完整,尤其是SpawnIniOption=后的条目要能在rulesmd里“[MultiplayerDialogSettings]”下找到对应的同名条目)
DropDowns=cmbClassicEnhanced,cmbGameSpeedCap,cmbCredits,cmbTechLevel
; 在这里注册游戏界面出现的标签,如“初始部队数:”,“初始资金:”这样悬浮于下拉列表框上方的文字
Labels=lblClassicEnhanced,lblGameSpeedCap,lblCredits,lblTechLevel
PlayerReadyBoxX=6
PlayerOptionLocationX=22;def=25
PlayerOptionLocationY=25;def=24
PlayerOptionVerticalMargin=9;def=12
PlayerOptionHorizontalMargin=5;def=3
PlayerOptionCaptionLocationY=6;def=6
PlayerNameWidth=117; def=136
SideWidth=86;def=91
ColorWidth=70;def=79
StartWidth=0;def=49
TeamWidth=44;def=46
; 这里确定了在遭遇战界面中出现的各控件及标签的位置。
; 只有 SideOptionPrerequisites,勾选框,下拉列表框和标签的位置由这里确定
; 其他的设置需要在SkirmishLobby.ini文件里写。
[SkirmishLobby]
CheckBoxes=chkCratesSkirm,chkShortGame,chkImmuneHarvs,chkRedeplMCV,chkMultiEngSkirm,chkExtremeAI,chkDestrBridges,chkRevealShroud,chkShroudRegrows,chkQueuing,chkSuperWeapons,chkInstantUnload,chkInfiniteTiberium,chkVisceroids,chkCru****leInfantry,chkTiberium2Ore,chkBuildOffAlly,chkTurtlingAI,chkStorms,chkStartingUnits,chkAutoDeployMCV,chkNoBaddyCrates,chkScrapDebris,chkCrew,chkSilos,chkTurboVehicles,chkNaval
DropDowns=cmbClassicEnhanced,cmbSkirmishGameSpeedCap,cmbCredits,cmbTechLevel
Labels=lblClassicEnhanced,lblGameSpeedCap,lblCredits,lblTechLevel,lblAutoSave
PlayerOptionLocationX=11;def=25
PlayerOptionLocationY=25;def=24
PlayerOptionVerticalMargin=9;def=12
PlayerOptionHorizontalMargin=5;def=3
PlayerOptionCaptionLocationY=6;def=6
PlayerNameWidth=128; def=136
SideWidth=86;def=91
ColorWidth=70;def=79
StartWidth=0;def=49
TeamWidth=44;def=46