The FM14 Adboard Patch


PLEASE NOTE: If you have a previous version of the ad-board pack - please delete it and re-install the new pack. Many of the files and folders have been re-named and this will avoid leaving unnecessary duplicates
-----------------------------------------------------------------------------------------------------------------------------------------
PLEASE DOWNLOAD THE LATEST VERSION OF THE PACK - THIS IS CURRENTLY 14.04.1

NEW UPDATED VERSION - 14/04/2014

NEW UPDATE PACK - 29/06/2014

Full Ad Board Pack Version 14.04.1:
Sortitoutsi: Download Now

Depositfiles: 14.04.1 Ad BoardsDownload Now

World Cup Update: Download Now

YOU WILL NEED TO DOWNLOAD THE MAIN FILE & ANY SUBSEQUENT UPDATES

Update History
World Cup UpdateUpdates World Cup Boards
Version 14.04.1 - Removed XML Parsing Error
Version 14.04 - Corrected German XML, Overhaul of Chile, Overhaul of Argentina,
English addition of Plymouth, Wycombe & Accrington, Italian addition of Torino
Version 14.03.1 - Removed XML Parsing Error, Reworked Fifa 14 English ad board
Version 14.03 -
Changed League Cup, Changed Skrill Premier
Updates to European Competitions, Overhaul of Austria, Overhaul of Germany, Chilean Update
Argentinian Update, Swiss Update, Greek Update, South Korean Update
Some New premier league club boards, Minor board graphical tweaks and changes
Version 14.02 - Fixed a problem where some French boards would not appear
Comments
Doc_Debil
17 years ago
1 year ago
83
Denmark is already done
kfnielsen
17 years ago
3 hours ago
2,629
Premium
Yea but its two year old ads M8
mysterio
17 years ago
1 month ago
349
jnrironside
16 years ago
5 hours ago
14
These aren't working for me, I just get the edited defaults regardless of which file I use or which club I play as. I have everything installed in the right place. Any ideas?
woopass
17 years ago
1 day ago
43
Premium
Denmark is already done


The ads in the "updated" pack are very old ads, and some of the ads has never been sponsors of the danish superliga (Calle krenz shop).
It would be cool if also the danish fans could get an updated ad pack for the danish teams/league.
Doc_Debil
17 years ago
1 year ago
83
M8tes, the magic word is: DOWNLOAD

The Denmark update is already included in my addon package. With original adboards for Alborg, Brondby, Esbjerg, Kobenhavn, MJ & Odense from season 2013/2014.

http://www.bilder-upload.eu/thumb/b9cda4-1386877613.png
woopass
17 years ago
1 day ago
43
Premium
M8tes, the magic word is: DOWNLOAD

The Denmark update is already included in my addon package. With original adboards for Alborg, Brondby, Esbjerg, Kobenhavn, MJ & Odense from season 2013/2014.

http://www.bilder-upload.eu/thumb/b9cda4-1386877613.png


H..L, that's all you had to say man......


But, I still would like someone to make these two for my game if possible.....
Doc_Debil
17 years ago
1 year ago
83
http://www.mediafire.com/download/gb6mw2rz2mqrsdp/karl.rar

different versions (led, static with dirt, static without dirt)
woopass
17 years ago
1 day ago
43
Premium
http://www.mediafire.com/download/gb6mw2rz2mqrsdp/karl.rar

different versions (led, static with dirt, static without dirt)


Sweet, thx m8
jnrironside
16 years ago
5 hours ago
14
I have the ads working now but when I add my own (for my custom club) the adboards are black does anyone know why? Just to clarify all the ad boards in game turn black when I code new ones for my custom club.
jnrironside
16 years ago
5 hours ago
14
Ok fixed all the errors I had with this and its now working fine. Things I learn't.

1 If you using a custom location for editor data & graphics etc. The ads folder containing the fm.xml needs to go in this location.

2. Never write code in other applications and copy/paste in a xml opened in notepad. Its lazy and won't work properly!
Yespy
11 years ago
2 days ago
21
Premium
I have problems adding the ads for my team, here's the code I've done.

<!-- portugalete ads -->
		<record id="54001" path="pictures/ads/europe/spain/clubs/portugalete/1"/>
		<record id="54002" path="pictures/ads/europe/spain/clubs/portugalete/2"/>
		<record id="54003" path="pictures/ads/europe/spain/clubs/portugalete/3"/>
		<record id="54004" path="pictures/ads/europe/spain/clubs/portugalete/4"/>
		<record id="54005" path="pictures/ads/europe/spain/clubs/portugalete/5"/>
		<record id="54006" path="pictures/ads/europe/spain/clubs/portugalete/6"/>
		<record id="54007" path="pictures/ads/europe/spain/clubs/portugalete/7"/>
		<record id="54008" path="pictures/ads/europe/spain/clubs/portugalete/8"/>
		<record id="54009" path="pictures/ads/europe/spain/clubs/portugalete/9"/>
		<record id="54010" path="pictures/ads/europe/spain/clubs/portugalete/10"/>
		<record id="54011" path="pictures/ads/europe/spain/clubs/portugalete/11"/>
		<record id="54012" path="pictures/ads/europe/spain/clubs/portugalete/12"/>
		<record id="54013" path="pictures/ads/europe/spain/clubs/portugalete/13"/>
		<record id="54014" path="pictures/ads/europe/spain/clubs/portugalete/14"/>
		<record id="54015" path="pictures/ads/europe/spain/clubs/portugalete/15"/>
and

<!-- portugalete, grabek -->
			<list id="824175">
				<integer value="54001"/>
				<integer value="54002"/>
				<integer value="54003"/>
				<integer value="54004"/>
				<integer value="54005"/>
				<integer value="54006"/>
				<integer value="54007"/>
				<integer value="54008"/>
				<integer value="54009"/>
				<integer value="54010"/>
				<integer value="54011"/>
				<integer value="54012"/>
				<integer value="54013"/>
				<integer value="54014"/>
				<integer value="54015"/>
				<integer value="54001"/>
				<integer value="54002"/>
				<integer value="54003"/>
				<integer value="54004"/>
				<integer value="54005"/>
				<integer value="54006"/>
				<integer value="54007"/>
				<integer value="54008"/>
				<integer value="54009"/>
				<integer value="54010"/>
				<integer value="54011"/>
				<integer value="54012"/>
				<integer value="54013"/>
				<integer value="54014"/>
				<integer value="54015"/>
				<integer value="54001"/>
				<integer value="54002"/>
				<integer value="54003"/>
				<integer value="54004"/>
				<integer value="54005"/>
				<integer value="54006"/>
				<integer value="54007"/>
				<integer value="54008"/>
				<integer value="54009"/>
				<integer value="54010"/>
				<integer value="54011"/>
				<integer value="54012"/>
				<integer value="54013"/>
				<integer value="54014"/>
				<integer value="54015"/>
				<integer value="54001"/>
			</list>
I copied Athletic Club Bilbao's ads code and change the IDs, what could be wrong?


EDIT: Now it works, I had to restart the game
ensar7
16 years ago
2 years ago
5
As usual:

Do you see any adboards? Do you see the original SI - adboards or the changed default adboards like Coca Cola and so on?
Sometimes you have to clear cache and reload skin twice.


hi, I have a problem with my own ads. I created it for FM13, and it worked fine, And now in FM14 they are not working. I gave them 6565 id, and made 14 adboards. but now, it allways show me the changed adboards (coca cola, continental, visa,...). What am I doing wrong? Because, ch. league, and other clubs, it is working fine, but my don't want to get in the game. I even tried to change the id, now I used 54001..54014, made 46 adboards position, and still nothing.

<!-- Bosnian Premier League, enzo -->
<list id="8401073">
<integer value="54001"/>
<integer value="54002"/>
<integer value="54003"/>
<integer value="54004"/>
<integer value="54005"/>
<integer value="54006"/>
<integer value="54007"/>
<integer value="54008"/>
<integer value="54009"/>
<integer value="54010"/>
<integer value="54011"/>
<integer value="54012"/>
<integer value="54013"/>
<integer value="54014"/>
<integer value="54001"/>
<integer value="54002"/>
<integer value="54003"/>
<integer value="54004"/>
<integer value="54005"/>
<integer value="54006"/>
<integer value="54007"/>
<integer value="54008"/>
<integer value="54009"/>
<integer value="54010"/>
<integer value="54011"/>
<integer value="54012"/>
<integer value="54013"/>
<integer value="54014"/>
<integer value="54001"/>
<integer value="54002"/>
<integer value="54003"/>
<integer value="54004"/>
<integer value="54005"/>
<integer value="54006"/>
<integer value="54007"/>
<integer value="54008"/>
<integer value="54009"/>
<integer value="54010"/>
<integer value="54011"/>
<integer value="54012"/>
<integer value="54013"/>
<integer value="54014"/>
<integer value="54001"/>
<integer value="54002"/>
<integer value="54003"/>
<integer value="54004"/>
</list>

<!-- Bosnian Premijer Liga ads -->
<record id="54001" path="pictures/ads/europe/bosnia/premijer liga/asa"/>
<record id="54002" path="pictures/ads/europe/bosnia/premijer liga/avaz"/>
<record id="54003" path="pictures/ads/europe/bosnia/premijer liga/uni"/>
<record id="54004" path="pictures/ads/europe/bosnia/premijer liga/bht"/>
<record id="54005" path="pictures/ads/europe/bosnia/premijer liga/granof"/>
<record id="54006" path="pictures/ads/europe/bosnia/premijer liga/ep"/>
<record id="54007" path="pictures/ads/europe/bosnia/premijer liga/bet"/>
<record id="54008" path="pictures/ads/europe/bosnia/premijer liga/code"/>
<record id="54009" path="pictures/ads/europe/bosnia/premijer liga/konzum"/>
<record id="54010" path="pictures/ads/europe/bosnia/premijer liga/legea"/>
<record id="54011" path="pictures/ads/europe/bosnia/premijer liga/mtel"/>
<record id="54012" path="pictures/ads/europe/bosnia/premijer liga/sarajevsko"/>
<record id="54013" path="pictures/ads/europe/bosnia/premijer liga/spar"/>
<record id="54014" path="pictures/ads/europe/bosnia/premijer liga/fds"/>

can you please help me to get this to work???

thanks
tv_capper
16 years ago
1 hour ago
13,273
hi, I have a problem with my own ads. I created it for FM13, and it worked fine, And now in FM14 they are not working.
can you please help me to get this to work???

thanks


You need to make sure that all folders & files you have added are in lowercase as one of the main changes between the two versions is that everything in FM14 should now be listed in all lowercase file names
ensar7
16 years ago
2 years ago
5
You need to make sure that all folders & files you have added are in lowercase as one of the main changes between the two versions is that everything in FM14 should now be listed in all lowercase file names


thanks man now it works

so, one more question, the last chapter in fm file, something with +1 and -1, what does it mean?
tnals473
15 years ago
3 years ago
18
Hi, I am South Korean.

I have a ads file in South Korea League.

1. K-League Classic (Division 1, ex K-League)
https://sortitoutsi.net/uploads/mirrored_images/4SW88UMhmNWEF1jC7eXAdOCUZbirpl1xzsPF8gtr.png
Download - http://www.mediafire.com/download/4reja7a4sm7apie/k%20league%20classic.zip

2. K-League Challenge (Division 2)
https://sortitoutsi.net/uploads/mirrored_images/YlbgxXesUAkahtcMGEOnVlTtRJgIUpkvUfqDXLe2.png
Download - http://www.mediafire.com/download/r2pcf6r0x9zxlu1/k%20league%20challenge.zip

But, I was not to create an XML file.

Please create XML file and this ads file add to your update 14.03
Uredan Mc Med Momak
10 years ago
8 years ago
1
I didnt know where to put this, so i put in this topic, please dont delete this, help me people, please, i have a problem, i only can select one player in squad registration for euro league. go on holiday do not help, in new patch i didnt see in list that this problem is solved, so i ask you guys to help me, i have realy good start with totenham, so i want to continue season with them, when i go on holiday my team play without me euroleague and all players are from U 21 players (youth) except one from first team, and when i selecting i can choose only one player from first team, and it says i can choose minimum one player from the squad WTF when i push auto select again there is only one player from first team, my youth players from U21 are bad they lost 6-2 against jablonec when i was on holiday, i dont want to play with them, i want to play with my first team, please guys help, thanks in advance and sorry on my bad english, cheers...
prem
12 years ago
2 weeks ago
1
Premium
[quote name='Uredan Mc Med Momak' user_id='535014' id='129590' timestamp='1387733772']
I didnt know where to put this, so i put in this topic, please dont delete this, help me people, please, i have a problem, i only can select one player in squad registration for euro league. go on holiday do not help, in new patch i didnt see in list that this problem is solved, so i ask you guys to help me, i have realy good start with totenham, so i want to continue season with them, when i go on holiday my team play without me euroleague and all players are from U 21 players (youth) except one from first team, and when i selecting i can choose only one player from first team, and it says i can choose minimum one player from the squad WTF when i push auto select again there is only one player from first team, my youth players from U21 are bad they lost 6-2 against jablonec when i was on holiday, i dont want to play with them, i want to play with my first team, please guys help, thanks in advance and sorry on my bad english, cheers...

[Think you can actually select any player for a Euro League match then they get automatically registered when you proceed to play the match.]
Doc_Debil
17 years ago
1 year ago
83
Mons edit: Please read the below announcement by the administrator of this file regarding Doc_debil's post

IMPORTANT INFORMATION


Sorry that 14.03 was not out before Christmas as promised but illness has unfortunately increased the timeframe.

I have updated the header post so that there is a great deal less information to scan through in order to find out the latest on the pack.

I also have to announce that from this post forward Doc_debil's 'patch' is not recommended by anyone from the official patch team.
I can understand that you would like to know why:

1) He has taken the decision not to allow his boards into the official patch - designed to be a 1 file for all boards download
2) His decision to produce only 1 xml (and response at the top of page 6) is not user friendly
3) His patch uses a different naming system for boards and you guys could be left with unnecessary files
4) The official patch prides itself on accuracy - his latest update is completely inaccurate and features incorrect boards for a large number of teams

If the above problems are resolved then he would be free to re-offer his patch

If you have used his patch, you will need to delete the entire pack and xml before installing 14.03 as it would leave a large number of extra files behind

tv_capper & Ad Board Team


http://fm.onlinewelten.com/uploads/news/images/Merry_Christmas.png


2013 is slowly coming to an end and I, together with the entire team at FMGate, want to take a moment and wish all of you a Merry Christmas and Happy Holidays. We hope you get to enjoy the upcoming days by spending quality time with your family and loved ones, and recharge your batteries for a new year that we hope will bring you prosperity and happiness.

As a little gift I have prepared the new Adboard Patch Addon 1.2.
More than 3000 original and individual adboards in HD quality for season 2013/2014. Fully compatible with FM Adboard Patch 14.2 @SortitoutSi.

Just to give you a little impression:
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_england.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_scotland.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_turkey.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_spain.png
http://fm.onlinewelten.com/uploads/news/images/Vorschau_france.png

Have fun and Merry Christmas!
Doc_Debil

DOWNLOAD
miguelportero
11 years ago
2 years ago
3
Hi,

Does this fix the fake player names?

Thanks for the patch.
laucon
10 years ago
5 years ago
12
Hi,

Thanks to all for all your great work.

I can't seem to get the these ads to work though. I've followed all the steps and this is what I see playing as Udinese..It looks like some combination of the default ads which came with this patch and others (like Dacia, HS, Handheld) which I have no idea where they come from (SI default??). Please help. Thanks.

http://thumbnails111.imagebam.com/29702/1c0662297013168.jpg
mons
17 years ago
3 hours ago
85,497
Hi,

Does this fix the fake player names?

Thanks for the patch.

For that, you need this download.
Doc_Debil
17 years ago
1 year ago
83
You just have to copy the content (both folders) from my download to your Football Manager game directory:

\<USER>\My Documents\Sports Interactive\Football Manager 2014\
laucon
10 years ago
5 years ago
12
You just have to copy the content (both folders) from my download to your Football Manager game directory:

\<USER>\My Documents\Sports Interactive\Football Manager 2014\


Hi..is this meant for me?
jWaSiMhE
14 years ago
1 year ago
2,572
Finally managed to get these to work in my own custom location despite having good IT experience and following all instructions exactly. KUTGW! good stuff
kfnielsen
17 years ago
3 hours ago
2,629
Premium
http://fm.onlinewelten.com/uploads/news/images/Merry_Christmas.png


2013 is slowly coming to an end and I, together with the entire team at FMGate, want to take a moment and wish all of you a Merry Christmas and Happy Holidays. We hope you get to enjoy the upcoming days by spending quality time with your family and loved ones, and recharge your batteries for a new year that we hope will bring you prosperity and happiness.

As a little gift I have prepared the new Adboard Patch Addon 1.2.
More than 3000 original and individual adboards in HD quality for season 2013/2014. Fully compatible with FM Adboard Patch 14.2 @SortitoutSi.

Just to give you a little impression:
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_england.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_scotland.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_turkey.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_spain.png
http://fm.onlinewelten.com/uploads/news/images/Vorschau_france.png

Have fun and Merry Christmas!
Doc_Debil

DOWNLOAD

the link arent working!
Doc_Debil
17 years ago
1 year ago
83
They are working fine!
Mohamed
14 years ago
3 years ago
8
http://fm.onlinewelten.com/uploads/news/images/Merry_Christmas.png


2013 is slowly coming to an end and I, together with the entire team at FMGate, want to take a moment and wish all of you a Merry Christmas and Happy Holidays. We hope you get to enjoy the upcoming days by spending quality time with your family and loved ones, and recharge your batteries for a new year that we hope will bring you prosperity and happiness.

As a little gift I have prepared the new Adboard Patch Addon 1.2.
More than 3000 original and individual adboards in HD quality for season 2013/2014. Fully compatible with FM Adboard Patch 14.2 @SortitoutSi.

Just to give you a little impression:
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_england.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_scotland.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_turkey.png
http://fm.onlinewelten.com/uploads/news/images/preview_adboards_spain.png
http://fm.onlinewelten.com/uploads/news/images/Vorschau_france.png

Have fun and Merry Christmas!
Doc_Debil

DOWNLOAD


i don't want to use club ad please someone give me no club XML
kfnielsen
17 years ago
3 hours ago
2,629
Premium
Why are the site then blank when I use the download link?
It works well on the site itself??
And I nearly forgot
Totally great work

You'll need to Login to comment