<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>FM-View &#187; facepack</title>
	<atom:link href="http://www.fm-view.com/tag/facepack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fm-view.com</link>
	<description>Football Manager is OUR game</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:00:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>The FMV Team get together members and staff in an informal panel to talk about football and Football Manager.

FMView was founded in the summer of 2007, the site set out to achieve a high quality standard of informative guides for the Scene to enjoy.

FMView is as you see it today, a site with a major future on the scene, from Player Guides to FM Banter to a laid back Off Topic area, FMV brings what the Scene can offer across 5 sites into one. FMV now offers a constant churning of high quality FM pieces, along with these Guides the Forums feature a great core membership and every member on the Forum adds to its friendly atmosphere.

Please note, some strong language may be used.</itunes:summary>
	<itunes:author>FM-View</itunes:author>
	<itunes:explicit>yes</itunes:explicit>
	<itunes:image href="http://www.fm-view.com/podcast/podcast-big.png" />
	<itunes:owner>
		<itunes:name>FM-View</itunes:name>
		<itunes:email>podcast@fm-view.com</itunes:email>
	</itunes:owner>
	<managingEditor>podcast@fm-view.com (FM-View)</managingEditor>
	<copyright>2009/10</copyright>
	<itunes:subtitle>The FMV Team get together members and staff in an informal panel to talk about football and Football Manager.</itunes:subtitle>
	<itunes:keywords>Football Manager 2010, Football, Manager, 2010, FM View, View, FM-View, Football Manager, 2011, FM2011</itunes:keywords>
	<image>
		<title>FM-View &#187; facepack</title>
		<url>http://www.fm-view.com/podcast/podcast-small.png</url>
		<link>http://www.fm-view.com</link>
	</image>
	<itunes:category text="Games &amp; Hobbies">
		<itunes:category text="Video Games" />
	</itunes:category>
	<itunes:category text="Sports &amp; Recreation" />
	<itunes:category text="Comedy" />
		<item>
		<title>The Ultimate XML Guide</title>
		<link>http://www.fm-view.com/2011/02/the-ultimate-xml-guide/</link>
		<comments>http://www.fm-view.com/2011/02/the-ultimate-xml-guide/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 11:34:21 +0000</pubDate>
		<dc:creator>Jackhammer</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Backgrounds]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[facepacks]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[fm10]]></category>
		<category><![CDATA[FM11]]></category>
		<category><![CDATA[FM2010]]></category>
		<category><![CDATA[FM2011]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[kits]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=1439</guid>
		<description><![CDATA[Jack tells shows us the Ultimate XML Guide - something to help us all with our graphics need!]]></description>
			<content:encoded><![CDATA[<p><strong>The Ultimate XML guide</strong></p>
<p><strong><a href="http://www.fm-view.com/wp-content/uploads/fm11.png"><img class="size-medium wp-image-1440 alignnone" title="fm11" src="http://www.fm-view.com/wp-content/uploads/fm11-300x300.png" alt="" width="130" height="130" /></a><br />
</strong></p>
<p>Making FM config files by hand can sometimes be a bit confusing, so this guide is here to help<br />
<span id="more-1439"></span><br />
The easiest way to edit the config files is with Notepad, Notepad++ or any similar basic text editor</p>
<p>The start and end of the config file is always the same for all  graphics, so it is best to copy and paste another config file and just  delete the middle</p>
<p>For the file to work with Football Manager then it MUST be named  config.xml, otherwise the game will not read the file and the graphics  will not work, naming the graphic files however is a lot easier, you can  name them almost anything, but special characters and accented letters  like áéíóú will not work, the easiest naming method is just to use the  unique id (or UID) to save time</p>
<p><strong>The Start</strong></p>
<p>If creating the config from scratch, then start with this, it is the  same for all graphics so do not change it, after the  &lt;list  id=&#8221;maps&#8221;&gt; section you need to put the config for  logos/facepacks/kits/backgrounds in, and then end with the end section</p>
<p>&lt;record&gt;</p>
<p>&lt;!&#8211; resource manager options &#8211;&gt;</p>
<p>&lt;!&#8211; dont preload anything in this folder &#8211;&gt;</p>
<p>&lt;boolean id=&#8221;preload&#8221; value=&#8221;false&#8221;/&gt;</p>
<p>&lt;!&#8211; turn off auto mapping &#8211;&gt;</p>
<p>&lt;boolean id=&#8221;amap&#8221; value=&#8221;false&#8221;/&gt;</p>
<p>&lt;!&#8211; logo mappings &#8211;&gt;</p>
<p>&lt;!&#8211; the following XML maps pictures inside this folder into other positions</p>
<p>in the resource system, which allows this folder to be dropped into any</p>
<p>place in the graphics folder and still have the game pick up the graphics</p>
<p>files from the correct places</p>
<p>&#8211;&gt;</p>
<p>&lt;list id=&#8221;maps&#8221;&gt;</p>
<p><strong> </strong></p>
<p><strong>Logos</strong></p>
<p>There are five different types of logos you can use on FM, these are; normal, huge, small and background left/right</p>
<p>Below is an example line of code for each</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/club/UID/logo&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/club/UID/huge&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/club/UID/icon&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/club/UID/background/left&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/club/UID/background/right&#8221;/&gt;</p>
<p>For these to work you simple have to change the name and UID to that of your logo</p>
<p>If the logos are for a competition rather than a club then the XML should instead be like this</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/comp/UID/logo&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/comp/UID/huge&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/comp/UID/icon&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/comp/UID/background/left&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/comp/UID/background/right&#8221;/&gt;</p>
<p><strong>Facepacks</strong></p>
<p>Facepacks are far simpler and just have one config setting, example line below</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/person/UID/portrait&#8221;/&gt;</p>
<p><strong>Kits</strong></p>
<p>There are two different types of kits, 2d and 3d, so both have  different XML, they also have a section on the end for home/away/third. A  good way to name kits would be UID_Home/Away/Third or _H/A/T</p>
<p>2d</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/kits/home&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/kits/away&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/kits/third&#8221;/&gt;</p>
<p>3d</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/kit_textures/home&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/kit_textures/away&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/kit_textures/third&#8221;/&gt;</p>
<p><strong>Backgrounds</strong></p>
<p>There are a few different types of XML for backgrounds, these are;   team backgrounds, stadium/matchday backgrounds, competition backgrounds  and player backgrounds</p>
<p>Example XML below</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/team/UID/background&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/stadium/UID/background&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/comp/UID/background&#8221;/&gt;</p>
<p>&lt;record from=&#8221;NAME&#8221; to=&#8221;graphics/pictures/person/UID/background&#8221;/&gt;</p>
<p><strong>The End</strong></p>
<p>&lt;/list&gt;</p>
<p>&lt;/record&gt;﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2011/02/the-ultimate-xml-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rounded Facepack &#8217;09 &#8211; Brazilian Stars</title>
		<link>http://www.fm-view.com/2009/08/rounded-facepack-09-brazilian-stars/</link>
		<comments>http://www.fm-view.com/2009/08/rounded-facepack-09-brazilian-stars/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 09:04:51 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=924</guid>
		<description><![CDATA[To continue with the theme of Brazil this month, Sheppy has produced another facepack in his Rounded style, this time on some of the Samba stars such as Pato, Lucio and Luis Fabiano along with many more.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-925" title="LuisFabiano" src="http://www.fm-view.com/wp-content/uploads/LuisFabiano.png" alt="LuisFabiano" width="140" height="180" /> <img class="alignnone" title="Gilberto" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/GilbertoSilva.png" alt="" width="140" height="180" /> <img class="alignnone" title="Pato" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/Pato.png " alt="" width="140" height="180" /></p>
<p style="text-align: center;"><a href="http://www.mediafire.com/download.php?mjydmnczgmt" target="_blank"><strong>Download Here!</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/08/rounded-facepack-09-brazilian-stars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corinthians Rounded Facepack</title>
		<link>http://www.fm-view.com/2009/08/corinthians-rounded-facepacks/</link>
		<comments>http://www.fm-view.com/2009/08/corinthians-rounded-facepacks/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:07:02 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[Corinthians]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=766</guid>
		<description><![CDATA[Want a facepack to go with your FMV Tours challenge game? Well here's a facepack for the Brazilian side Corinthians in Sheppy's popular Rounded style]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-768" title="Ronaldo" src="http://www.fm-view.com/wp-content/uploads/Ronaldo.png" alt="Ronaldo" width="140" height="180" /> <img class="alignnone" title="Felipe" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/Felipe.png" alt="" width="140" height="180" /> <img class="alignnone" title="Fabinho" src=" http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/Fabinho.png" alt="" width="140" height="180" /></p>
<p style="text-align: center;"><a class="downloadlink" href="http://www.fm-view.com/download/Corinthians-rounded.rar" title=" downloaded 650 times" >Corinthians Rounded Facepack (650)</a></p>
<p style="text-align: left;">Produced by Sheppy for &#8216;Brazil month&#8217; we have a high quality facepack for Corinthians</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/08/corinthians-rounded-facepacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palmeiras Rounded Facepack</title>
		<link>http://www.fm-view.com/2009/08/palmeiras-rounded-facepack/</link>
		<comments>http://www.fm-view.com/2009/08/palmeiras-rounded-facepack/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:55:12 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Palmeiras]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=616</guid>
		<description><![CDATA[A Palmeiras facepack in 140x180 Rounded style to accompany you in your FMV Tours challenge game!]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-617 alignnone" title="Marquinhos" src="http://www.fm-view.com/wp-content/uploads/Marquinhos.png" alt="Marquinhos" width="140" height="180" /><img class="alignnone" title="Kerrison" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/Kerrison.png" alt="" width="140" height="180" /><img class="alignnone" title="Marcos" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/Marcos.png" alt="" width="140" height="180" /></p>
<p>A Palmeiras facepack in 140&#215;180 Rounded style to accompany you in your FMV Tours challenge game!</p>
<a class="downloadlink" href="http://www.fm-view.com/download/Palmeiras-rounded.rar" title=" downloaded 225 times" >Palmeiras Rounded Facepack (225)</a>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/08/palmeiras-rounded-facepack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Facepack 09 &#8211; Star Players</title>
		<link>http://www.fm-view.com/2009/05/rounded-facepack-star-players/</link>
		<comments>http://www.fm-view.com/2009/05/rounded-facepack-star-players/#comments</comments>
		<pubDate>Wed, 27 May 2009 22:40:09 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=263</guid>
		<description><![CDATA[Sheppy presents the Star Players Pack ~ Part 1. This pack has 26 of the worlds top players from Europe including: Pirlo, Iniesta, Robben, Puyol, Dani Alves, De Rossi, David Silva, David Villa, Diego, Cambiasso, Totti, ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-467" title="LioMessi" src="http://www.fm-view.com/wp-content/uploads/LioMessi.png" alt="LioMessi" width="140" height="180" /></p>
<p><img class="alignleft size-full wp-image-465" title="FranckRibery" src="http://www.fm-view.com/wp-content/uploads/FranckRibery.png" alt="FranckRibery" width="140" height="180" /><img class="size-full wp-image-468 alignleft" title="ZlatanIbrahimovic" src="http://www.fm-view.com/wp-content/uploads/ZlatanIbrahimovic.png" alt="ZlatanIbrahimovic" width="140" height="180" /></p>
<p><img class="alignnone" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Spare/Logo.png" alt="" width="550" height="65" /></p>
<p>Sheppy presents the Star Players Pack ~ Part 1. This pack has 26 of the worlds top players from Europe including:</p>
<p>Pirlo, Iniesta, Robben, Puyol, Dani Alves, De Rossi, David Silva, David Villa,  Diego, Cambiasso, Totti, Ribery, Buffon, Casillas, Kaka, Messi, Pepe, Marquez,  Van Der Varrt, Ronaldino, Eto&#8217;o, Aguero, Ramos, Sneijder, Xavi,  Ibrahimovic</p>
<a class="downloadlink" href="http://www.fm-view.com/download/Star-Players-rounded.rar" title=" downloaded 305 times" >Star Players Rounded Facepack (305)</a>
<p>keep checking the official thread <a href="http://forum.fm-view.com/index.php?showtopic=6323" target="_blank">HERE</a> for more packs!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/05/rounded-facepack-star-players/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Facepack 09 &#8211; Premiership Update</title>
		<link>http://www.fm-view.com/2009/04/rounded-facepack-prem-update/</link>
		<comments>http://www.fm-view.com/2009/04/rounded-facepack-prem-update/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 19:34:15 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Premiership]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=241</guid>
		<description><![CDATA[After a while away, the Rounded Facepack style has an update of to the Premier League megapack. You can download it from HERE! If you have already downloaded the first Premier League megapack, delete that from ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-474" title="NigelDeJong" src="http://www.fm-view.com/wp-content/uploads/NigelDeJong.png" alt="NigelDeJong" width="140" height="180" /><img class="alignleft size-full wp-image-473" title="RobbieKeane-1" src="http://www.fm-view.com/wp-content/uploads/RobbieKeane-1.png" alt="RobbieKeane-1" width="140" height="180" /><img class="alignleft size-full wp-image-472" title="AndreiArshavin" src="http://www.fm-view.com/wp-content/uploads/AndreiArshavin.png" alt="AndreiArshavin" width="140" height="180" /></p>
<p><img class="alignnone" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Spare/Logo.png" alt="" width="550" height="65" /></p>
<p>After a while away, the Rounded Facepack style has an update of to the Premier League megapack. You can download it from <a title="Link" href="http://files.filefront.com/Premiership+903+Updaterar/;13592894;/fileinfo.html" target="_blank">HERE!</a> If you have already downloaded the first Premier League megapack, delete that from you Graphics folder and add this into it! Dont forget to keep checking the official thread for more packs, which can be found <a title="RF2" href="http://forum.fm-view.com/index.php?showtopic=6323" target="_blank">HERE!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/04/rounded-facepack-prem-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Facepack &#8211; Premier League Megapack</title>
		<link>http://www.fm-view.com/2009/02/rounded-facepack-premier-league-megapack/</link>
		<comments>http://www.fm-view.com/2009/02/rounded-facepack-premier-league-megapack/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 22:36:41 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Premiership]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=194</guid>
		<description><![CDATA[The eagerly-awaited Premier League megapack has been released by our very own Sheppy. You can download it HERE! Dont forget to keep checking the official thread for more packs, which can be found HERE!]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-481" title="ManuelAlmunia" src="http://www.fm-view.com/wp-content/uploads/ManuelAlmunia.png" alt="ManuelAlmunia" width="140" height="180" /> <img class="size-full wp-image-480 alignnone" title="FrankLampard" src="http://www.fm-view.com/wp-content/uploads/FrankLampard.png" alt="FrankLampard" width="140" height="180" /> <img class="size-full wp-image-479 alignleft" title="FernandoTorres" src="http://www.fm-view.com/wp-content/uploads/FernandoTorres.png" alt="FernandoTorres" width="140" height="180" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-483 aligncenter" title="Logo" src="http://www.fm-view.com/wp-content/uploads/Logo.png" alt="Logo" width="550" height="65" /></p>
<p style="center;">The eagerly-awaited Premier League megapack has been released by our very own Sheppy. You can download it <a title="RF" href="http://files.filefront.com/Premier+League+Rounded+9rar/;13211564;/fileinfo.html" target="_blank">HERE!</a> Dont forget to keep checking the official thread for more packs, which can be found <a title="RF2" href="http://forum.fm-view.com/index.php?showtopic=6323" target="_blank">HERE!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/02/rounded-facepack-premier-league-megapack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shine 09 Logo&#8217;s for FM09 &#8211; FM View Exclusive!</title>
		<link>http://www.fm-view.com/2009/02/shine-09-logos-for-fm09-fm-view-exclusive/</link>
		<comments>http://www.fm-view.com/2009/02/shine-09-logos-for-fm09-fm-view-exclusive/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 15:48:38 +0000</pubDate>
		<dc:creator>Terminal</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[FM2009]]></category>
		<category><![CDATA[Logo]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=190</guid>
		<description><![CDATA[Designed and organised by Terminal, here is a megapack of Shine Logo’s]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-477" title="Inter-1" src="http://www.fm-view.com/wp-content/uploads/Inter-1.jpg" alt="Inter-1" width="180" height="172" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" title="Shine09" src="http://i90.photobucket.com/albums/k269/varelanc/title.png" alt="" width="417" height="81" /></p>
<p style="text-align: center;"><img class="alignnone" style="border: 0pt none;" title="lyon" src="http://i90.photobucket.com/albums/k269/varelanc/Lyon-1.jpg" alt="" width="180" height="177" /><img class="alignnone" style="border: 0pt none;" title="porto" src="http://i90.photobucket.com/albums/k269/varelanc/Portugal-1.jpg" alt="" width="149" height="180" /></p>
<p><span id="more-190"></span></p>
<p>Our very own logo style created by our very own Terminal who, with the help of others, has been pounding these out at a high rate.</p>
<p>Each pack is available separately on the FMV Forums at <a href="http://forum.fm-view.com/index.php?showtopic=6792" target="_blank">http://forum.fm-view.com/index.php?showtopic=6792</a> or alternatively click the megapack link below.</p>
<p>This is set as an Exe file, so when you double click it, it will ask you where to install the files, that is also noted in the file as well &#8211; just browse to the place where your FM graphics folder is and hit ok &#8211; simples!</p>
<a class="downloadlink" href="http://www.fm-view.com/download/Europe.exe" title=" downloaded 3194 times" >Shine '09 Logo's - Europe Megapack (3194)</a>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/02/shine-09-logos-for-fm09-fm-view-exclusive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portsmouth Rounded Pack</title>
		<link>http://www.fm-view.com/2009/01/portsmouth-rounded-pack/</link>
		<comments>http://www.fm-view.com/2009/01/portsmouth-rounded-pack/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 15:27:18 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[portsmouth]]></category>
		<category><![CDATA[Rounded]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=151</guid>
		<description><![CDATA[HQ Facepack of the Portsmouth Squad]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-485" title="DavidJames" src="http://www.fm-view.com/wp-content/uploads/DavidJames.png" alt="DavidJames" width="140" height="180" /></p>
<p><img class="alignnone" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/NikoKranjcar.png" alt="" width="140" height="180" /> <img class="alignnone" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/PeterCrouch.png" alt="" width="140" height="180" /></p>
<p>HQ Facepack of the Portsmouth Squad</p>
<a class="downloadlink" href="http://www.fm-view.com/download/Portsmouth-rounded.rar" title=" downloaded 50 times" >Portsmouth Rounded Facepack (50)</a>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/01/portsmouth-rounded-pack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tottenham Rounded Pack</title>
		<link>http://www.fm-view.com/2009/01/tottenham-rounded-pack/</link>
		<comments>http://www.fm-view.com/2009/01/tottenham-rounded-pack/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 11:10:24 +0000</pubDate>
		<dc:creator>Sheppy</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[facepack]]></category>
		<category><![CDATA[Rounded]]></category>
		<category><![CDATA[Spurs]]></category>
		<category><![CDATA[Tottenham]]></category>

		<guid isPermaLink="false">http://www.fm-view.com/?p=122</guid>
		<description><![CDATA[A HQ Facepack of the Tottenham Squad]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-487" title="Gomes" src="http://www.fm-view.com/wp-content/uploads/Gomes.png" alt="Gomes" width="140" height="180" /></p>
<p><img class="alignnone" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/GarethBale.png" alt="" width="140" height="180" /> <img class="alignnone" src="http://i286.photobucket.com/albums/ll82/Sheppy08/Facepack/AaronLennon.png" alt="" width="140" height="180" /></p>
<p>A HQ Facepack of the Tottenham Squad</p>
<a class="downloadlink" href="http://www.fm-view.com/download/Tottenham-rounded.rar" title=" downloaded 91 times" >Tottenham Rounded Facepack (91)</a>
]]></content:encoded>
			<wfw:commentRss>http://www.fm-view.com/2009/01/tottenham-rounded-pack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

