christian nilsson
13 years ago
7 months ago
2
Premium

Hey there,

 

is adding custom adboards not a thing anymore? Or is that option gone?

I know that I did it a few versions ago

jrcpuljiz
11 years ago
2 hours ago
12

Hi, it's very easy and simple, check out the guy called cracvictor or so, he is working on adboards, has patreon as well and his website, it's also not too complex to do some simple ones on your own, there is a great tutorial on youtube

Bielsa is a Legend
10 years ago
27 minutes ago
1,886
Premium
By jrcpuljiz 06 December 2023 - 10:41 AM UTC 

Hi, it's very easy and simple, check out the guy called cracvictor or so, he is working on adboards, has patreon as well and his website, it's also not too complex to do some simple ones on your own, there is a great tutorial on youtube

 

He allegedly has stolen others work from previous versions, now selling it on apparantly

 

jrcpuljiz
11 years ago
2 hours ago
12

I am unsure to be honest about that, I downloaded some other stuff before but his are most up to date, unless he really took some newest and compiled them, but definitely his stuff and older stuff combined make a really good combination, just  it's too bad that you cannot combine fan banners and adboards without some bugs, it would be nice if SI could fix that.

Bielsa is a Legend
10 years ago
27 minutes ago
1,886
Premium
By jrcpuljiz 06 December 2023 - 11:28 AM UTC 

I am unsure to be honest about that, I downloaded some other stuff before but his are most up to date, unless he really took some newest and compiled them, but definitely his stuff and older stuff combined make a really good combination, just  it's too bad that you cannot combine fan banners and adboards without some bugs, it would be nice if SI could fix that.

 

SI wont, they have already warned against hosting / using them and threatened legal action of content hosters

jrcpuljiz
11 years ago
2 hours ago
12

I know, that generates some income for them as well so probably that is the main reason why they banned it, not sure if they would suffer any legal actions from some company if they allow modders to do that

Crane
14 years ago
23 hours ago
2,432
Premium

I managed to download his pack without paying, and it's just adboards from the older versions that were on here. There is one new adboard, that has his face on it…

Joe5p
11 years ago
15 hours ago
714
Premium

He has some new ones in his pack. I would go with the above advice, get hold of as many as you can and make your own custom version but don't share it. As long as it is for personal use it should be fine. 

 

The main issue I think is no one seems to be making ivf dynamic boards, whether specifically for FM or for any other reason. Beyond that, you can take what exists already and make your own XML to get it all working. 

wfm18
6 years ago
21 hours ago
2,957
By Joe5p 10 December 2023 - 14:57 PM UTC 

He has some new ones in his pack. I would go with the above advice, get hold of as many as you can and make your own custom version but don't share it. As long as it is for personal use it should be fine. 

 

The main issue I think is no one seems to be making ivf dynamic boards, whether specifically for FM or for any other reason. Beyond that, you can take what exists already and make your own XML to get it all working. 

 

Could you share how to setup a xml adding one PNG for a competition? That shows up like the UCL patch in the center of the pitch if that explanation makes sense. For example I want to add my own fantasy adboards to Dutch Lower Leagues, the same way FM has them officially for the Eredivisie and KKD, obviously for personal usage. Would be nice to understand how to do that.

jrcpuljiz
11 years ago
2 hours ago
12
By wfm18 19 December 2023 - 18:31 PM UTC 

Could you share how to setup a xml adding one PNG for a competition? That shows up like the UCL patch in the center of the pitch if that explanation makes sense. For example I want to add my own fantasy adboards to Dutch Lower Leagues, the same way FM has them officially for the Eredivisie and KKD, obviously for personal usage. Would be nice to understand how to do that.

if you refer to the logo of the competition that stands in the middle between adboards at the centre of the pitch I've never seen some tutorial on that or explanation really

 

Doc_Debil
17 years ago
2 hours ago
83
By wfm18 19 December 2023 - 18:31 PM UTC 

Could you share how to setup a xml adding one PNG for a competition? That shows up like the UCL patch in the center of the pitch if that explanation makes sense. For example I want to add my own fantasy adboards to Dutch Lower Leagues, the same way FM has them officially for the Eredivisie and KKD, obviously for personal usage. Would be nice to understand how to do that.

 

If SI has not changed anything else here, this is actually quite simple.

 

1.Define the league / cup id - e.g. Polska 1. Liga to make them available in the specific league / cup and list all image ids you want to show here

   <!-- Polska 1. Liga -->
  <list id="129559">
   <integer value="10013"/>
   <integer value="10014"/>
   <integer value="10015"/>

 

   <!-- Polska 2. Liga Ost-->
  <list id="96004089">
   <integer value="10023"/>
   <integer value="10024"/>
   <integer value="10025"/>
   <integer value="10026"/>

2. Define the image id you want to show in the middle (and opposite site) of the pitch

 

  <!-- map the Polska 1Liga ads to each side of the dugout -->
 <record id="10013" edge_type="0" edge_index="1"/>
 <record id="10014" edge_type="0" edge_index="-1"/>

 

 <!-- map the Polska 2Liga Ost ads to each side of the dugout -->
 <record id="10023" edge_type="0" edge_index="1"/>
 <record id="10024" edge_type="0" edge_index="-1"/>

 

 <!-- map the Polska 2Liga West ads to each side of the dugout -->
 <record id="10033" edge_type="0" edge_index="1"/>
 <record id="10034" edge_type="0" edge_index="-1"/>
 

 

3. Define the images id and path location (in fact the same way as with player pictures etc.)

        <!-- Poland 1 Liga ads -->
 <record id="10013" path="pictures/ads/poland/1liga/telekom_pl"/>
 <record id="10014" path="pictures/ads/poland/1liga/stiga"/>
 <record id="10015" path="pictures/ads/poland/1liga/adidas"/>
 

You'll need to Login to comment