squad.xml: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{ExternalLink|" to "{{Link|")
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{GVI|arma|1.00}}
{{TOC|side}}
{|
|- style="vertical-align: top"
| [[Image:Squadxml_logo_2.jpg|thumb|Example of a logo, provided by "squad.xml"]]
| To support the multiplayer community in their effort to play as teams, like many Arma clans and squads are trying to, it is possible to create a common information file - the "squad.xml" -, which is stored on a personal webspace or on an FTP server and loaded by the Arma game server, if a member of this team is playing on it.
 
Beside detailed information about the single player and its team which can be gained by pressing "P" ingame, the feature supports also a common logo, which will be displayed on vehicles, if such team has boarded it.
|}


== About ==


[[Image:Squadxml_logo_2.jpg|thumb|Example of a logo, provided by "squad.xml"]]
== Preliminaries ==
To support the multiplayer community in their effort to play as teams, like many ArmA clans and squads are trying to, it's possible to create a common information file - the "squad.xml" -, which is stored on a personal webspace or on an FTP server and loaded by the ArmA game server, if a member of this team is playing on it.


Beside detailed informations about the single player and its team which can be gained by pressing "P" ingame, the feature supports also a common logo, which will be displayed on vehicles, if such team has boarded it.
If you feel unfamiliar with the XML file format itself and/or have questions about basic XML markup, you are advised to consult literature, documentation (http://www.w3.org/XML) or tutorials (http://www.w3schools.com/xml/default.asp) as fundamental questions about the XML technology itself will not be covered here. There are multiple resources on in the World Wide Web that can help you learning XML.


== Preliminaries ==


If you feel unfamiliar with the XML file format itself and/or have questions about basic XML markup, you are advised to consult literature, documentation [http://www.w3.org/XML] or tutorials [http://www.w3schools.com/xml/default.asp] as fundamental questions about the XML technology itself will not be covered here. There are multiple resources on in the World Wide Web that can help you learning XML.
== Squad.xml File Content ==


== How to create a "squad.xml" ==
The file consist of three main parts:
The file consist of three main parts:


=== Head ===


'''1. Head''': defines the doctype. Just leave it!
This part defines the doctype. Just leave it as it is!
 
<code><span style="color:#1874CD;"><?xml version="1.0"?></span>
<span style="color:#1874CD;"><<span style="color:#008B45;">!DOCTYPE squad SYSTEM</span> "squad.dtd"></span>
<span style="color:#1874CD;"><?xml-stylesheet href="squad.xsl" type="text/xsl"?></span>
</code>


<syntaxhighlight lang="xml">
<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<?xml-stylesheet href="squad.xsl" type="text/xsl"?>
</syntaxhighlight>


'''2. Squad properties'''
=== Squad properties ===


<code><span style="color:#1874CD;"><squad nick=</span>"ESN"<span style="color:#1874CD;">></span>
<syntaxhighlight lang="xml"><squad nick="ESN">
<span style="color:#1874CD;"><name></span>Example Squad Name<span style="color:#1874CD;"></name></span>
<name>Example Squad Name</name>
<span style="color:#1874CD;"><nowiki><email></nowiki></span>email@example.com<span style="color:#1874CD;"></email></span>
<email>email@example.com</email>
<span style="color:#1874CD;"><web></span>www.example.com<span style="color:#1874CD;"></web></span>
<web>www.example.com</web>
<span style="color:#1874CD;"><picture></span>logo.paa<span style="color:#1874CD;"></picture></span>
<picture>logo.paa</picture>
<span style="color:#1874CD;"><title></span>Use this e.g. for your squads name or your squads URL<span style="color:#1874CD;"></title></span>
<title>Use this e.g. for your squads name or your squads URL</title>
</code>
</syntaxhighlight>


{| class="bikitable sortable"
{| class="wikitable sortable"
! Property
! Property
! Max-Length
! Max-Length
! class="unsortable"| Description
! class="unsortable"| Description
|-
|-
|<b> nick </b>
| '''nick'''
|64
| 64
|The clan-tag, is displayed together with players nickname. Attention: Don't use reserved XML tags -> Link
| The clan-tag, is displayed together with players nickname. Attention: Don't use reserved XML tags -> Link
|-
|-
|<b> name </b>
| '''name'''
|64
| 64
|Squad name
| Squad name
|-
|-
|<b> email </b>
| '''email'''
|64
| 64
|Your contact email
| Your contact email
|-
|-
|<b> web </b>
| '''web'''
|64
| 64
|Your Website Address
| Your Website Address
|-
|-
|<b> picture </b>
| '''picture'''
|64
| 64
|Your logo (optional), it has to in the same folder as the "squad.xml" file
| Your logo (optional), it has to in the same folder as the "squad.xml" file
|-
|-
|<b> title </b>
| '''title'''
|64
| 64
|Squad name, displayed on vehicles manned by squad members
| Squad name, displayed on vehicles manned by squad members
|}
|}


'''Important note''':
{{Feature | important | Do '''not''' use any characters beside A-Z, a-z, 0-9 and space in the '''nick''' attribute inside the '''squad''' element of your [[squad.xml]]. This may lead to strange behaviour e.g. the information from your '''member''' block is displayed but the information from the '''squad''' block is not. So, if your Tag is like "{{=}}[TAG]{{=}}", put the value like "TAG" into the '''nick''' attribute of the '''squad''' element.}}
* Do not use any characters beside A-Z, a-z, 0-9 and space in the ''nick''-attribute inside the ''squad''-element of your ''squad.xml''. This may lead to strange behaviour e.g. the information from your ''member''-block is displayed but the information from the ''squad''-block is not. So, if your Tag is like "=[SFS]=", put the value like "SFS" into the ''nick''-attribute of the ''squad''-element.
 


'''3. Member list'''
=== Member list ===


<code><span style="color:#1874CD;"><member id=</span>"123456" <span style="color:#1874CD;">nick=</span>"=[ESN]=John"<span style="color:#1874CD;">></span>
<syntaxhighlight lang="xml">
<span style="color:#1874CD;"><name></span>John Doe<span style="color:#1874CD;"></name></span>
<member id="123456" nick="=[TAG]= John">
<span style="color:#1874CD;"><nowiki><email></nowiki></span>john.doe@example.com<span style="color:#1874CD;"></email></span>
<name>John Doe</name>
<span style="color:#1874CD;"><icq></span>N/A<span style="color:#1874CD;"></icq></span>
<email>john.doe@example.com</email>
<span style="color:#1874CD;"><remark></span>Mostly harmless<span style="color:#1874CD;"></remark></span>
<icq>N/A</icq>
<span style="color:#1874CD;"></member></span>
<remark>Mostly harmless</remark>
<span style="color:#1874CD;"></squad></span>
</member>
</code>
</squad><!-- closing squad -->
</syntaxhighlight>


{| class="bikitable sortable"
{| class="wikitable sortable"
! Property
! Property
! Max-Length
! Max-Length
! class="unsortable"| Description
! class="unsortable"| Description
|-
|-
|<b> id </b>
| '''id'''
|
| {{n/a}}
|your Player-UID, always the same and irrespective of your selected character
| your Player-UID, always the same and irrespective of your selected character
|-
|-
|<b> nick </b>
| '''nick'''
|64
| 64
|your nick, the same as used with your selected character  
| your nick, the same as used with your selected character  
|-
|-
|<b> name </b>
| '''name'''
|64
| 64
|your "real" name...
| your "real" name...
|-
|-
|<b> email </b>
| '''email'''
|64
| 64
|your personal email
| your personal email
|-
|-
|<b> icq </b>
| '''icq'''
|64
| 64
|your personal icq number
| your personal ICQ number
|-
|-
|<b> remark </b>
| '''remark'''
|128
| 128
|as the name says it...
| as the name says it...
|}
|}


'''Important note''':
{{Feature|important|
* The value in the ''nick''-attribute of the ''member''-element must represent the exact name of your players profile name. If your profile is named "=[ESN]=John" then the the correct XML looks like the above code block.
* The value in the '''nick''' attribute of the '''member''' element must represent the exact name of your player's profile name.
* Note that personal details are completely '''optional''' and do '''not'''
}}
 
{{Feature | Informative |
* You can leave any field blank, but it is recommended to fill it with a "N/A" instead.
* Extend the members list by adding another XML-"Member" block.
}}


'''Remarks:'''
* You can leave any field blank, but it's recommended to fill it with a "N/A" instead.
* Extend the members list by adding another XML-"Member" block


== How to get your Player-UID ==
== How to get your Player-UID ==


=== ArmA ===
<gallery>
{|
Image:Squadxml uid 1.jpg|thumb|Start ArmA and select the player edit-menu
|[[Image:Squadxml uid 1.jpg|thumb|Start ArmA and select the player edit-menu]]
Image:Squadxml uid 2.jpg|thumb|In the bottom-right corner you will find your 6-digit UID
|[[Image:Squadxml uid 2.jpg|thumb|In the bottom-right corner you will find your 6-digit UID]]
Image:Arma2_player_profile.jpg|thumb|{{arma2}} player profile
|}
Image:Arma2OA_player_profile.jpg|thumb|{{arma2oa}} player profile
Image:Arma3_player_profile.jpg|thumb|Arma 3 player profile
</gallery>


=== ArmA 2 ===
{|
|[[Image:Arma2_player_profile.jpg|thumb|ArmA2 player profile (click to zoom)]]
|}


=== ArmA 2 Operation Arrowhead===
== Logo Creation ==


{|
|[[Image:Arma2OA_player_profile.jpg|thumb|ArmA2 OA player profile (click to zoom)]]
|}
=== ArmA 3 ===
{|
|[[Image:Arma3_player_profile.jpg|thumb|ArmA3 player profile (click to zoom)]]
|}
== How to create a logo for the use with "squad.xml"==
To create a logo for the use with "squad.xml" you'll need:  
To create a logo for the use with "squad.xml" you'll need:  


* a bitmap manipulating software (aka "Paintprogram") which is able to handle bitmaps in TGA or JPG format.
* a bitmap manipulating software (aka "Paintprogram") which is able to handle bitmaps in TGA or JPG format.
* [https://community.bistudio.com/wiki/TexView_2 TexView 2] or the [http://www.kegetys.fi/arma-tools/ PAA plugin] for the use with Photoshop
* [[TexView 2]] or the [http://www.kegetys.fi/arma-tools/ PAA plugin] for the use with Adobe Photoshop


For a logo without transparency you can use an ordinary JPG without further treatment. To get transparency you'll have to convert a TGA to [[PAA]] format. It is recommended to alwayd use PAA and to avoid alpha blending.


For a logo without transparency you can use an ordinary JPG without further treatment. To get transparency you'll have to convert a TGA to [[PAA]] format. Its always recommended to use PAA and to avoid alpha blending.
=== Create the TGA ===


=== Create the TGA ===
In this tutorial we'll use [http://www.gimp.org GIMP] - a open source tool - to create our sample-logo.  
In this tutorial we'll use [http://www.gimp.org GIMP] - a open source tool - to create our sample-logo.  


'''Important note''': All logos must a have resolution of 2^x / 2^y (e.g. 16 / 16, 32 / 32, 64 / 64, 256 /256)
{{Feature | important | All logos must a have resolution of 2^x / 2^y (e.g. 16 / 16, 32 / 32, 64 / 64, 256 /256)}}
{|
<gallery>
|[[Image:Squadxml gimp new 1.jpg|thumb|Step1: Create a new file]]
Image:Squadxml gimp new 1.jpg|thumb|Step 1: Create a new file
|[[Image:Squadxml gimp new 2.jpg|thumb|Step2: Select the appropriate size of image and
Image:Squadxml gimp new 2.jpg|thumb|Step 2: Select the appropriate size of image and set background color to transparency
set background color to transparency]]
Image:Squadxml gimp new 3.jpg|thumb|Step 3: Draw your logo and save as TGA, uncheck RLE compression checkbox...
|-
Image:Squadxml gimp new 4.jpg|thumb|Step 4: after selecting TGA this window appears...
|[[Image:Squadxml gimp new 3.jpg|thumb|Step3: Draw your logo and save as TGA, uncheck RLE compression checkbox...]]
</gallery>
|[[Image:Squadxml gimp new 4.jpg|thumb|Step4: after selecting TGA this window appears...]]
|}


As this description only covers 'the Gimp', [http://block2000.horror-fans.com/tutorials/tut_logo.php here] is an old tutorial made for Flashpoint, using Photoshop 6 and explaining how to get an alphachannel working within the TGA-Picture (Note: If you're using Photoshop 7, you'll need to [http://www.adobe.com/support/downloads/detail.jsp?ftpID=1544 download patch from adobe], since it does not save alphachannel in targa files). You can stick with 'Texview I' as long as those new tools need time to get published. The whole thing is working the same way like it did in Flashpoint, till now. The linked tutorial was part of newsreports by ofp.info.
As this description only covers 'Gimp', [http://block2000.horror-fans.com/tutorials/tut_logo.php here] is an old tutorial made for Flashpoint, using Photoshop 6 and explaining how to get an alphachannel working within the TGA-Picture (Note: If you're using Photoshop 7, you'll need to [http://www.adobe.com/support/downloads/detail.jsp?ftpID=1544 download patch from adobe], since it does not save alphachannel in targa files). You can stick with 'Texview I' as long as those new tools need time to get published. The whole thing is working the same way like it did in Flashpoint, till now. The linked tutorial was part of newsreports by ofp.info.


=== Convert TGA to PAA ===
=== Convert TGA to PAA ===
[[Image:Mylogo.jpg|frame|Your logo should be something like this]]
[[Image:Mylogo.jpg|frame|Your logo should be something like this]]
# Start TexView
# Start TexView
Line 171: Line 164:
# Save it as "logo.paa" (replace *.tga with *.paa in the "save as"-dialog)
# Save it as "logo.paa" (replace *.tga with *.paa in the "save as"-dialog)


'''Remark''': Your are absolutely free to name your logo as you like. The filename "logo.tga" etc. is just an example!
{{Feature | Informative | Your are absolutely free to name your logo as you like. The filename "logo.tga" etc. is just an example.}}
 
 
== Publish your Squad data ==


== How to publish it ==
To use the "squad.xml" you'll have to upload the following files to a webspace:
To use the "squad.xml" you'll have to upload the following files to a webspace:
* '''squad.xml''' (mandatory)
* '''squad.xml''' (mandatory)
* '''squad.dtd''' (mandatory)
* '''squad.dtd''' (mandatory)
* '''squad.xsl''' (optional), needed to show the "squad.xml" in a webbrowser, but isn't needed by the ArmA gameserver
* '''squad.xsl''' (optional), needed to show the "squad.xml" in a webbrowser, but isn't needed by the Arma gameserver
* '''logo.paa''' (optional)
* '''logo.paa''' (optional)


All files will have to be in the same directory!
All files will have to be in the same directory!


{{Important|.PAA files will not load on IIS 6.0+ without manually adding a custom paa MIME type in the IIS Manager: 'application/octet-stream'<br /><br />See Microsoft Support: [http://support.microsoft.com/kb/326965 IIS 6.0 does not serve unknown MIME types]}}
{{Feature | important | .PAA files will not load on IIS 6.0+ without manually adding a custom paa MIME type in the IIS Manager: 'application/octet-stream'<br>
See Microsoft Support: [http://support.microsoft.com/kb/326965 IIS 6.0 does not serve unknown MIME types].}}
 


== How to use it as a team-member ==
== How to use it as a team-member ==
* You have to have your own member-block in the "squad.xml" file
* You have to have your own member-block in the "squad.xml" file
* Additionally you have to put the URL of the "squad.xml" of your team into the "Clanpage" field in the player edit-menu. As reference see the picture [[:Image:Squadxml uid 2.jpg|"ArmA UID 2"]] in section '''How to get your Player-UID'''.
* Additionally you have to put the '''full''' URL of the "squad.xml" of your team into the "Clanpage" field in the player edit-menu (e.g {{hl|https://<nowiki/>www.example.com/squad.xml}}). As reference see the picture [[:Image:Squadxml uid 2.jpg|"Arma UID 2"]] in section '''How to get your Player-UID'''.
 
Here are a few examples of proper URL:s for the "Clanpage" field:


<pre>
http://www.example.net/squad.xml
http://www.example.org/path/to/your/squad.xml
</pre>


== Files ==
== Files ==


=== Download ===
=== Download ===
* [http://www.airpressuretendency.net/gfx/arma_xml_squad_reviewed_for_arma2.zip arma_xml_squad_reviewed_for_arma2.zip]
* [http://www.airpressuretendency.net/gfx/arma_xml_squad_reviewed_for_arma2.zip arma_xml_squad_reviewed_for_arma2.zip]


=== Source code ===
=== Source code ===
'''squad.xml'''
 
<pre>
==== squad.xml ====
<spoiler>
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<!DOCTYPE squad SYSTEM "squad.dtd">
Line 219: Line 214:
</member>
</member>
</squad>
</squad>
</pre>
</syntaxhighlight>
</spoiler>


'''squad.dtd'''
==== squad.dtd ====
<pre>
<spoiler>
<syntaxhighlight lang="xml">
<!ELEMENT squad (name, email, web?, picture?, title?, member+)>
<!ELEMENT squad (name, email, web?, picture?, title?, member+)>
<!ATTLIST squad nick CDATA #REQUIRED>
<!ATTLIST squad nick CDATA #REQUIRED>
Line 234: Line 231:
<!ELEMENT title (#PCDATA)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT remark (#PCDATA)>
<!ELEMENT remark (#PCDATA)>
</pre>
</syntaxhighlight>
</spoiler>


'''squad.xsl'''
==== squad.xsl ====
<pre>
<spoiler>
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet
<xsl:stylesheet
Line 253: Line 252:
<LINK REL="stylesheet" TYPE="text/css" HREF="squad.css"></LINK>
<LINK REL="stylesheet" TYPE="text/css" HREF="squad.css"></LINK>
</HEAD>
</HEAD>
        <!--
<!--
XSL template for "squad.xml", used in "Armed Assault" (Ref: "http://www.armedassault.com")
XSL template for "squad.xml", used in "Armed Assault" (Ref: "http://www.armedassault.com")
        and "Armed Assault 2" (Ref: "http://www.arma2.com")
and "{{arma2}}" (Ref: "http://www.arma2.com")
See also the Arma-Wiki page: "http://community.bistudio.com/wiki/squad.xml"
See also the Arma-Wiki page: "http://community.bistudio.com/wiki/squad.xml"
Created by TomNedry, 26.Jan07
Created by TomNedry, 26.Jan07
        Reviewed by TomNedry, 15.Jul09
Reviewed by TomNedry, 15.Jul09
Lisence: Creative Common (http://creativecommons.org/licenses/by-nc-sa/2.5/deed.de)
License: Creative Common (http://creativecommons.org/licenses/by-nc-sa/2.5/deed.de)
To have a squad logo in the HTML output, just put a "sqd_logo.png" in the same folder...
To have a squad logo in the HTML output, just put a "sqd_logo.png" in the same folder...
-->
-->
Line 265: Line 264:
<!--Main TABLE -->
<!--Main TABLE -->
<TABLE class="main">
<TABLE class="main">
<TR>
<TR>
  <TD class="left_row" valign="top">
<TD class="left_row" valign="top">
<!-- Squad Info Table -->
<!-- Squad Info Table -->
<TABLE class="sqd_info">
<TABLE class="sqd_info">
<TR height="30">
<TR height="30">
<TD class="one">
<TD class="one">
<DIV class="sqd_name">
<DIV class="sqd_name">
<xsl:value-of select="/squad/name"/>
<xsl:value-of select="/squad/name"/>
</DIV>
</DIV>
</TD>
</TD>
</TR>
</TR>
<TR height="30">
<TR height="30">
<TD class="two">
<TD class="two">
<DIV class="sqd_title">
<DIV class="sqd_title">
<xsl:value-of select="/squad/title"/>
<xsl:value-of select="/squad/title"/>
</DIV>
</DIV>
</TD>
</TD>
</TR>
</TR>
<TR height="100%">
<TR height="100%">
<TD width="100%" height="100%" valign="top">
<TD width="100%" height="100%" valign="top">
<DIV class="sqd_logo">
<DIV class="sqd_logo">
<TR height="100%">
<TR height="100%">
<TD width="100%" height="100%" valign="top">
<TD width="100%" height="100%" valign="top">
<DIV class="sqd_logo">
<DIV class="sqd_logo">
<img alt="Picture: Squad Logo">
<img alt="Picture: Squad Logo">
<xsl:attribute name="src">
<xsl:attribute name="src">
<xsl:value-of select="concat(substring-before(/squad/picture,'.paa'),'.png')"/>
<xsl:value-of select="concat(substring-before(/squad/picture,'.paa'),'.png')"/>
</xsl:attribute>
</xsl:attribute>
</img>
</img>
</DIV>
</DIV>
</TD>
</TD>
</TR>
</TR>
</DIV>
</DIV>
</TD>
</TD>
</TR>
</TR>
<TR height="10">
<TR height="10">
<TD class="sqd_website">
<TD class="sqd_website">
Web site:  
Web site:  
<A>
<A>
  <xsl:attribute name="href">
<xsl:attribute name="href">
  http://<xsl:value-of select="/squad/web"/>
http://<xsl:value-of select="/squad/web"/>
  </xsl:attribute>
  <xsl:value-of select="/squad/web"/>
</A>
</TD>
</TR>
<TR>
<TD class="sqd_email">
e-mail:
<A>
  <xsl:attribute name="href">
  mailto:<xsl:value-of select="/squad/email"/>
  </xsl:attribute>
  <xsl:value-of select="/squad/email"/>
</A>
</TD>
</TR>
</TABLE>
<!-- Squad Info Table -->
</TD>
<TD class="right_row" valign="top">
<!-- Member-Info Table -->
<TABLE class="member_info">
<Tr>
<Th>Members</Th>
<Th>e-mail</Th>
<Th>ICQ</Th>
</Tr>
<xsl:for-each select="/squad/member">
<TR>
<xsl:attribute name="class">
  <xsl:choose>
    <xsl:when test="position() mod 2 = 0">one</xsl:when>
    <xsl:otherwise>two</xsl:otherwise>
  </xsl:choose>
</xsl:attribute>
</xsl:attribute>
<TD class="member_name" rowspan="2">
<xsl:value-of select="/squad/web"/>
  <xsl:value-of select="name"/>
</A>
</TD>
</TD>
<TD class="member_email">
</TR>
  <A>
<TR>
    <xsl:attribute name="href">
<TD class="sqd_email">
      mailto:<xsl:value-of select="email"/>
e-mail:
    </xsl:attribute>
<A>
    <xsl:value-of select="email"/>
<xsl:attribute name="href">
  </A>
mailto:<xsl:value-of select="/squad/email"/>
</TD>
</xsl:attribute>
<TD class="member_icq">
<xsl:value-of select="/squad/email"/>
  <xsl:value-of select="icq"/>
</A>
</TD>
</TD>
</TR>
</TR>
<TR>
</TABLE>
<xsl:attribute name="class">
<!-- Squad Info Table -->
  <xsl:choose>
</TD>
    <xsl:when test="position() mod 2 = 0">one</xsl:when>
<TD class="right_row" valign="top">
    <xsl:otherwise>two</xsl:otherwise>
<!-- Member-Info Table -->
  </xsl:choose>
<TABLE class="member_info">
</xsl:attribute>
<Tr>
<TD class="member_remark" colspan="2" valign="top">
<Th>Members</Th>
  <xsl:value-of select="remark"/>
<Th>e-mail</Th>
</TD>
<Th>ICQ</Th>
</TR>
</Tr>
</xsl:for-each>
<xsl:for-each select="/squad/member">
</TABLE>
<TR>
<!-- Member Info Table -->
<xsl:attribute name="class">
<!--Main TABLE -->
<xsl:choose>
</TD>
<xsl:when test="position() mod 2 = 0">one</xsl:when>
</TR>
<xsl:otherwise>two</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<TD class="member_name" rowspan="2">
<xsl:value-of select="name"/>
</TD>
<TD class="member_email">
<A>
<xsl:attribute name="href">
mailto:<xsl:value-of select="email"/>
</xsl:attribute>
<xsl:value-of select="email"/>
</A>
</TD>
<TD class="member_icq">
<xsl:value-of select="icq"/>
</TD>
</TR>
<TR>
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="position() mod 2 = 0">one</xsl:when>
<xsl:otherwise>two</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<TD class="member_remark" colspan="2" valign="top">
<xsl:value-of select="remark"/>
</TD>
</TR>
</xsl:for-each>
</TABLE>
<!-- Member Info Table -->
<!--Main TABLE -->
</TD>
</TR>
</TABLE>
</TABLE>
<p style="font-family:verdana;font-size:7pt;color:darkgrey;text-align:center;padding:10px;">
<p style="font-family:verdana;font-size:7pt;color:darkgrey;text-align:center;padding:10px;">
"squad.xsl" by <a href="http://www.csar-clan.net">TomNedry</a>, last change: 15.Jul09
"squad.xsl" by <strong>TomNedry</strong>, last change: 15.Jul09
</p>
</p>
</BODY>
</BODY>
Line 381: Line 380:
</xsl:template>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>
</pre>
</syntaxhighlight>
</spoiler>


'''squad.css'''
==== squad.css ====
<pre>
<spoiler>
<syntaxhighlight lang="css">
/*
/*
  CSS template for "squad.xml", used in "Armed Assault" (Ref: "http://www.armedassault.com")
CSS template for "squad.xml", used in "Armed Assault" (Ref: "http://www.armedassault.com")
  and "Armed Assault 2" (Ref: "http://www.arma2.com")
and "{{arma2}}" (Ref: "http://www.arma2.com")
  See also the Arma-Wiki page: "http://community.bistudio.com/wiki/squad.xml"
See also the Arma-Wiki page: "http://community.bistudio.com/wiki/squad.xml"
  Created by TomNedry, 26.Jan07
Created by TomNedry, 26.Jan07
  Reviewed by TomNedry, 15.Jul09
Reviewed by TomNedry, 15.Jul09
  Lisence: Creative Common (http://creativecommons.org/licenses/by-nc-sa/2.5/deed.de)
License: Creative Common (http://creativecommons.org/licenses/by-nc-sa/2.5/deed.de)
*/
*/


Line 398: Line 399:
font-family:Arial;
font-family:Arial;
background-color:#eaece5;
background-color:#eaece5;
margin:0px;
margin:0;
}
}


a:link  
a:link  
{  
{  
text-decoration:none;  
text-decoration:none;
color:#800000;  
color:#800000;
}
}
a:visited  
a:visited  
{
{
text-decoration:none;  
text-decoration:none;
color:#800000;  
color:#800000;
}
}
a:hover  
a:hover  
{  
{  
text-decoration:none;  
text-decoration:none;
color:#ffffff;
color:#ffffff;
}
}
a:active  
a:active  
{  
{  
text-decoration:none;  
text-decoration:none;
}
}
a:focus {  
a:focus {  
text-decoration:none;  
text-decoration:none;
}
}


Line 427: Line 428:
{
{
background-color:#aeb399;
background-color:#aeb399;
font-family:Arial;  
font-family:Arial;
font-size:10pt;
font-size:10pt;
font-weight:bold;
font-weight:bold;
Line 459: Line 460:
text-align:center;
text-align:center;
width:100%;
width:100%;
border:0px solid #333333;
border:0 solid #333333;
}
}
div.sqd_name
div.sqd_name
Line 484: Line 485:
border:1px dotted darkgrey;
border:1px dotted darkgrey;
width:100%;
width:100%;
padding:0px;
padding:0;
border-spacing:0px;
border-spacing:0;
}
}
.sqd_website
.sqd_website
{
{
font-family:Arial;  
font-family:Arial;
font-size:10pt;
font-size:10pt;
text-align:center;
text-align:center;
Line 495: Line 496:
width:100%;
width:100%;
padding:4px;
padding:4px;
border-spacing:0px;
border-spacing:0;
}
}
.sqd_email
.sqd_email
{
{
font-family:Arial;  
font-family:Arial;
font-size:10pt;
font-size:10pt;
text-align:center;
text-align:center;
Line 505: Line 506:
width:100%;
width:100%;
padding:4px;
padding:4px;
border-spacing:0px;
border-spacing:0;
}
}
.left-row
.left-row
Line 521: Line 522:
border:1px dotted darkgrey;
border:1px dotted darkgrey;
width:100%;
width:100%;
padding:0px;
padding:0;
border-spacing:0px;
border-spacing:0;
}
}
.member_name
.member_name
Line 552: Line 553:
text-align:center;
text-align:center;
}
}
</pre>
</syntaxhighlight>
</spoiler>
 
 
== See Also ==
 
* [[TexView]] ({{ofp}})
* [[TexView 2]] ({{arma1}}, {{arma2}}, {{arma3}})


== References ==


* [http://www.flashpoint1985.com/docs/textview.html TexView Docu]
== Tools/Programs ==


== Tools/Programms ==
* {{Link|link= http://forums.bistudio.com/showthread.php?144710-Squad-XML-manager|text= Squad XML manager}} for use on the Desktop by laxentis [application/exe]
* {{Link|link= http://forums.bistudio.com/showthread.php?117080-Squad-xml-Editor-Open-source-webtool|text= Squad.xml Editor - Open source webtool}} by TomNedry [source/php]
* {{Link|link= http://forums.bistudio.com/showthread.php?145852-Squad-xml-Editor-2-Manage-multiple-squads-via-a-browser|text= Squad.xml Editor 2 - Manage multiple squads via a browser }} by TomNedry [source/php]
* {{Link|link= http://forums.bistudio.com/showthread.php?145650-MyBB-Squad-XML-managment-plugin|text= MyBB Squad.XML managment plugin}} by Jsmuk [source/php]


* [http://forums.bistudio.com/showthread.php?144710-Squad-XML-manager Squad XML manager] for use on the Desktop by laxentis [application/exe]
* [http://forums.bistudio.com/showthread.php?117080-Squad-xml-Editor-Open-source-webtool Squad.xml Editor - Open source webtool] by TomNedry [source/php]
* [http://forums.bistudio.com/showthread.php?145852-Squad-xml-Editor-2-Manage-multiple-squads-via-a-browser Squad.xml Editor 2 - Manage multiple squads via a browser ] by TomNedry [source/php]
* [http://forums.bistudio.com/showthread.php?145650-MyBB-Squad-XML-managment-plugin MyBB Squad.XML managment plugin] by Jsmuk [source/php]


== Online ArmA XML Hoster/Editors ==
== Online Arma XML Hoster/Editors ==
These hoster allow you to create and edit ArmA squad.xml files directly online and you will be provided with a unique link to your squad.xml to put into your game profile.


* [http://sh2.armatechsquad.com/ Army XML Hoster] Support JPG and PAA files for squad logos
These hosters allow you to create and edit {{arma3}} squad.xml files directly online and you will be provided with a unique link to your squad.xml to put into your game profile.
* [http://dtclan.co.uk DTClan Squad Generator and Automatic Hosting] Support JPG and PAA files for squad logos
* [http://armasquads.com/ ArmA Squads XML Hoster/Editor] Support all image formats and online image to PAA conversion for transparent squad logos


* [http://armasquads.com/ Arma Squads XML Hoster/Editor] Support all image formats and online image to PAA conversion for transparent squad logos


== Contributors ==
=[SFS]=def+1-TPF- of [http://www.sofuckinskilled.de/ So Fuckin' Skilled!]


[[Category:Armed Assault]]
[[Category:BIS File Formats]]
[[Category:ArmA: Multiplayer]]
{{GameCategory|arma1|File Formats}}
[[Category:ArmA: Community]]
{{GameCategory|arma1|Community}}
[[Category:ArmA_2|Squad.xml]]
{{GameCategory|arma1|Multiplayer}}
[[Category:BIS_File_Formats]]
{{GameCategory|arma2|Multiplayer}}
[[Category:ArmA: File Formats]]
{{GameCategory|arma3|Multiplayer}}
[[Category:Arma 3 Multiplayer]]

Revision as of 17:24, 4 January 2023

Example of a logo, provided by "squad.xml"
To support the multiplayer community in their effort to play as teams, like many Arma clans and squads are trying to, it is possible to create a common information file - the "squad.xml" -, which is stored on a personal webspace or on an FTP server and loaded by the Arma game server, if a member of this team is playing on it.

Beside detailed information about the single player and its team which can be gained by pressing "P" ingame, the feature supports also a common logo, which will be displayed on vehicles, if such team has boarded it.


Preliminaries

If you feel unfamiliar with the XML file format itself and/or have questions about basic XML markup, you are advised to consult literature, documentation (http://www.w3.org/XML) or tutorials (http://www.w3schools.com/xml/default.asp) as fundamental questions about the XML technology itself will not be covered here. There are multiple resources on in the World Wide Web that can help you learning XML.


Squad.xml File Content

The file consist of three main parts:

Head

This part defines the doctype. Just leave it as it is!

<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<?xml-stylesheet href="squad.xsl" type="text/xsl"?>

Squad properties

<squad nick="ESN">
	<name>Example Squad Name</name>
	<email>email@example.com</email>
	<web>www.example.com</web>
	<picture>logo.paa</picture>
	<title>Use this e.g. for your squads name or your squads URL</title>
Property Max-Length Description
nick 64 The clan-tag, is displayed together with players nickname. Attention: Don't use reserved XML tags -> Link
name 64 Squad name
email 64 Your contact email
web 64 Your Website Address
picture 64 Your logo (optional), it has to in the same folder as the "squad.xml" file
title 64 Squad name, displayed on vehicles manned by squad members
Do not use any characters beside A-Z, a-z, 0-9 and space in the nick attribute inside the squad element of your squad.xml. This may lead to strange behaviour e.g. the information from your member block is displayed but the information from the squad block is not. So, if your Tag is like "=[TAG]=", put the value like "TAG" into the nick attribute of the squad element.

Member list

<member id="123456" nick="=[TAG]= John">
		<name>John Doe</name>
		<email>john.doe@example.com</email>
		<icq>N/A</icq>
		<remark>Mostly harmless</remark>
</member>
</squad><!-- closing squad -->
Property Max-Length Description
id N/A your Player-UID, always the same and irrespective of your selected character
nick 64 your nick, the same as used with your selected character
name 64 your "real" name...
email 64 your personal email
icq 64 your personal ICQ number
remark 128 as the name says it...
  • The value in the nick attribute of the member element must represent the exact name of your player's profile name.
  • Note that personal details are completely optional and do not
  • You can leave any field blank, but it is recommended to fill it with a "N/A" instead.
  • Extend the members list by adding another XML-"Member" block.


How to get your Player-UID


Logo Creation

To create a logo for the use with "squad.xml" you'll need:

  • a bitmap manipulating software (aka "Paintprogram") which is able to handle bitmaps in TGA or JPG format.
  • TexView 2 or the PAA plugin for the use with Adobe Photoshop

For a logo without transparency you can use an ordinary JPG without further treatment. To get transparency you'll have to convert a TGA to PAA format. It is recommended to alwayd use PAA and to avoid alpha blending.

Create the TGA

In this tutorial we'll use GIMP - a open source tool - to create our sample-logo.

All logos must a have resolution of 2^x / 2^y (e.g. 16 / 16, 32 / 32, 64 / 64, 256 /256)

As this description only covers 'Gimp', here is an old tutorial made for Flashpoint, using Photoshop 6 and explaining how to get an alphachannel working within the TGA-Picture (Note: If you're using Photoshop 7, you'll need to download patch from adobe, since it does not save alphachannel in targa files). You can stick with 'Texview I' as long as those new tools need time to get published. The whole thing is working the same way like it did in Flashpoint, till now. The linked tutorial was part of newsreports by ofp.info.

Convert TGA to PAA

Your logo should be something like this
  1. Start TexView
  2. Open your "logo.tga"
  3. Save it as "logo.paa" (replace *.tga with *.paa in the "save as"-dialog)
Your are absolutely free to name your logo as you like. The filename "logo.tga" etc. is just an example.


Publish your Squad data

To use the "squad.xml" you'll have to upload the following files to a webspace:

  • squad.xml (mandatory)
  • squad.dtd (mandatory)
  • squad.xsl (optional), needed to show the "squad.xml" in a webbrowser, but isn't needed by the Arma gameserver
  • logo.paa (optional)

All files will have to be in the same directory!

.PAA files will not load on IIS 6.0+ without manually adding a custom paa MIME type in the IIS Manager: 'application/octet-stream'
See Microsoft Support: IIS 6.0 does not serve unknown MIME types.


How to use it as a team-member

  • You have to have your own member-block in the "squad.xml" file
  • Additionally you have to put the full URL of the "squad.xml" of your team into the "Clanpage" field in the player edit-menu (e.g https://www.example.com/squad.xml). As reference see the picture "Arma UID 2" in section How to get your Player-UID.


Files

Download

Source code

squad.xml

<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<?xml-stylesheet href="squad.xsl" type="text/xsl"?>
<squad nick="">
	<name></name>
	<email></email>
	<web></web>
	<picture></picture>
	<title></title>
	<member id="" nick="">
		<name></name>
		<email></email>
		<icq></icq>
		<remark></remark>
	</member>
</squad>

squad.dtd

<!ELEMENT squad (name, email, web?, picture?, title?, member+)>
<!ATTLIST squad nick CDATA #REQUIRED>
<!ELEMENT member (name, email, icq?, remark?)>
<!ATTLIST member id CDATA #REQUIRED nick CDATA #REQUIRED>
<!ELEMENT name (#PCDATA)>
<!ELEMENT email (#PCDATA)>
<!ELEMENT icq (#PCDATA)>
<!ELEMENT web (#PCDATA)>
<!ELEMENT picture (#PCDATA)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT remark (#PCDATA)>

squad.xsl

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet
	version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="text()">
	<xsl:value-of select="."/>
</xsl:template>
<xsl:template match="*">
	<xsl:apply-templates/>
</xsl:template>
<xsl:template match="/">
	<HTML>
	<HEAD>
		<TITLE><xsl:value-of select="/squad/name"/></TITLE>
		<LINK REL="stylesheet" TYPE="text/css" HREF="squad.css"></LINK>
	</HEAD>
	<!--
	XSL template for "squad.xml", used in "Armed Assault" (Ref: "http://www.armedassault.com")
		and "{{arma2}}" (Ref: "http://www.arma2.com")
	See also the Arma-Wiki page: "http://community.bistudio.com/wiki/squad.xml"
	Created by TomNedry, 26.Jan07
		Reviewed by TomNedry, 15.Jul09
	License: Creative Common (http://creativecommons.org/licenses/by-nc-sa/2.5/deed.de)
	To have a squad logo in the HTML output, just put a "sqd_logo.png" in the same folder...
	-->
	<BODY>
	<!--Main TABLE -->
	<TABLE class="main">
		<TR>
			<TD class="left_row" valign="top">
		<!-- Squad Info Table -->
				<TABLE class="sqd_info">
					<TR height="30">
						<TD class="one">
							<DIV class="sqd_name">
								<xsl:value-of select="/squad/name"/>
							</DIV>
						</TD>
					</TR>
					<TR height="30">
						<TD class="two">
							<DIV class="sqd_title">
								<xsl:value-of select="/squad/title"/>
							</DIV>
						</TD>
					</TR>
					<TR height="100%">
						<TD width="100%" height="100%" valign="top">
							<DIV class="sqd_logo">
								<TR height="100%">
									<TD width="100%" height="100%" valign="top">
										<DIV class="sqd_logo">
											<img alt="Picture: Squad Logo">
												<xsl:attribute name="src">
													<xsl:value-of select="concat(substring-before(/squad/picture,'.paa'),'.png')"/>
												</xsl:attribute>
											</img>
										</DIV>
									</TD>
								</TR>
							</DIV>
						</TD>
					</TR>
					<TR height="10">
						<TD class="sqd_website">
							Web site: 
							<A>
								<xsl:attribute name="href">
								http://<xsl:value-of select="/squad/web"/>
								</xsl:attribute>
								<xsl:value-of select="/squad/web"/>
							</A>
						</TD>
					</TR>
					<TR>
						<TD class="sqd_email">	
							e-mail:
							<A>
								<xsl:attribute name="href">
								mailto:<xsl:value-of select="/squad/email"/>
								</xsl:attribute>
								<xsl:value-of select="/squad/email"/>
							</A>	
						</TD>
					</TR>
				</TABLE>
		<!-- Squad Info Table -->
			</TD>
			<TD class="right_row" valign="top">			
		<!-- Member-Info Table -->
				<TABLE class="member_info">
					<Tr>
						<Th>Members</Th>
						<Th>e-mail</Th>
						<Th>ICQ</Th>
					</Tr>
					<xsl:for-each select="/squad/member">
					<TR>
						<xsl:attribute name="class">
							<xsl:choose>
								<xsl:when test="position() mod 2 = 0">one</xsl:when>
								<xsl:otherwise>two</xsl:otherwise>
							</xsl:choose>
						</xsl:attribute>
						<TD class="member_name" rowspan="2">
							<xsl:value-of select="name"/>
						</TD>
						<TD class="member_email">
							<A>
								<xsl:attribute name="href">
									mailto:<xsl:value-of select="email"/>
								</xsl:attribute>
								<xsl:value-of select="email"/>
							</A>
						</TD>
						<TD class="member_icq">
							<xsl:value-of select="icq"/>
						</TD>
					</TR>
					<TR>
						<xsl:attribute name="class">
							<xsl:choose>
								<xsl:when test="position() mod 2 = 0">one</xsl:when>
								<xsl:otherwise>two</xsl:otherwise>
							</xsl:choose>
						</xsl:attribute>
						<TD class="member_remark" colspan="2" valign="top">
							<xsl:value-of select="remark"/>
						</TD>
					</TR>
					</xsl:for-each>
				</TABLE>
		<!-- Member Info Table -->					
		<!--Main TABLE -->
			</TD>
		</TR>
	</TABLE>
	<p style="font-family:verdana;font-size:7pt;color:darkgrey;text-align:center;padding:10px;">
	"squad.xsl" by <strong>TomNedry</strong>, last change: 15.Jul09
	</p>
	</BODY>
	</HTML>
</xsl:template>
</xsl:stylesheet>
↑ Back to spoiler's top

squad.css

/*
	CSS template for "squad.xml", used in "Armed Assault" (Ref: "http://www.armedassault.com")
	and "{{arma2}}" (Ref: "http://www.arma2.com")
	See also the Arma-Wiki page: "http://community.bistudio.com/wiki/squad.xml"
	Created by TomNedry, 26.Jan07
	Reviewed by TomNedry, 15.Jul09
	License: Creative Common (http://creativecommons.org/licenses/by-nc-sa/2.5/deed.de)
*/

body
{
	font-family:Arial;
	background-color:#eaece5;
	margin:0;
}

a:link 
{ 
	text-decoration:none;
	color:#800000;
}
a:visited 
{
	text-decoration:none;
	color:#800000;
}
a:hover 
{ 
	text-decoration:none;
	color:#ffffff;
}
a:active 
{ 
	text-decoration:none;
}
a:focus { 
	text-decoration:none;
}

th
{
	background-color:#aeb399;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	padding:4px;
}

tr.one
{
	background-color:#dde4c3;
	width:100%;
	padding:4px;
}
tr.two
{
	background-color:#d2d9b8;
	width:100%;
	padding:4px;
}
td.one
{
	background-color:#aeb399;
	width:100%;
}
td.two
{
	background-color:#e2e9c7;
	width:100%;
}
.main
{
	text-align:center;
	width:100%;
	border:0 solid #333333;
}
div.sqd_name
{
	text-align:center;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
div.sqd_title
{
	text-align:center;
	font-family:Arial;
	font-size:10pt;
}
div.sqd_logo
{
	text-align:center;
	font-size:8pt;
	padding:5px;
}
.sqd_info
{
	border:1px dotted darkgrey;
	width:100%;
	padding:0;
	border-spacing:0;
}
.sqd_website
{
	font-family:Arial;
	font-size:10pt;
	text-align:center;
	background-color:#aeb399;
	width:100%;
	padding:4px;
	border-spacing:0;
}
.sqd_email
{
	font-family:Arial;
	font-size:10pt;
	text-align:center;
	background-color:#aeb399;
	width:100%;
	padding:4px;
	border-spacing:0;
}
.left-row
{
	vertical-align:top;
	height:100%;
}
.right-row
{
	vertical-align:top;
	height:100%;
}
.member_info
{
	border:1px dotted darkgrey;
	width:100%;
	padding:0;
	border-spacing:0;
}
.member_name
{
	font-family:Arial;
	color:black;
	font-size:10pt;
	padding:4px;
}
.member_email
{
	font-family:Arial;
	color:black;
	font-size:8pt;
	padding:4px;
}
.member_icq
{
	font-family:Arial;
	color:black;
	font-size:8pt;
	padding:4px;
}
.member_remark
{
	font-family:Arial;
	color:black;
	font-size:8pt;
	text-align:center;
}
↑ Back to spoiler's top


See Also


Tools/Programs


Online Arma XML Hoster/Editors

These hosters allow you to create and edit Arma 3 squad.xml files directly online and you will be provided with a unique link to your squad.xml to put into your game profile.