Deleted User #1359833 - Comments

Comments
#627687 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

Hi Flut, thanks !

🙂

but….i mean not Top right - i mean here: https://www.bilder-upload.eu/bild-37cb37-1617214105.png.html

  • i think it is a good Position for that Feature

when you can tell me, which to chance in player overview panel.xml that´s enough.
because when i just delete my player overview panel.xml and then put in: 

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\panels\player

your player overview panel.xml then, i think, too much other Stuff do not work fine, like in my Case, the Kits Back Numbers

🙂

 

so, just the Codeline for make from two seperate one big Box in the Right Bottom

 

Thank You!

 

🙂

 

Edit:

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\settings

=fm2021flutskin_dark settings.xml

you mean that? i changed that to my personally Colours

 

  <!-- background attribute box colours Flut 20 v2 -->
 <colour name="unknown attribute background" red="146" green="82" blue="143"/> 
  <colour name="low attribute background" red="252" green="62" blue="62"/>
  <colour name="normal attribute background" red="21" green="125" blue="230"/>
      <colour name="good attribute background" red="233" green="213" blue="36"/>
 <colour name="excellent attribute background" red="0" green="255" blue="0"/>
 
  <colour name="low attribute match" red="252" green="62" blue="62" alpha="200"/>
<colour name="normal attribute match" red="21" green="125" blue="230"/>
<colour name="good attribute match" red="233" green="213" blue="36" />
<colour name="excellent attribute match" red="0" green="255" blue="0" />

 

Result: 

https://www.bilder-upload.eu/bild-bbc38a-1617215330.png.html

and

https://www.bilder-upload.eu/bild-0bd5f8-1617215532.png.html

it´s fine for me…

  • with or without Background Box - all the same Colours ( for Excellent; good; normal; low)

 

 

 

#627662 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

Hi to all.  đꙂ

 

Question: https://www.bilder-upload.eu/bild-69ab35-1617209584.png.html

how can i set on right side the two Boxes with Career Statistique to one Box for that?

Thanks a lot for help.

🙂

 

 

Edit: other Thing
Attribute with and without Attribute Background Box
without: look at Attributes in Yellow

https://www.bilder-upload.eu/bild-53f698-1617211874.png.html


with Background Box - the Yellow Attributes are not yellow

https://www.bilder-upload.eu/bild-9d5fb7-1617211906.png.html


How can i change that to right Yellow Background Box
Thanks a lot for help.

🙂


 

#627638 Football Manager 2021 (PROPER) Audio Commentary patch
Deleted Account #1359833

it is possible, that you release like alternative File: the Files for data Folder just only with crowd chants without Commentary.
that would be fine. Thank You!
🙂
i hope we can find ways to include crowd chants in combination with Team ID´s
 

#627545 Football Manager 2021 (PROPER) Audio Commentary patch
Deleted Account #1359833

Project Update: yes to crowd chants + no to Commentary: 

🙂

please read my Post from https://sortitoutsi.net/content/58033/football-manager-2021-proper-audio-commentary-patch#comment_627397
i hope you/we (we=Community) can make them better

🙂

#627397 Football Manager 2021 (PROPER) Audio Commentary patch
Deleted Account #1359833

Thanks!

Question: have you studied a long time the Files. “simatch.fmf” and “simatchviewer-pc.fmf”?

because i am sure, with that files, you can edit/include fan chants / crowd chants.

My Dream is, to play 3d Match and feel stadium athmosphere.

i find a patch: here: https://www.fmscout.com/a-fm21-better-crowd-sounds-mod.html

he wrote, that to include files, hew edited the Files. “simatch.fmf” and “simatchviewer-pc.fmf”

so, that i wrote/ask, if you have study the two files

i did not like his Patch, because it has that same Issues, you wrote for commentary patch.

(which had issues. The reason for this is that there is now a VAR section in the config file and simply overwriting the config file with the one that has the commentary from previous versions caused crashes and issues with VAR texts.)

so, my Dream is, to play 3d match with great stadium athmosphere ( and no Commentary)

🙂

#627253 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

@flut : i hope you or @Rosek find the Issue, to include for Information in career stats, like Red and Yellow Cars…

🙂 that would be fine, because i think, the bigger box looks great!  then i want to use that 100 % in my Game. 🙂

 

By flut 29 March 2021 - 23:13 PM UTC 

Well.   Merging the two boxes in the top right is easy. However, the information you want (more information in career stats) I tried a lot to find that information in the career stats panel but without success (the xml is player history stats or player history stats panel but I couldn't find that xml). I tried with the xmls from FM20 Skin (since last year I don't remember when and how, but I could find that xmls) but that xmls don't work. Thus, I can't include more than the information we açlready have and, therefore for me, the two boxes are better than only one box. In spite of that here is the screenshot.

 

…

 

@flut  or @Rosek  can you show us a Screenshot for the new Option, that we can have two TV Logos in the 3d Match? (Screenshot in the Game) that would be fantastic, when it looks like real Game.  đꙂ then i want to use that 100 % in my Game. 🙂 example: Germany - with the Sky Bundesliga Logo + the Result/Time Logo

here Example of older Version of German Scoreboard: Link: https://www.bilder-upload.eu/bild-4c8728-1617100458.png.html

 

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.

 

 

#627159 Press Conference Backgrounds
Deleted Account #1359833

----------------------------------

#627156 FM2021 Licensing and Real Name Fix File v4.0 for FM21.4 [released on 16/03/2021]
Deleted Account #1359833

i used in past the German Licensing File, they use long names in Tablets.

today i thought i want to try your File.

Thanks for your work.

Maybe if you can make them working, then i use your file.

🙂

#627150 FM2021 Licensing and Real Name Fix File v4.0 for FM21.4 [released on 16/03/2021]
Deleted Account #1359833

i thought it is maybe a setting ingame in the Settings, for showing short names or Long Names, you know.

edit: i do not use Editor, i do not know anything about it)
i thought  a Ingame Setting change in all Countries from short to long Name.

#627149 Press Conference Backgrounds
Deleted Account #1359833

your Update on the Top of first Post is fine,
but the Link for the mediafire Download at the bottom of first Post is not the new one.

🙂

Thanks for your work, good Men.

🙂

 

#627145 FM2021 Licensing and Real Name Fix File v4.0 for FM21.4 [released on 16/03/2021]
Deleted Account #1359833

okay, how can i use also in Tables the long name?

because i love the long name Version.

i am from germany and it is little bit confused, to see short name in Tables, because in all normal Tables in TV  (in Germany) they use long name

🙂

so, thanks for tell me, what can i do, to use long name Version for all Tablets in FM21

Thank You!

🙂

#627128 FM2021 Licensing and Real Name Fix File v4.0 for FM21.4 [released on 16/03/2021]
Deleted Account #1359833

so, my Test - with the Licensing Files (your newest Download Package), from here and not from the german Thread.

 

the Club Names are not really right

 

Example: Köln

the right Name is 1. FC Köln

 

Mainz

FSV Mainz 05

 

Wolfsburg

VFL Wolfsburg

 

https://www.bilder-upload.eu/bild-03b7ef-1617049527.png.html

 

thanks for Update the German Club Names and maybe other Club Names for right Names

Thank You!

 

#627105 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

🙂

first Screenshot - the Stand, what i used at the moment.

second Screenshot: my Ideas - and there are two Options.
first Options: to combinate the two Box top right to use for detail Career Statistiques
(attributes analyser  + Career Statistiques = only big Career Statistiques)

or

second Option: to combinate the two Box bottom right to use for detail Career Statistiques

(Career Statistiques + Player Status = only big Career Statistiques)

#627099 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

@flut  i explained that in Post before, with Screenshot.

First Screenshot my actually Skin Version

Second Screenshot: the Idea, but the Boxes are to small - so the Question is to combinate two boxes to one box, for having the Players Career History in little bit more details - that i like so much

Example with these Stats: Year / Team / Played Games / Goals / Yellow Cards / Red Cards

🙂

#627079 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

@flut  Hi.

🙂

 

Player Page:  https://www.bilder-upload.eu/bild-b0d0a3-1617040584.png.html

 

= Player Page

 - i want to see the Players History much more - so i change something: (right Side)
how can i use right side both boxes for Career Statistic ? ( so that the Box: Player Status is also for Players History
- so, from two Box, to only one big Box
because i want to see, all Steps in his Career and in best Case, the box is little bit bigger, so you can see: 

(Example) 
Year / Team / Played Games / Goals / Yellow Cards / Red Cads ( something like that)

 

or: to make right on top, from two Boxes to one Box - so you can include more Details: 

Year / Team / Played Games / Goals / Yellow Cards / Red Cads ( something like that)

 

https://www.bilder-upload.eu/bild-335d52-1617040606.png.html

 

Thanks for help

🙂

#626723 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

okay 🙂 for me, you know, i need maximum of realism, so the max of Player Database, that i wrote in last Post.

🙂 Thanks for your Skin

#626703 Press Conference Backgrounds
Deleted Account #1359833

Hi @DazS8

 

i am sure some users will ask you for some more German Clubs

🙂

 

Holstein Kiel
= here the Partners: Link: https://www.holstein-kiel.de/mixed-zone/sponsoring/

 

Hamburger SV
= here the Partners: Link: https://www.hsv.de/unser-hsv/sponsoren/die-sponsoren-des-hsv

 

St. Pauli
= here the Partners: Link: https://www.fcstpauli.com/business/sponsoren/

 

Hannover 96
= here the Partners: Link: https://www.hannover96.de/verein/allgemeines/sponsoren.html

 

when you need more, tell me

🙂

#626682 FM21 Adboard Patch - V1.4 [22/09/2021] Update out now!
Deleted Account #1359833

Have Fifa 21 Original Adboards for example germany 1-3 Bundesliga?

maybe you can use that. to look, which adboards are inside - or maybe you can find a Adboard Patch for Fifa 21 then you can see the Original Adboards 

 

by the way: for pes21 here are a big Adboard Patch: Link: https://evo-web.co.uk/threads/adboards-by-gothlay-and-chosefs-bayer-leverkusen-some-fixes-post398.84193/

- in their you can see many Clubs in the World with real Adboards - maybe you can use these Pictures for creating more/new Adboards for FM21.

Thank You very much!!!

🙂

 

#626675 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

@flut  Hi, good Boy. 🙂


Huge Database? you mean like this, what i select in FM21: Players Database: 404.380 Players

in Menue, choose advanced (not small, middle, big), then Continent (all) and in all Continents choose: active players + Players with Nationality

so - that is the max Players Database

🙂

and i choose all Countries and for all Countries the lowest League: Example Germany, choose to the 6 League (Landesliga)

 

just the first Time, Start new Career you have to wait example 20 Minutes - but then ingame it works fine and you have not to wait too much.

 

#626528 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

27 `Curved Monitor, Flut V10 Skin Version with WQHD Resolution

Middle Player Overview, changed Background Picture, changed Kits Position a little bit, changed Kits Text Size and Numbers Size

Ingame Zoom 100 %

 

Example: https://www.bilder-upload.eu/bild-b4a91f-1616884105.png.html

 

…

 

Question: 

FC´12 National Kits: Link: https://sortitoutsi.net/content/57893/fc12-nations-uefa-202021
works fine here: Link: https://www.bilder-upload.eu/bild-67df26-1616883763.png.html

but, when you select a Player, example Bonucci, the Kits not works fine.

Link: https://www.bilder-upload.eu/bild-3ac819-1616883820.png.html

so, are you working on Update, the Link: https://sortitoutsi.net/content/44727/2d-kits-1819-for-flutskin-titlebarplayer-overview-v10

with include national kits and add more Club Kits?

#626513 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

transparent logos ? my logos are the metallic logos

Link: https://sortitoutsi.net/graphics/style/3/metallic-logos

#626496 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

What do you think @flut  and @Rosek  Flut Skin V10 with WQHD

+ Player Overview in the Middle
+ Changed Sidebar and Titlebar - not Club Colors ( because less Colors are better then too much Colors)

Panel under Titelbar not changed - Club Color

+ config Kits Back Text Size and Number Size

+ Change Background Picture

 

here the new Result: Link: https://www.bilder-upload.eu/bild-ccd3ef-1616877350.png.html

 

#626459 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

You like my individual Flut Skin Settings? Thank you. Just the Part: Player Overview in the Middle and so on - is my Wish for next Update ( or for helping hands from Flut)

like here in Thread or with Private Message Steps 🙂
I use two Monitors: - the one for Gaming (FM21. pes and so on) is this one. Link: https://geizhals.de/msi-optix-mag271cqr-9s6-3fa75t-003-a1985890.html?hloc=at&hloc=de

FM21 Settings. Ingame Zoom 100 %, Resolution: 2560*1440

#626440 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\panels\generic

open “kit icon14.xml” with Notepad:

 

Kit Name Visible + Kit Number little bit smaller:

 

<panel>
<!--the main background-->
<widget class="picture" id="bSHR" image_alignment="centre"  scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
</widget>

<!--Name of the player: This is hidden on the player stats panel-->
<!-- the font size reduces one size when the name is bigger than 16 characters -->
<widget class="label" id="bNAM" size="8" alignment="top, centre_y, can_scale" font="fonts/kit name" colour="secondary" >
 <layout class="stick_to_sides_attachment" alignment="top" inset="28" />
 <layout class="stick_to_sides_attachment" alignment="horizontal" inset="1"/>
</widget>

<!-- player number  -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="top" inset="5"/>
  <layout class="stick_to_sides_attachment" alignment="left" inset="105"/>
    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="105" />
 
</widget>

<!--overlay effect-->
<widget class="picture" id="bOVR" image_alignment="centre" scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
</widget>
</panel>
 

 

 

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\panels\player

open “player overview panel.xml” with Notepad

 

the Position: 

 

 <!-- start flut player -->
<container class="bordered_box" appearance="boxes/bordered/standard/paper" red_replacement="" priority="1" colour="black" dont_set_embedded_title="true" default_height="-5" id="plfz" minimum_height="20">
 <translation id="text" type="use" value="" />
       <layout class="arrange_horizontal_attachment" layout="-6,-4,-10 offset="0" />
       <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

 

 

New Result of my Works:  https://www.bilder-upload.eu/bild-6d3b0a-1616871025.png.html

#626413 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

@flut one more time, my Steps: Thanks for helping. 🙂

 

Info: all my FC´12 Kits are here: …\Documents\Sports Interactive\Football Manager 2021\graphics\kits

 

1)
V.10 Skin Version - WQHD Resolution
download, extract, copy/paste to this Path: …\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440

 

2)

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\graphics\backgrounds

delete your 1.jpg and copy/paste inside my 1.png File

 

3)

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\graphics\pictures\kits

delete the Folder “2d”

 

4)

FLUTSKIN 2560x1440 alts

copy/paste only the Folder “2d” from: …\FLUTSKIN 2560x1440 alts\alt for fc kits\graphics\pictures\kits

to this Path: …\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\graphics\pictures\kits

 

5)

download and extract the Files: https://sortitoutsi.net/content/44727/2d-kits-1819-for-flutskin-titlebarplayer-overview-v10

create Folder logos - then copy/paste the folder inside

…\Documents\Sports Interactive\Football Manager 2021\graphics\logos\kits_as_left_logos_10_jan_2021

Ingame delete Cache, Reload the Skin

 

5)

…\Documents\Sports Interactive\Football Manager 2021\skins\fm2021flutskin_dark2560x1440\panels\generic

open the File “kit icon14.xml” with notepad

the Default Lines at this Position are:

 

 <!-- player number  -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="top" inset="10"/>
  <layout class="stick_to_sides_attachment" alignment="left" inset="121"/>
    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="124" />
 
</widget>

 

 

i changed to:

 

 <!-- player number  -->
<widget class="picture" id="bNUM" image_alignment="centre" scale_picture="true">
 <layout class="stick_to_sides_attachment" alignment="top" inset="5"/>
  <layout class="stick_to_sides_attachment" alignment="left" inset="74"/>
    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<layout class="stick_to_sides_attachment" alignment="all" inset="74" />
 
</widget>

 

Save the File, Ingame delete Cache, Reload the Skin

 

here the Result: https://www.bilder-upload.eu/bild-2b8fc5-1616866553.png.html

 

how can i set the Position from the Kits Box a little bit more left, so that the Back Kit is full showing?
and, over the 7 on the Back is - what is that: the 1860 Munich Text but like Text Size 1 ?
how can io set them bigger?

Thank you so much

and when all done - the how can change the fine working Player Panel to the Middle

🙂

#626383 Press Conference Backgrounds
Deleted Account #1359833

i just love the overview with Country/Club

🙂

#626373 Press Conference Backgrounds
Deleted Account #1359833

Idea: @DazS8  you list them in first Post to their Countries, so it is better for all, who want to search if his club is solved - in your Pack
or if not, then they can ask you for create the Club Sponsors…

 

Germany: 

1.Bundesliga: Borussia Dortmund, Bayern München, Hertha BSC Berlin, 1.FC Köln, Schalke 04

3.Bundesliga: 1860 MĂĽnchen

 

England:
Arsenal London, Chelsea London, Manchester City, Manchester United, Aston Villa, Charlton Atheltic, Ipswich Town, Leeds United, FC Liverpool, Newcastle United, Nottingham Forest, Tottenham Hotspur

 

Italy:

Inter Mailand, AC Mailand, Juventus Turin

 

France:

Olymp. Marseille, Paris St. Germain, Strasbourg, Troyes

 

Netherland:

Ajax Amsterdam

 

Spain:
Athletic Bilbao, Atletico Madrid, Real Madrid, FC Barcelona, FC Sevilla

 

Portugal:

Benfica Lissabon, Sporting Lissabon, FC Porto, 

 

Greece: 

Olympiacos Piräus

 

Czech:

Slavia Praha

 

Turkey:

Besiktas

 

Scotland:

Celtic Glasgow, Glasgow Rangers

 

Denmark:

FC Kobenhavn

 

Nationalteam:

Netherlands

 

?

Gornik

Hibs

Jagiellonia

#626358 FM 2021 FLUT skin dark - Version 16.0
Deleted Account #1359833

Thank You very much for the new V.10 Skin Version, @flut 

Thank You @Rosek  for the WQHD Resolution.

🙂

 

now i test the new Files (WQHD Resolution): i do only two steps, after put the full skin folder in skins Folder in documents:

first, i changed the Background Picture - then i delete the Cache and reload the Skin. Here you can see, the Result: good Background, but the same Issues in your Skin ( in my Case): Kits have no back Number
= I use FC12 Kits

 

Question: what are the right Steps to use the Players Overview in the middle

+ that the FC12 Kits works fine

+ that the Back Numbers works fine?

 

https://www.bilder-upload.eu/bild-f2e44a-1616856818.png.html

 

i select in the Drop Down Button right the Back Kit to the first Entry ( with no Text Name)  ( second Entry is Player Flut Card, third is: Player Flut Stadium)

 

Thanks for helping

 

#626231 Image finder thread - assistance in finding a source image
Deleted Account #1359833

Hi good Boys

🙂

anyone here who can help me and create with my private profil picture a Cut Out Picture - so then, i can use them in them Game for my Coach Picture

that would be fine.

then i would send him my Picture - if anyone wants to help me.

🙂

#626213 Press Conference Backgrounds
Deleted Account #1359833

he means -  new career start, is the only way to use your files?

 - or it is possible to play with load a career 

- because he said, just delete the cache and re-loads the skin did not works in his Case