Folk ARPS Squad XML (for ArmA 2)

What you really need to know about Folk ARPS and ArmA 2
Locked
User avatar
fer
Posts: 1586
Joined: Fri Jun 04, 2010 8:16 am
Location: Emotional wreck

Folk ARPS Squad XML (for ArmA 2)

Post by fer »

What is the Folk ARPS Squad XML?
It's something that allows you to wear FA clan-tags in game and puts the FA tractor symbol on vehicles that you crew. You can read all about it on the biki.

How do I get this thing?
Three and half steps, comrade:

Step 1:
You'll need to create a block of XML for yourself. Start by copy-pasting this chunk of code.

Code: Select all

	<member id="" nick="">
		<name></name>
		<email></email>
		<icq></icq>
		<remark></remark>
	</member>
Fill in the values like in the example below (the red text is what you need to add/edit).

<member id="1234567" nick="Azim">
<name>Azim</name>
<email>azim@takistanfarmersmutual.org</email>
<icq>azim1986 (Skype)</icq>
<remark>Best tractor insurance</remark>
</member>

Here's a quick guide to the various tags:
  • id: your Player-UID, always the same and irrespective of your selected character (see the biki for how to get your Player-UID)
  • nick: nick, the same as used with your selected character in ArmA 2
  • name: your "real" name (if you want), or your character name again
  • email: your personal email (if you want)
  • icq: your IM handle (doesn't have to be ICQ, can be Skype)
  • remark: Say something witty (or not)
Note: If you don't want to include your email etc. just put N/A instead.

Step 2:
Send your XML block to an FA host by PM, and they'll add it to the file on the server.

Step 3:
In your ArmA 2 player profile, enter this URL in the field labelled Squad URL:

Code: Select all

http://www.folkarps.com/xml/squad.xml
Will this work instantly?
Assuming you have executed all these steps and your XML block has been added to the file on the server, it should work.

How can I see if my XML block has been added?
Just browse to http://www.folkarps.com/xml/squad.xml and look for your name in the list.

Will this help us cut down on armoured vehicle friendly fire incidents?
Probably not, comrade.

Locked