Dotsworthy Posted December 9, 2022 Share Posted December 9, 2022 Trying to incorporate stars instead of attributes and running into this issue on the advice screen, not sure how to resize these labels so the text will render properly Link to post Share on other sites More sharing options...
Tyburn Posted December 10, 2022 Share Posted December 10, 2022 1 hour ago, Dotsworthy said: Trying to incorporate stars instead of attributes and running into this issue on the advice screen, not sure how to resize these labels so the text will render properly Pretty sure this is a game wide issue. Check with the default skin. I vaguely remember the first column headings for meeting widgets don't appear. Link to post Share on other sites More sharing options...
barbecuepit Posted December 10, 2022 Share Posted December 10, 2022 Hi All, Does anyone know how to add faces to the goalscorer popup midway in match? Understand that there is the bundesliga version but i prefer the existing goalscorer popup albeit with the faces if possible Link to post Share on other sites More sharing options...
JustHowie Posted December 10, 2022 Share Posted December 10, 2022 (edited) Is it possible to have information merged in a panel? (Home screen) So say I could take information from promises, happiness and Issues and show injuries together? Same with training performance rather than splitting the good and bad into 2 sperate boxes make them show as a list of say top 5 and bottom 5?and show injuries together with the training tab Trying to make more use of the home landing screen in general by merging some stuff together Edited December 10, 2022 by JustHowie added screenshot Link to post Share on other sites More sharing options...
RevolverRon Posted December 10, 2022 Share Posted December 10, 2022 On 08/12/2022 at 16:31, Mikal said: Sorry if asked, but is there a way to see changes without reloading the skin each time? I know nothing of skinning but I'd like to have a little play around but having to reload the skin every time you make a change (to see if it's worked) seems arduous. On 08/12/2022 at 16:39, Tyburn said: Pretty much, no. You generally need to reload to see changes. It’s really not that big a deal. What i’d recommended though, if dealing with anything ungraphic related whilst skinning, is to temporarily move your graphics folder (SI/fm23/graphics) out of the fm23 folder, if, like me, it is HUGE in size. Makes a big difference to reload times. You only need to reload if you point to a file not already loaded by the skin. Or if you change anything outside the panels folder of the skin, like graphics. You can mess around with most panels and they'll update real time if you leave the screen and go back Link to post Share on other sites More sharing options...
bluestillidie00 Posted December 11, 2022 Author Share Posted December 11, 2022 On 08/12/2022 at 18:20, Olas Nick said: small but annoying graphics issues in light skin: picture 1 and picture 2 - I want the icon to be white i tried colour=, icon_colour=, primary_icon_colour=, secondary_icon_colour=, red/blue/green_replacement no success picture 3 - I want to change the background to a more contrasting one, I suspect it's something from settings.xml, but I can't find it picture 4 - I want to change the label of the youth and reserve team to white. does not work. picture 3 is result_time_background in the settings file Link to post Share on other sites More sharing options...
Olas Nick Posted December 11, 2022 Share Posted December 11, 2022 4 hours ago, bluestillidie00 said: result_time_background thank you, the problem was not in the color, but in the transparency of the paper (boxes\custom\result\time\paper) i just made it opaque Link to post Share on other sites More sharing options...
EnigMattic1 Posted December 11, 2022 Share Posted December 11, 2022 What controls the colour of the quick flick and up/down buttons on the titlebar? Link to post Share on other sites More sharing options...
Lord Duffucus Posted December 11, 2022 Share Posted December 11, 2022 (edited) I've just transferred my panels folder from FM22 to 23 and most stuff works fine, except for where the player faxes show up at the bottom of the match screen. The faces are there, but their names and shirt numbers aren't showing up. Any idea why or how to fix it? Was never a problem on FM21 or 22. Edited December 11, 2022 by Lord Duffucus Link to post Share on other sites More sharing options...
JustHowie Posted December 11, 2022 Share Posted December 11, 2022 4 hours ago, EnigMattic1 said: What controls the colour of the quick flick and up/down buttons on the titlebar? For me Panels/generic/titlebar.xml Quote <widget class="quick_flick_button" id="flkr" auto_size="all" appearance="icons/16px/down" cached="true" step="1" red_replacement="fg" > <layout class="stick_to_sides_attachment" alignment="left,top" inset="26,12,0,0" /> <attachment class="get_global_attachment" get_property="stNQ" set_property="click_event" /> </widget> </container> Hope this helps 1 Link to post Share on other sites More sharing options...
EnigMattic1 Posted December 12, 2022 Share Posted December 12, 2022 37 minutes ago, JustHowie said: For me Panels/generic/titlebar.xml Hope this helps Not having it on mine. They are black. No matter what I put in for red replacement, they don't change. Link to post Share on other sites More sharing options...
JustHowie Posted December 12, 2022 Share Posted December 12, 2022 7 minutes ago, EnigMattic1 said: Not having it on mine. They are black. No matter what I put in for red replacement, they don't change. could it be attached to anything in the settings xml? managed to recolour most of my panels etc by taking <colour name"" value="white"/> Most of my stuff I wanted changing white only thing I got stuck with was the buttons in the tactics screen Link to post Share on other sites More sharing options...
bluestillidie00 Posted December 12, 2022 Author Share Posted December 12, 2022 41 minutes ago, EnigMattic1 said: Not having it on mine. They are black. No matter what I put in for red replacement, they don't change. Yeah works for me to <!-- QUICK FLICKS --> <container width="20"> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" /> <record id="default_properties" auto_size="all" icon_enabled="true" cached="true" red_replacement="secondary" /> <widget class="quick_flick_button" id="flkl" appearance="icons/16px/up" step="-1" > <layout class="stick_to_sides_attachment" alignment="left,top" inset="8,0,0,0" /> <attachment class="get_global_attachment" get_property="stPQ" set_property="click_event" /> </widget> <widget class="quick_flick_button" id="flkr" appearance="icons/16px/down" step="1"> <layout class="stick_to_sides_attachment" alignment="left,top" inset="26,0,0,0" /> <attachment class="get_global_attachment" get_property="stNQ" set_property="click_event" /> </widget> </container> Link to post Share on other sites More sharing options...
EnigMattic1 Posted December 12, 2022 Share Posted December 12, 2022 (edited) 10 minutes ago, bluestillidie00 said: Yeah works for me to <!-- QUICK FLICKS --> <container width="20"> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" /> <record id="default_properties" auto_size="all" icon_enabled="true" cached="true" red_replacement="secondary" /> <widget class="quick_flick_button" id="flkl" appearance="icons/16px/up" step="-1" > <layout class="stick_to_sides_attachment" alignment="left,top" inset="8,0,0,0" /> <attachment class="get_global_attachment" get_property="stPQ" set_property="click_event" /> </widget> <widget class="quick_flick_button" id="flkr" appearance="icons/16px/down" step="1"> <layout class="stick_to_sides_attachment" alignment="left,top" inset="26,0,0,0" /> <attachment class="get_global_attachment" get_property="stNQ" set_property="click_event" /> </widget> </container> Where would you put the 'red_replacement' part for the forward/back icons or doesn't it matter? Because I can't change the colour for them now. Edited December 12, 2022 by EnigMattic1 Link to post Share on other sites More sharing options...
phnompenhandy Posted December 12, 2022 Share Posted December 12, 2022 I'm not a coder, so I was very pleased to see an article explaining how to lose the numerical attributes for players and staff. The article is for FM22 - it says to just go to 'skin colours' in Preferences and change a number under 'A' from 255 to 0. I just did that in FM23 and nothing happens. I closed the game and reloaded it and still no change. Am I missing something? Thanks Link to post Share on other sites More sharing options...
RevolverRon Posted December 12, 2022 Share Posted December 12, 2022 1 hour ago, EnigMattic1 said: Not having it on mine. They are black. No matter what I put in for red replacement, they don't change. is it a custom skin? the skin might have dedicated graphics for the flicks Link to post Share on other sites More sharing options...
bluestillidie00 Posted December 12, 2022 Author Share Posted December 12, 2022 35 minutes ago, EnigMattic1 said: Where would you put the 'red_replacement' part for the forward/back icons or doesn't it matter? Because I can't change the colour for them now. I just used a default properties file, but it goes on the actual quick flick. Send me your titlebar file and i'll have a look tomorrow Link to post Share on other sites More sharing options...
Pierluigi Collina Posted December 12, 2022 Share Posted December 12, 2022 (edited) I have a question probably quite simple but I'm just starting in this, if I modify existing skins like OPZ, Heffem, among others... the changes are made in real time, but in the skin I'm creating I have to reload the appearance for the changes to take effect which slows down my development, how do I solve this? I've seen a thread created some time ago where they had the same problem, I've tried but it doesn't work. Thanks settings folder <record> <!-- preload the stuff in this folder --> <boolean id="preload" value="true"/> <!-- cache the xml files in this folder --> <boolean id="cache" value="true"/> <!-- don't recurse the sub folders, as they are loaded separately in the settings manager --> <boolean id="dont_recurse" value="true"/> </record> properties folder <record> <!-- resource manager options --> <boolean id="preload" value="true"/> <boolean id="cache" value="true"/> </record> Edited December 12, 2022 by Pierluigi Collina Link to post Share on other sites More sharing options...
bluestillidie00 Posted December 12, 2022 Author Share Posted December 12, 2022 9 hours ago, Pierluigi Collina said: I have a question probably quite simple but I'm just starting in this, if I modify existing skins like OPZ, Heffem, among others... the changes are made in real time, but in the skin I'm creating I have to reload the appearance for the changes to take effect which slows down my development, how do I solve this? I've seen a thread created some time ago where they had the same problem, I've tried but it doesn't work. Thanks settings folder <record> <!-- preload the stuff in this folder --> <boolean id="preload" value="true"/> <!-- cache the xml files in this folder --> <boolean id="cache" value="true"/> <!-- don't recurse the sub folders, as they are loaded separately in the settings manager --> <boolean id="dont_recurse" value="true"/> </record> properties folder <record> <!-- resource manager options --> <boolean id="preload" value="true"/> <boolean id="cache" value="true"/> </record> take the panels/config.xml file from opz or tcs and paste it in your own folder, then reload the skin. Both boolean folders need to be false. 2 Link to post Share on other sites More sharing options...
EnigMattic1 Posted December 12, 2022 Share Posted December 12, 2022 What xml controls the panel where you select your team at the start of a save? Link to post Share on other sites More sharing options...
wkdsoul Posted December 12, 2022 Share Posted December 12, 2022 3 hours ago, EnigMattic1 said: What xml controls the panel where you select your team at the start of a save? add manager select team in the game folder Link to post Share on other sites More sharing options...
mlodziezowy Posted December 12, 2022 Share Posted December 12, 2022 (edited) Anyone know how to fix this? I don't even have a non_player folder... thanks GOT IT! Edited December 14, 2022 by mlodziezowy fixed it Link to post Share on other sites More sharing options...
EnigMattic1 Posted December 12, 2022 Share Posted December 12, 2022 4 hours ago, wkdsoul said: add manager select team in the game folder Thanks. Link to post Share on other sites More sharing options...
lembergman Posted December 13, 2022 Share Posted December 13, 2022 what is the name of the tactics panel in 3d match? Link to post Share on other sites More sharing options...
Poel Posted December 14, 2022 Share Posted December 14, 2022 hi guys I uesd the thung skin V2.8. With this skin I can see the contract details very easily. But I dont know how to fix the little bug, I want to see the full date, the contract started time. Anybody can help me? Link to post Share on other sites More sharing options...
Olas Nick Posted December 14, 2022 Share Posted December 14, 2022 has anyone tried to make a transfer history panel like in fm22? with a graph instead of a pie chart 1 Link to post Share on other sites More sharing options...
snowofman Posted December 14, 2022 Share Posted December 14, 2022 Would it be possible to bring back the decimal in the player development - progress - attribute ? or any anyone done it and would like to share thanks Link to post Share on other sites More sharing options...
_Ben_ Posted December 15, 2022 Share Posted December 15, 2022 13 hours ago, Olas Nick said: has anyone tried to make a transfer history panel like in fm22? with a graph instead of a pie chart 9 hours ago, snowofman said: Would it be possible to bring back the decimal in the player development - progress - attribute ? or any anyone done it and would like to share thanks I want to do both of these so will have a look over the weekend! Link to post Share on other sites More sharing options...
_Ben_ Posted December 15, 2022 Share Posted December 15, 2022 I have two quick questions to ask.. 1. I currently use attributes in boxes - can I make the squad screen look similar? 2. Can this, in the Player Search box, be amended to a box where I type in the value rather than select it? So hard to get 500 mins, for example... Link to post Share on other sites More sharing options...
keysi Posted December 15, 2022 Share Posted December 15, 2022 1 hour ago, _Ben_ said: I have two quick questions to ask.. 1. I currently use attributes in boxes - can I make the squad screen look similar? 2. Can this, in the Player Search box, be amended to a box where I type in the value rather than select it? So hard to get 500 mins, for example... Not sure about the second one, but the first one should be possible. You will have to edit the appearance of all attributes in person properties.xml I would say - just try to use the same appearance="profile/paper" - try to edit one and restart the game to check if it will change. Link to post Share on other sites More sharing options...
mastelli Posted December 15, 2022 Share Posted December 15, 2022 hi guys, do you know how to expand the box in the tactics screen? I don't want the space left and right thanks! Link to post Share on other sites More sharing options...
_Ben_ Posted December 15, 2022 Share Posted December 15, 2022 3 hours ago, keysi said: Not sure about the second one, but the first one should be possible. You will have to edit the appearance of all attributes in person properties.xml I would say - just try to use the same appearance="profile/paper" - try to edit one and restart the game to check if it will change. Hadn’t thought of that. I guess that the easiest approach would be looking at another that uses a background - like the green of ‘Overall Happiness’ in that person properties.xml and attempting to replicate it. Will be a long job but matches how the attributes look elsewhere in my skin. Link to post Share on other sites More sharing options...
snowofman Posted December 15, 2022 Share Posted December 15, 2022 2 hours ago, mastelli said: hi guys, do you know how to expand the box in the tactics screen? I don't want the space left and right thanks! the spaces left and right comes from the way the tactic is shown / tilted try and change the perspective line to <real id="pitch_perspective" value="0.00000" /> 1 Link to post Share on other sites More sharing options...
snowofman Posted December 15, 2022 Share Posted December 15, 2022 7 hours ago, _Ben_ said: I want to do both of these so will have a look over the weekend! I looked into the decimals awhile back and just came across it on my to do list. i've been roaming around in fm19 to fm23 and i havnt been able to find anything yet. maybe you have more luck Link to post Share on other sites More sharing options...
mastelli Posted December 15, 2022 Share Posted December 15, 2022 45 minuti fa, snowofman ha scritto: the spaces left and right comes from the way the tactic is shown / tilted try and change the perspective line to <real id="pitch_perspective" value="0.00000" /> thank you very much, it worked Link to post Share on other sites More sharing options...
snowofman Posted December 15, 2022 Share Posted December 15, 2022 31 minutes ago, mastelli said: thank you very much, it worked you're welcome Link to post Share on other sites More sharing options...
_Ben_ Posted December 15, 2022 Share Posted December 15, 2022 9 hours ago, keysi said: You will have to edit the appearance of all attributes in person properties.xml I would say - just try to use the same appearance="profile/paper" - try to edit one and restart the game to check if it will change. A bit of a hassle and now I'm not even sure I like it... Link to post Share on other sites More sharing options...
keysi Posted December 15, 2022 Share Posted December 15, 2022 1 hour ago, _Ben_ said: A bit of a hassle and now I'm not even sure I like it... I like it in this squad/player search screen more than in the player overview itself as I feel it covers the space of the squad screen better when you have attributes' column(s) here. Maybe align the number centrally and you will like it more. Link to post Share on other sites More sharing options...
_Ben_ Posted December 15, 2022 Share Posted December 15, 2022 (edited) 23 hours ago, snowofman said: Would it be possible to bring back the decimal in the player development - progress - attribute ? or any anyone done it and would like to share thanks In the polygons, you can amend this line to add a decimal back in: <boolean id="should_round_values" value="true" /> I wonder if that can fit anywhere on the graph? EDIT: Or even looking back through archives of older games. Was it FM19 or 20? I'd be really interested in going back to FM19 as that was the last year that you could display attributes as bar charts... Edited December 15, 2022 by _Ben_ Link to post Share on other sites More sharing options...
lugui Posted December 15, 2022 Share Posted December 15, 2022 Em 12/12/2022 em 08:54, bluestillidie00 disse: take the panels/config.xml file from opz or tcs and paste it in your own folder, then reload the skin. Both boolean folders need to be false. I would like to thank you for this tip, I implemented it in my skin, game changer. Funny how something so simple saves A LOT of working time. -------------------------xxx------------------------ On another note, I would like to see if anyone could assist me, please. I'm trying to implement the match touchline tablet option during matches, something I've seen both in TATO and WTCS5 skins, thanks and all credits to the creators for the original idea. I looked for help in the official thread, but still no success. I wish to change the match touchline tablet's blue/purplish pattern/background to something darker. I looked everywhere and for the life of me I couldn't figure out how to. It seems to be something simple, but I really haven't found the right graphic or the file for it. If anyone knows how and could teach me, please. Thanks in advance! Link to post Share on other sites More sharing options...
bluestillidie00 Posted December 15, 2022 Author Share Posted December 15, 2022 47 minutes ago, lugui said: I would like to thank you for this tip, I implemented it in my skin, game changer. Funny how something so simple saves A LOT of working time. -------------------------xxx------------------------ On another note, I would like to see if anyone could assist me, please. I'm trying to implement the match touchline tablet option during matches, something I've seen both in TATO and WTCS5 skins, thanks and all credits to the creators for the original idea. I looked for help in the official thread, but still no success. I wish to change the match touchline tablet's blue/purplish pattern/background to something darker. I looked everywhere and for the life of me I couldn't figure out how to. It seems to be something simple, but I really haven't found the right graphic or the file for it. If anyone knows how and could teach me, please. Thanks in advance! boxes/custom/match/touchline tablet/paper Link to post Share on other sites More sharing options...
snowofman Posted December 15, 2022 Share Posted December 15, 2022 2 hours ago, _Ben_ said: In the polygons, you can amend this line to add a decimal back in: <boolean id="should_round_values" value="true" /> I wonder if that can fit anywhere on the graph? EDIT: Or even looking back through archives of older games. Was it FM19 or 20? I'd be really interested in going back to FM19 as that was the last year that you could display attributes as bar charts... no changes sadly, was a good shout tho Link to post Share on other sites More sharing options...
lugui Posted December 15, 2022 Share Posted December 15, 2022 31 minutos atrás, bluestillidie00 disse: boxes/custom/match/touchline tablet/paper Thank you so much, it worked perfectly. One last question about the tablet, if you can, please: which .xml file controls the font of the respective titles in the tabs? I plan to make them all in CAPS (in this case using "label" ) for visualization reasons. Link to post Share on other sites More sharing options...
bluestillidie00 Posted December 15, 2022 Author Share Posted December 15, 2022 5 minutes ago, lugui said: Thank you so much, it worked perfectly. One last question about the tablet, if you can, please: which .xml file controls the font of the respective titles in the tabs? I plan to make them all in CAPS (in this case using "label" ) for visualization reasons. Cant talk for Tato's skin, but it's in the graphic file on mine. Whatever tab class has been used, will point you to the file Link to post Share on other sites More sharing options...
lugui Posted December 15, 2022 Share Posted December 15, 2022 4 minutos atrás, bluestillidie00 disse: Cant talk for Tato's skin, but it's in the graphic file on mine. Whatever tab class has been used, will point you to the file Excellent, thanks again! It was possible by editing the button.xml files under tab and tabbed folders. <flags id="font" value="label"/> 1 Link to post Share on other sites More sharing options...
Pierluigi Collina Posted December 16, 2022 Share Posted December 16, 2022 One question guys, is there a website where you can get images for /graphics? I don't know much about photoshop and there are a lot of graphics that I need because I want to do something different from other skins. Thanks I mean images like this: Link to post Share on other sites More sharing options...
_Ben_ Posted December 16, 2022 Share Posted December 16, 2022 40 minutes ago, Pierluigi Collina said: One question guys, is there a website where you can get images for /graphics? I don't know much about photoshop and there are a lot of graphics that I need because I want to do something different from other skins. Thanks I mean images like this: I actually use the shapes on PowerPoint and save them as a png image. It’s not fancy but seems to do the trick! Link to post Share on other sites More sharing options...
keysi Posted December 16, 2022 Share Posted December 16, 2022 Do some of you know what colour(s) control(s) the incoming and outgoing transfer papers in the Transfer Centre? Right now, both IN and OUT have the same green colour and I would like to make it different. Thanks. Link to post Share on other sites More sharing options...
追风去 Posted December 16, 2022 Share Posted December 16, 2022 (edited) How to make the score boards always white? (remove the colour of the score boards) Edited December 16, 2022 by 追风去 Link to post Share on other sites More sharing options...
lugui Posted December 16, 2022 Share Posted December 16, 2022 (edited) 3 horas atrás, keysi disse: Do some of you know what colour(s) control(s) the incoming and outgoing transfer papers in the Transfer Centre? Right now, both IN and OUT have the same green colour and I would like to make it different. Thanks. I was able to change the colours for this panel by adding and editing the following inside my skin's settings.xml, see if that helps: <!-- Transfer Center --><colour name="transfer center extra info" value="fg alpha" /> <colour name="transfer center fee" value="fg alert" /> <colour name="transfer status proposal colour" value="blue 700"/> <colour name="transfer status offer made colour" value="blue 700"/> <colour name="transfer status offer accepted colour" value="green"/> <colour name="transfer status offer negotiated colour" value="green 600"/> <colour name="transfer status offer rejected colour" value="negative bg"/> <colour name="transfer status offer withdrawn colour" value="negative bg"/> <colour name="transfer status canceled colour" value="negative bg"/> <colour name="transfer status contract offered colour" value="green 200"/> <colour name="transfer status contract rejected colour" value="pink 700"/> <colour name="transfer status awaiting work permit colour" value="teal 700"/> <colour name="transfer status failed work permit colour" value="negative"/> <colour name="transfer status confirmation colour" value="rgb (171, 46, 0)"/> <colour name="transfer status confirmed colour" value="positive bg"/> Edited December 16, 2022 by lugui 2 Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now