| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- *********************************************************************** -->
- <!-- * Implements the shell multiplayer interface for ActionScript * -->
- <!-- *********************************************************************** -->
- <UIComponentShellMultiplayer xmlns="uri:ea.com:eala:asset" xmlns:xi="http://www.w3.org/2001/XInclude"
- Priority="500">
- <!-- TODO: Rename this list to QuickMatchMapList, because that's how it's used. It's a subset of the maps that ship with the game. -->
- <OfficialMapList>
- <Map>MAP_MP_2_BLACK1B</Map>
- <Map>MAP_MP_2_FEASEL1</Map>
- <Map>MAP_MP_2_FEASEL2</Map>
- <Map>MAP_MP_2_FEASEL3</Map>
- <Map>MAP_MP_2_FEASEL4</Map>
- <Map>MAP_MP_2_FEASEL5</Map>
- <Map>MAP_MP_2_FEASEL6</Map>
- <Map>MAP_MP_2_FEASEL7</Map>
- <Map>MAP_MP_2_FEASEL8</Map>
- <Map>MAP_MP_2_RAO1</Map>
- </OfficialMapList>
- <MatchOptionsRankedLabelSpec>APT:MatchOptionsRanked_%d</MatchOptionsRankedLabelSpec>
- <MatchOptionsMatchTypeLabelSpec>APT:MatchOptionsMatchType_%d</MatchOptionsMatchTypeLabelSpec>
- <MatchOptionsPlayersLabelSpec>APT:MatchOptionsPlayers_%d</MatchOptionsPlayersLabelSpec>
- <AnyOptionLabelSpec>GUI:AnyOption</AnyOptionLabelSpec>
- <TACLineLabelSpec>APT:TACLine_%d</TACLineLabelSpec>
- <xi:include
- href="DATA:Shell/MultiplayerCommonUIData.xml"
- xpointer="xmlns(n=uri:ea.com:eala:asset) xpointer(/n:MultiplayerCommonUIData/child::*)" />
- <!-- Define the options for the ranked spinner -->
- <RankedOption Label="GUI:Yes" Value="1"/>
- <RankedOption Label="GUI:No" Value="0"/>
- </UIComponentShellMultiplayer>
|