Chunky677 - Comments

Comments
#631126 FM 2021 FLUT skin dark - Version 16.0
Chunky677
9 years ago
1 year ago
60
By flut 14 April 2021 - 18:51 PM UTC 

Hi. MagiIc is right. You can use V12 with the player overview from V11.

However, here is the link for V11

 

https://www.mediafire.com/file/zskecspv8o5mh6l/FLUTSKIN_DARK_FM21_V11_.zip/file

 

Fantastic - thanks @flut

#631123 FM 21 TROPHY PODIUMS
Chunky677
9 years ago
1 year ago
60
By DazS8 14 April 2021 - 17:47 PM UTC 

they change the sodding names of them every year…lol

 

Ha!  Thanks for setting them up DazS8!

#630502 FM 21 TROPHY PODIUMS
Chunky677
9 years ago
1 year ago
60

Hello, thank you for this great pack!

 

Could we also have the Scottish Cup and Scottish League Cup please?  Thanks

 

 

#630501 FM 2021 FLUT skin dark - Version 16.0
Chunky677
9 years ago
1 year ago
60

Hi @flut , thank you very much again for the hard work that's gone into the skin.  I downloaded version 12 and personally I prefer the layout of version 11, but I've deleted the old files.  By any chance is it possible for version 11 to be uploaded again so I can use that instead?  Both great skins, but 11 is just my own preference.  Thanks!

#630344 🛠️ Metallic Logos Technical Support Thread
Chunky677
9 years ago
1 year ago
60

Fantastic work - thank you to all involved.  I have found a small issue (or maybe it isn't an issue at all!) - the Spain international team badge is the RFEF one rather than the SEDF one.  Is there any chance this could be changed?  Many thanks.

#630281 Adboard Patch FAQ & Technical Support Thread
Chunky677
9 years ago
1 year ago
60

Not sure if this counts as a technical query but here goes:  

 

 I see that some of the adboards in Celtic Park remain with the numbered sections (I've seen 85, 86, 87, 88 and 89 for example.)  Do you know if this is a bug in the game or is there something I can have a go at sorting?  I was thinking of taking these numbers down and saving say coca cola boards as 85 and 86 in the 661 folder in test.  Would that work?  I'm guessing they would appear in any stadium so thought it would be good to stick to worldwide brands maybe.  

 

Thanks @rabcp 

#630278 Stadium Edits - FM21 - V1.0 [29/08/2021] out now!
Chunky677
9 years ago
1 year ago
60

Celtic Park with its smaller South Stand (I think it would be top left, top and top right in the editor) would be class. Do you know if it's possible to change the surroundings of the stadia too as I'd like to have a go myself and put Caley Thistle ground beside the Moray Firth where it belongs and not in the middle of a city!!

 

Thanks @rabcp 

#629076 Football Shirt Backgrounds for Football Manager 2021 by Derek
Chunky677
9 years ago
1 year ago
60

Fantastic - thank you!

#629069 Football Shirt Backgrounds for Football Manager 2021 by Derek
Chunky677
9 years ago
1 year ago
60

Looks great!  Could you do Scotland and Celtic kits as well?  Thank you.

#628504 FM 2021 FLUT skin dark - Version 16.0
Chunky677
9 years ago
1 year ago
60

Just for a laugh I had a brief look at what my FM21 would look like without the Flut skin and switched for 5 minutes to the football manager original skin.  Never again!  The quality that the @flut skin  adds is astonishing - almost like a different game.  Thank you for all the hard work.

#627729 FM 2021 FLUT skin dark - Version 16.0
Chunky677
9 years ago
1 year ago
60
By flut 29 March 2021 - 23:37 PM UTC 

Hi

  1. is possible. You can use the tv logos you want. For that, you should create that tv logos. After create the tv logos you only have to change the code that points to the tv logo. For example:

now, for lineups the code (is in match preview lineups panel.xml) is (there are two pieces of code, one for home team and other for away team)

 

<widget class="picture" file="icons/tv logos/tv logo" height="16" auto_size="horizontal" scale_picture="true" >
    <animation class="fade_animation" start_value="0" end_value="1" duration="0.5" delay="1" end_mode="hold_auto_reverse" trigger_id="hidden" trigger_start="false" trigger_end="true" />
   </widget>

 

Imagine you create a new tv logo, placed it in the same folder of the current, but the name is tv logo1. You just have to change the code for

 

<widget class="picture" file="icons/tv logos/tv logo1" height="16" auto_size="horizontal" scale_picture="true" >
    <animation class="fade_animation" start_value="0" end_value="1" duration="0.5" delay="1" end_mode="hold_auto_reverse" trigger_id="hidden" trigger_start="false" trigger_end="true" />
   </widget>

 

You can do it in this way for all the tv logos you want.

The codes are in

match preview lineups panel.xml (for lineups)

match title bar.xml (for tv logo during the match)

match league table panel cutscene.xml (for Tv Logo in league table)

match caption panel small.xml (for match caption small - the popup panel when you score a goal)

 

2. the answer 1 serves for this

3. Yes, you're right. I tested a TV Logo in that other situations (for example penalty) but it doesn't work well. That's why I didn't include TV logo in that other kind of goals.

 

@flut - I followed your instructions, reloaded the skin and it works perfectly.  I now have the goal panels popping up with the colour version of the tv logo and the white version in the top corner.  A big thank you to you, it's little details like that that make the modded game real.

#627399 FM 2021 FLUT skin dark - Version 16.0
Chunky677
9 years ago
1 year ago
60
By flut 29 March 2021 - 23:37 PM UTC 

Hi

  1. is possible. You can use the tv logos you want. For that, you should create that tv logos. After create the tv logos you only have to change the code that points to the tv logo. For example:

now, for lineups the code (is in match preview lineups panel.xml) is (there are two pieces of code, one for home team and other for away team)

 

<widget class="picture" file="icons/tv logos/tv logo" height="16" auto_size="horizontal" scale_picture="true" >
    <animation class="fade_animation" start_value="0" end_value="1" duration="0.5" delay="1" end_mode="hold_auto_reverse" trigger_id="hidden" trigger_start="false" trigger_end="true" />
   </widget>

 

Imagine you create a new tv logo, placed it in the same folder of the current, but the name is tv logo1. You just have to change the code for

 

<widget class="picture" file="icons/tv logos/tv logo1" height="16" auto_size="horizontal" scale_picture="true" >
    <animation class="fade_animation" start_value="0" end_value="1" duration="0.5" delay="1" end_mode="hold_auto_reverse" trigger_id="hidden" trigger_start="false" trigger_end="true" />
   </widget>

 

You can do it in this way for all the tv logos you want.

The codes are in

match preview lineups panel.xml (for lineups)

match title bar.xml (for tv logo during the match)

match league table panel cutscene.xml (for Tv Logo in league table)

match caption panel small.xml (for match caption small - the popup panel when you score a goal)

 

2. the answer 1 serves for this

3. Yes, you're right. I tested a TV Logo in that other situations (for example penalty) but it doesn't work well. That's why I didn't include TV logo in that other kind of goals.

 

Fantastic - thanks Flut - really appreciate you taking the time to answer and help me here.  All the best.

#626493 FM 2021 FLUT skin dark - Version 16.0
Chunky677
9 years ago
1 year ago
60

Hi @flut , this is an amazing skin!  Thank you.  I was wondering:

  1. Would it be possible to use 2 different versions of a tv logo at the same time?  I would like the small logo to appear in colour on the team lists page and the x2 one to appear in the top corner in-match in a white transparent style like you see in-game on some tv channels.  I have tried using both but only see the white version in both sections unfortunately.
  2. I am using a white transparent style logo as a x2 but this does not show up well when a goal is scored as the colour for the goalscorer panel is white.  Is there a way to change this or use a colour version of the logo here but the white logo in the top corner of the screen in-match?
  3. When the panel appears after a penalty is scored, there is no tv logo on this.  This is the same for individual goals without an assist and own goals.  Could this be added?

Again, the skin is brilliant - thank you for all the hard work.

#626474 Press Conference Backgrounds
Chunky677
9 years ago
1 year ago
60
By DazS8 27 March 2021 - 19:40 PM UTC 

sorry m8 but its hard to test them as I would have to start a game with every single club I did and play until i got a interview…..sorry dude

 

Fair enough - completely understand!

#626470 Press Conference Backgrounds
Chunky677
9 years ago
1 year ago
60
By Chunky677 27 March 2021 - 19:37 PM UTC 

I think this mod is great -thank you @DazS8 .  I am using the Celtic one and noticed that half way down the wallpaper overlaps slightly on the broadcast interview wall (the corner one) and a chunk of the tops of the Adidas logo and Dafabet logo are lost.  I'm using the Flut 10 skin so not sure if this is a compatability issue or not.   Not a major deal considering how much better the game looks with the mod but I was wondering if you would mind having a wee look at it for me?  Thanks again.

 

Forgot to mention, this happens half way down the wall.

#626469 Press Conference Backgrounds
Chunky677
9 years ago
1 year ago
60

I think this mod is great -thank you @DazS8 .  I am using the Celtic one and noticed that half way down the wallpaper overlaps slightly on the broadcast interview wall (the corner one) and a chunk of the tops of the Adidas logo and Dafabet logo are lost.  I'm using the Flut 10 skin so not sure if this is a compatability issue or not.   Not a major deal considering how much better the game looks with the mod but I was wondering if you would mind having a wee look at it for me?  Thanks again.

#626275 Press Conference Backgrounds
Chunky677
9 years ago
1 year ago
60
By DazS8 26 March 2021 - 20:59 PM UTC 

Did it now….thats the last one for today

 

 

Amazing - thank you!

#626183 Press Conference Backgrounds
Chunky677
9 years ago
1 year ago
60

Fabulous stuff!  Any chance you could make one from Glasgow Celtic for us?  Thank you for the work you put in on this.

#623864 Adboard Patch FAQ & Technical Support Thread
Chunky677
9 years ago
1 year ago
60

If you're using a Mac, you might be having the same problem that I was earlier as that's what Ibrox looked like too, and Celtic had nothing but adidas adverts in the tiers.  I ended up reinstalling the original full aboard file and then installing the cuirrent update, but merging some of the files using the option key.  It works fine now.  See Rab's comment after my question earlier.  Good luck!

 

#623666 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Chunky677
9 years ago
1 year ago
60
By Chunky677 12 March 2021 - 19:42 PM UTC 

Thanks for coming back so quickly!  That must be the issue - I'll reinstall and use merge instead of replace.  Looking forward to seeing it in action - it'll be immense as usual I'm sure!  

 

All the best.

Chunk

@rabcp  You were right.  I reinstalled from scratch, used merge and it works perfectly now.  All looking good.  Thanks for your help and the update looks the business.

 

#623649 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Chunky677
9 years ago
1 year ago
60
By rabcp 12 March 2021 - 18:47 PM UTC 

I’m guessing you are playing on a Mac? I believe that folders do not merge on a Mac as they would on a PC, so the Celtic folder with just Adidas would replace all the previous static ads, I‘ll be sure to include that In future read me files

Thanks for coming back so quickly!  That must be the issue - I'll reinstall and use merge instead of replace.  Looking forward to seeing it in action - it'll be immense as usual I'm sure!  

 

All the best.

Chunk

#623637 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Chunky677
9 years ago
1 year ago
60

Hi @rabcp , thanks for the update.  Just checking with you - at Celtic Park, the ads in the tiers now all have the Adidas symbols going right the way round the stadium but all the banners and flags have gone.  The video ads in the game are the same except without the new balance boot advert removed.  

 

At Ibrox, all the upper tier ads and flags have gone and are replaced by blue and white colours blurring into each other.  

 

Might have installed it wrong but before I start from scratch - is the above meant to be the case?

 

Thanks.

#622251 Adboard Patch Request Thread
Chunky677
9 years ago
1 year ago
60

Hi Rab, apologies, saw this thread too late.  Ignore my message on the other chat.  Could I request the adboards for Inverness Caley Thistle please?  Thanks

 

Request Type: Club, Inverness Caley Thistle
Type - Static
Link: 

#617687 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Chunky677
9 years ago
1 year ago
60
The WIP boards look great, Rab! Thanks for doing them. Looking forward to the new patch when it's done.
#616237 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Chunky677
9 years ago
1 year ago
60
I'll be updating all Scottish Premiership ads within the next update


Great - many thanks!
#616163 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Chunky677
9 years ago
1 year ago
60
Amazing stuff Rab! Thanks again, it makes such a difference to the game. I was wondering about changes to the Celtic boarding (the ads, not the clowns that are running the real life club!) On your current boarding, there are New Balance static boards and New Balance boots are advertised on the e-boards, but Adidas has become the official provider for the club. Is there any chance this could be updated in a future patch? All the best.
#613967 FM20 Adboard Patch - V1.4 Out Now!!!
Chunky677
9 years ago
1 year ago
60
Unfortunately the xml files still need to be switched for European games and the issue with neutral games being treated as home/away also remains. however, I will report this as a bug and see if SI will look into it. Glad it’s giving you an escape, your having a shocker of a season, if you keep it up I may get to experience the champions league music at Easter Road next season 😂


Thanks for coming back to me and for looking into it. I know you're busy so it's much appreciated! Honestly, it has been crazy this season, one thing after another. Today's was just unreal. Fair play to the Hibees if they get a CL spot ahead of us, nothing would surprise me after the last few months!! Campaign was properly over after the last last last minute equaliser from your boys last week. Nothing wrong with Rangers being stronger, I'd welcome competition - it's just that Celtic aren't offering any!!
#613919 FM20 Adboard Patch - V1.4 Out Now!!!
Chunky677
9 years ago
1 year ago
60
Fantastic work here rab - love your adboards. Thank you. I am a long suffering (this season at least) Celtic fan so playing FM is the only enjoyment I'm getting out of domestic footie at the minute. I was wondering if the FM21 update will allow us to have the Club and No Club ads in together. I realise this arrangement is no way your fault but it would be awesome to see the European matches with the correct adboards playing at home using Club xml. Also, I've noticed that if you're in a cup final at a neutral venue (say, Hampden), the adboards and banners show up for the club that's been given the 'home' dressing room. Is there a way around this? I realise it's been discussed a bit earlier in the chat but with the new game I was checking if there's been any change to the code.

Thanks again.