UIComponentShellMultiplayer.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- *********************************************************************** -->
  3. <!-- * Implements the shell multiplayer interface for ActionScript * -->
  4. <!-- *********************************************************************** -->
  5. <UIComponentShellMultiplayer xmlns="uri:ea.com:eala:asset" xmlns:xi="http://www.w3.org/2001/XInclude"
  6. Priority="500">
  7. <!-- 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. -->
  8. <OfficialMapList>
  9. <Map>MAP_MP_2_BLACK1B</Map>
  10. <Map>MAP_MP_2_FEASEL1</Map>
  11. <Map>MAP_MP_2_FEASEL2</Map>
  12. <Map>MAP_MP_2_FEASEL3</Map>
  13. <Map>MAP_MP_2_FEASEL4</Map>
  14. <Map>MAP_MP_2_FEASEL5</Map>
  15. <Map>MAP_MP_2_FEASEL6</Map>
  16. <Map>MAP_MP_2_FEASEL7</Map>
  17. <Map>MAP_MP_2_FEASEL8</Map>
  18. <Map>MAP_MP_2_RAO1</Map>
  19. </OfficialMapList>
  20. <MatchOptionsRankedLabelSpec>APT:MatchOptionsRanked_%d</MatchOptionsRankedLabelSpec>
  21. <MatchOptionsMatchTypeLabelSpec>APT:MatchOptionsMatchType_%d</MatchOptionsMatchTypeLabelSpec>
  22. <MatchOptionsPlayersLabelSpec>APT:MatchOptionsPlayers_%d</MatchOptionsPlayersLabelSpec>
  23. <AnyOptionLabelSpec>GUI:AnyOption</AnyOptionLabelSpec>
  24. <TACLineLabelSpec>APT:TACLine_%d</TACLineLabelSpec>
  25. <xi:include
  26. href="DATA:Shell/MultiplayerCommonUIData.xml"
  27. xpointer="xmlns(n=uri:ea.com:eala:asset) xpointer(/n:MultiplayerCommonUIData/child::*)" />
  28. <!-- Define the options for the ranked spinner -->
  29. <RankedOption Label="GUI:Yes" Value="1"/>
  30. <RankedOption Label="GUI:No" Value="0"/>
  31. </UIComponentShellMultiplayer>