Rosek - Comments

Comments
#610436 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
@flut


<<1. I believe is a result of the screen resolution. I remember it was happened a few years ago wth my game but I don't remember how I solved it. Try to go to graphics/backgrounds and increase the value of that background (default) for your resolution...

2. Go to team squad.xml and change

<widget class="tactic_player_list_table" id="pltb" database_table_type="1" customisation_context="play" mode="fill_rows, stripe_rows, printable, store_sort_state, drag_rows, drop_on_rows, show_bullets, select_rows, select_multiple, show_insert_column_popup,keyboard" column_mode="resize_columns, move_columns, custom_views" popup_menu_class="popup_button_table_header" row_height="25" navigation_container="true" default_focus="true">

for

<widget class="tactic_player_list_table" id="pltb" database_table_type="1" customisation_context="play" mode="fill_rows, stripe_rows, printable, store_sort_state, drag_rows, drop_on_rows, show_bullets, select_rows, select_multiple, show_insert_column_popup,keyboard" column_mode="resize_columns, move_columns, custom_views" popup_menu_class="popup_button_table_header" row_height="28" navigation_container="true" default_focus="true">>


Great thanks for the help of replacing the numbers in the line. I had to tweak it (35 in place of 28) and now it's nickel.

For the first one, I found out how to do it. It is necessary to change, with 3d paint for exemple , the resolution of the panels and make it correspond to the resolution used. But, i put back the "client object panel browser" finally. Thanks anyway.


have a nice week end
#610236 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Dear Flut, Happy New Year to you !!!

I wish you good health, many victories in FM and lots of good things for you and your family.

Unfortunately, I have 2 small concerns with the skin v.5

The first is the black background ( att : abs background )
I wanted to know if it should be full screen or make it disappear

The second is a slight shift in the column of the 5 last matchs. (att : decal notes 5 matchs)
the values ​​are not centered on the line and apparently it is the only one

PS : I changed my screen and my new resolution is 2560 * 1440 with full screen 100 %.
#609657 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hi, a couple of help requests for the board!

Screen 1 - How do I get it to show the full name?

Screen 2 - I have got the saved continental logos, instead of the map type that's circled...Any idea how to change?

Sorry if these have been answered previously. 13 pages of replies with a lot of code is tricky to search through!



Hello. So for the name AND the number of the player, it is necessary to modify the sizes of the writings in the "kit icon 14" (chgt name + number)
I am highlighting you the path and the things to change. It's up to you to see the values ​​because it depends on your resolution used for the game
And save the original elsewhere in case or before modifying it.

For continents, just change the continent folder of the skin to your own. You can also just change the images but they must have the same name as the ones they replace.

Hope to have been useful to you.
#609652 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hi all. I'm still working on the skin πŸ™‚
What do you think about this match team news panel?

https://i.postimg.cc/Bn0Mp7V2/Sem-T-tulo-2.jpg



very beautiful
#609304 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
[quote name='flut' user_id='156164' id='609299' timestamp='1609181169']
For remove the nation logo and the nation liitle flag remove the following piece of codes in player overview panel.xml

<widget class="nation_button" id="natX" alignment="left" icon_alignment="right,top" dspf="4">
<layout class="stick_to_sides_attachment" alignment="top" inset="55"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="7"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />

<record id="object_property">
<integer id="get_property" value="Pnat" />
<integer id="set_property" value="valu" />
</record>
</widget>

and

<widget class="object_portrait_picture" id="npiX" image_alignment="left" scale_picture="true" width="80" height="80" embed_in_frame="false">
<layout class="stick_to_sides_attachment" alignment="top" inset="5"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="120" />
<record id="object_property" dont_set_hint="false" get_property="PNat" set_property="objt" />
</widget>

can't find it in my player overview panel even using notepad ...


Resolved.... Sorry , bad handling when copying the line
#609301 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
For remove the nation logo and the nation liitle flag remove the following piece of codes in player overview panel.xml


The player picture works differently. When you have on a nation it appears the logo nation, in the club, the club logo and in player the player face. Is the game who did that. So, if you want, you can remove it from the player panels but it will not be displayed in the club (the club logo) and in nation (the nation logo).
The code is in titlebar.xml and is the following:

<container >
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
<layout class="arrange_horizontal_attachment" layout="-1" gap="1" offset="0" />
<widget class="picture" id="ppic" image_alignment="top, left" height="80" width="80" scale_picture="true" keep_aspect_ratio="true" priority="1">
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<boolean id="scale_picture" value="true" />
<boolean id="keep_aspect_ratio" value="true" />
<flags id="image_alignment" value="centre"/>

<attachment class="test_setting_attachment" get_setting="show_portraits" default_value="true" set_property="hidn">
<list id="value">
<boolean value="false" />
</list>
</attachment>

<layout class="stick_to_sides_attachment" alignment="all" inset="0" />

<record id="object_property">
<list id="get_properties">
<record>
<integer id="get_property" value="fcgn" />
<!--Facegen data request-->
</record>
<record>
<integer id="get_property" value="Pfke" />
<!--Fake name request-->
</record>
<record>
<integer id="get_property" value="prpc" />
<integer id="set_property" value="valu" />
</record>
</list>
</record>
</widget>
</container>


I don't want to delete the player's image, I want his nationality to appear instead
#609285 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hi all. I have 2 requests.

The first: I would like to display the nationality instead of the image of the player.

The second: I would like remove the nationality button at the photo (it is slightly hidden by the image of the player)

How to proceed please ?
#608933 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Thank you for this Fut gift. Very successful aesthetically ...
On the other hand, I do not know if it is at home the problem, but if for example I chose a player (ex: Messi) via the club the 2D display is that of Barcelona, ​​but when I look at the one from Argentina, I have the shirt that appears but I have the Barcelona rear that remains (image messi1). And if I reload the skin via the Argentinian messi page, it's the opposite (image messi2). An idea ?

And I also have a color problem on this column (training note)
#608907 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Thanks bud I got it working, just wondering if there is an easy way to bulk copy all the logos from all my different country folders?
I have about 200 to do?


Good evening.
Glad to hear that it worked.
For my part, my logo file is very complete since I took the one that is present on this site..
I did nothing more than leave all the logos together (clubs, competitions, continents, ...).
I just modify the config folder with the boss's tutorial ;-).
#608716 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Which logo file do you have? In mine there are 4 folders (picture 1).
I copy the images from the "normal" folder and I move them in my logo folder (image 2), in my "comp" folder (image 3). Pui I replace the config.

It worked for me.

Sorry for my English I use a translator because it is not at all my native language ...
#608712 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
It just gets better and better, amazing work.
One question - how do you get the teams league logo to show in the top right bar please

On your example you have the Portugal League Logo which is a nice touch. Spurs also has the Premier League logo showing
https://sortitoutsi.net/uploads/media/XPejgZw9zhlaiChqoIdcrUX9eotuQo020WxK0bjs.jpeg

But on my games I only get the national flag for each team, if I take those out then it just defaults to the UEFA logos, would love to get all the local league logos to show on the teams as well.
I have these logos in my logo folder but can’t get them to come into the skin like you have.


Hello. Personally, for the logo of the league to appear, I created another "comp" folder by copying only the "normal" subfolder already present in "pictures" that I put in the "logo" folder where I already have my continents logos and nations balls logos. Then I modify with Notepad the output of the "config" by putting this: <record from="xx" to="graphics/pictures/comp/xx/logo/background/right"/>.

Hoping to be useful
#607724 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Good evening

I would like to delete these 2 images. How to proceed ?


thank you in advance
#607324 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Try to do what I said in my last comment.


Nickel. This is exactly what I wanted. Thank you
#607306 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
[quote name='flut' user_id='156164' id='607261' timestamp='1608463979']

Hello. Sorry for my English but I use a translator because it's not my native language at all...
On the transmitted images, there is a white veil when I do not select the players ( fond blanc) and which disappears when I give a position to the player ( apres selection). I wanted to make this white veil disappear.
#607180 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Just a little question. I would like to remove the white background that appears, when I do not select the players. An idea ?
#607153 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Thanks. But, sorry I didn't understand. The gameis now much faster. Am I right?
The other things, I didn't change anything (only that changes I report in the thread).


Sorry, This has to be accelerated
the game !!! Well done.
#607150 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
This has to be accelerated the game !!! Well done.
But hey, I must redo the modifications of certain points that I know as the icon of the club between the shirts, the size of the names and numbers. So nothing insurmountable ...
#607148 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
HI all: I believe the skin now is running well. I believe I fixed almost all the problem regarding that annoying problem. Please test it and let me know if is running well. Ad thank you all!!!

In meantime, as you can see, I did some more tweaks. The major was in match scoreboard. I believe you will like it (I still couldn't find how colour the names of the clubs but I believe is okay as it is now πŸ™‚)

cheers


I try it immediately and come back to say what it gives
#607140 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium


Hi
I solved my logo problem.
For that I took my logo folder from "pictures / logo / comp / normal and I put it in my" logo / comp in which I had the "balls" of the nations. And with Notepad I modify the config by adding this:

"graphics/pictures/comp/1/logo/background/right"/

Hoping that's what you're asking for.
Because for the latency, sorry but I would wait for the update from the chef who does a fantastic job. Let’s be patient.
#606997 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Good Morning all. Just a quick question. On the top bar I have everything that is displayed well except the competition logo which is transparent (the last one before the "world" button) Any idea?

And like a lot of others, I have gameplay latency. But it's not catastrophic either and let's trust the boss to quickly solve the problem.


PS : RESOLVED !!!
#606046 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hello Flut.
Small message to say that at home everything is working well and thanks to your tutorial, I even managed to add the national team jerseys.
But my post follows our conversation about the compare button not working, I got an idea. If this button was linked to the button that we activate in the player "reports/overwiew", it should probably work and thus avoid switching between player pages.

cordially
#581852 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hello

Has anyone else had issues with season ticket holders number moving when you click the search bar at the top? No other texts moves.
I am not sure which folder I should check in order to see what is causing the issue or if I can amend any digit.

I am playing the game on full screen, and have tried zoom at 100%, 95% and 85% but still having the same issue. If someone has experienced the same issue or knows where I can locate the panel in order for me to look at instructions of the panel that would be much appreciated.


Hello. I just saw that it did not work ... Sincerely sorry ...
Simple question: what is the value of the resolution you used ?
for my part I use this one :

1680x1050 with a zoom out of 85 % and i have no problem...


I hope this will help you.
Cordially
#581446 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hello

I was hoping someone could help. The number of season ticket holders seems to go down a line every time I click on the top bar. Is there anyway that I can make the number stay permanently in place, and if so, which panel would I need to update?

Cheers


Hello.
Try to reduce the zoom in the preferences. Try 85% instead of 100
#581400 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium



Via the "World" button located at the top of the game, you have access to several choices including that of confederations. If you click on, for example "Europe", you have the UEFA information. And a coat of arms appears on the top corner left.

normally the original one is blue (from memory) representing Europe...
#581383 sortitoutsi Background and Stadium Packs Technical Support Thread
Rosek
6 years ago
11 hours ago
638
Premium
Hello.
I just saw that the background of the player Alexandre Djiku ( ID 48036760) is not good. It's not that player at all. It's rather him :
#581116 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
All other : For those who have the official confederations badges, if you want to see them appear, they must be placed in place of those present in the skin directly here:

skins/fm2021flutskin_dark/graphics/pictures/logos/normal


Flut: I tried elsewhere it's yours that takes precedence ... I don't know why ...

Good game everyone
#581103 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hello,

I have another issue. As I solved thanks to you the "messy logo" problem, how can I solve the "micro" shirt number and shirt name issue? Please see the attached item

https://sortitoutsi.net/uploads/media/IlxASXHgQ3BH6WJle5l4AOSmqHQunKeltSDzM8g8.png

Thanks so much!



same path as before but this time in icon 14 : change the horizontal. For me I put this :

<widget class = "label" id = "bNAM" size = "11" alignement = "top , centre_y, can_scale "font =" fonts / nom du kit "color =" secondaire ">
<layout class =" stick_to_sides_attachment "alignement =" top "inset =" 45 "/>
<layout class =" stick_to_sides_attachment "alignement =" horizontal " inset = "80" />

Hoping to have you help
#581085 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hi @flut ,

I have a provlem on the player view. The logo and the shirt are a bit messy, as you can see. Why this occurs?

https://sortitoutsi.net/uploads/media/sa74SoCxImImaKlrLuu8VRIAUH4ocrzFVc10LTIu.png


As explained above, you have to go to : skin/fm2021flutskin_dark/panel/generic and select the kit icon 16.

Open kit icon 16 and delete this :

<widget class = "picture" id = "pict" scale_picture = "true">
<boolean id = "keep_aspect_ratio" value = "true" />
<flags id = " image_alignment "value =" center "/>
<layout class =" stick_to_sides_attachment "alignement =" top "inset =" - 43 "/>
<layout class =" stick_to_sides_attachment "alignement =" left "inset =" 128 "/>
<layout class = "stick_to_sides_attachment" alignement = "vertical" inset = "0" />
<layout class = "stick_to_sides_attachment" alignement = "all" inset = "105" />
<record id = "object_property">
<integer id = "get_property" value = "mnpc" />
</record>
</widget>


cordially
#581063 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Too bad it doesn't work ... Would have been very useful.

Thanks for trying.

And bravo again for this very pretty skin as always
#580966 FM 2021 FLUT skin dark - Version 16.0
Rosek
6 years ago
11 hours ago
638
Premium
Hello Flut.

The Button in question is the one on the "player" screen. On your example it is marked "comparaçao". When I click on it, it displays all the possible positions of the player but does not change the data entered ... On the example with your player, he is MC but can play MDC. Well when I change that on this button, nothing changes ...
Hoping to have been clear enough.
Dsl for the capture but I write before going to work

Regards,