Jump to content

lugui

Members+
  • Posts

    388
  • Joined

  • Last visited

Everything posted by lugui

  1. Still on this insight, would you be able to point me, please, on how and if it would be possible to make that same part darker, tinkering a little with the opacity of these panels during the match screen? I'm trying to make it less transparent, more of a darker solid block. Thanks anyhow!
  2. Try inbox content with scouting centre panel.xml in /panels/news_item_panels, if not the one, it should open things up from there. Please, could someone please tell me how I can remove the right (third) section/panel completely, in order to free up some space, pull the tablet and the left (first) section further to the side?
  3. Hello there, I'm finalizing a customized version of the player attribute screen and basically, I'm looking to standardize items 1, 2, 3 and 4 as I got the heading pointed by the arrow: text in CAPS and colour=amber. Unfortunately, I've searched several files within the /panels/player folder and haven't been able to find the exact files and/or code that control these mentions below. If anyone has any tips on any of these and could share some knowledge, please. Thank in advance!
  4. From my original question and setup above, I managed to separate the logo and create a new container in order to move it more freely, but would any of the INSET/ALIGNMENT masters would be able to help me with how to move and align the logo more to the left, like in the mockup? I've already tried everything my limited knowledge of the issue could think of. This is what I have now: This is what I'm trying to implement, if possible: Here is what I have as far as the code and I have been working exclusively on the <!-- Primary Logo --> portion (titlebar search panel.xml) Thanks again, any help would shed a light on this for me.
  5. Try match overview popup panel.xml, I believe this is the one.
  6. Thanks for your reply, @bluestillidie00. 1) As for this, I copied the file, put it in my /classes folder and inside it I changed the font to "bundesliga-condensed" , which I still have in the game and by default is all in CAPS. Unfortunately, just a few of the menus has been changed, as shown in the image. Am I missing something? I have a feeling I'd need to do the same with a few other files under classes.fmf, but Im not sure which ones. /classes/section_button.xml <class class="section_button" parent="menubar_icon_button"> <flags id="appearance" value="tabs/standard/normal/top/button"/> <flags id="selected_appearance" value="tabs/standard/selected/top/fm23/button"/> <flags id="icon_enabled" value="true"/> <flags id="icon_alignment" value="left,centre_y"/> <flags id="auto_size" value="all"/> <flags id="alignment" value="left,centre_y"/> <flags id="size" value="normal"/> <flags id="font" value="bundesliga-condensed"/> </class> 2) In this case, I understood your suggestion, but it goes back to pulling both title and subtitle to the left - as it is originally in the game - however, I would like to keep them centralized and reach just the opposite: to try to pull the badges/logos more towards the center, kind of something like in this mockup below, is it possible? Thanks again!
  7. Hello everyone, I edited this original post as I have two different questions, any help on any of them would be much appreciated, please: 1) How could I change the title style of these menus at once, making them all CAPS? In other words, kinda turning the text in CAPS as my default for such menus. Am I able to edit a single specific fonts file or are these individual xml panels? 2) Is it possible to move the club/competition badge closer to its name/description in the center of the bar? And if so, is it possible to make it a little bigger? Thanks in advance!
  8. @_Ben_,sorry to bother you with this again. I was doing a deeper customization on a few .xml and on this part, I ended up messing up the code trying some possibilities and had to restore my original. However, now my buttons don't show the text inside them, just the icon. Would you be able to teach me where/what to edit in order to have the version with text inside the buttons, please? I tried placing your file but it's hasn't changed it. Thanks once again.
  9. Thank you both very much. Managed to ajust it just as you taught.
  10. @_Ben_, thank you very much for the skin version and updates, it has been a fabulous job, very inspiring and that has allowed exploring new possibilities of the game focused on data and statistics, at least in my case a great learning experience. If I may ask a question, just for personal customization and better visualization on my part: how can I change the colours of these buttons, as well as keep/change their text between CAPS and non-CAPS, please? Once again, thank you and fantastic job!
  11. I had the same bizarre problem and did exactly the same thing. I made a backup of what I wanted on an external HD and it only started working again when I deleted all and every trace of the FM23 from the computer. I reinstalled everything via steam and went little by little and testing if the game crashed by reinserting custom files, graphics one thing at a time. I also had to rebuild my custom skin from scratch, piece by piece, since the original errors pointed to files and settings that were in it and the game didn't read it correctly, for some weird reason. It took me a lot of work, a lot. Now I can play, but every time I need to update something I'm afraid it's going to crash again, a strange feeling to play a game that you love so much.
  12. Hi guys, please if anyone can shed some light. Which file or which value within the settings.xml controls the colours of menus with inactive options? For example: I'm approaching with an loan offer and in the salary contribution menu I see as if I had a whole budget at my disposal, when in reality I only have budget to offer 10% contribution. As you can see, the menu has all options available, as if I can offer the player 20-30 even 200%, which is not possible in the game. And this is happening in all menus in general that require/dispose of options and their respective limits that I have. How can I make what's inactive/unavailable a bit more shaded, to distinguish from what's possible? Thanks in advance!
  13. Maybe it sounds silly, I'm suggesting more in the sense of trial and error as I remember doing something similar for another icon, but try putting the icon you want named "data hub" and "data hub@2x" inside graphics\icons\26px AND/OR graphics\icons\sidebar. I believe the small one needs to be 26x26 and the other 52x52 px.
  14. I'm off my computer at the moment to check it out, but I remember an xml called transfer center recent activity or something close to that, maybe it's in it?
  15. Sorry, I ended up confusing myself with your initial question, now I understand it. In fact, I'll try to take a look at transfer centre.xml as well. If I discover something, I'll let you know, or if you do and dont mind sharing it, please, i would be interested.
  16. 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"/>
  17. Excellent, thanks again! It was possible by editing the button.xml files under tab and tabbed folders. <flags id="font" value="label"/>
  18. 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.
  19. 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!
  20. Still no luck, mate. That link you shared has the same public version from this thread, I couldn't spot a difference to edit it and achieve what I am looking for. Thanks anyway for your help.
  21. HI mate, thanks for your reply and assistance. Checking the files you sent, I assumed by exclusion that it was about editing the color of the paper file in graphics\boxes\custom\cards (as attached), but unfortunately I couldn't get it to work yet. All the rest of the files I already had, I didn't modify anything. Perhaps the tablet background colour is tied to some other configuration or .xml itself.
  22. Hi there, did you manage to change the match touchline tablet's blue pattern/background? If so, could you share how you did it, please? I'm looking for the same customization and for the life of me I couldn't figure out how. It must be something simple, but I really haven't found the right graphic or file for it. If anyone else knows how and could also let us know, please.
  23. Just gotta say that this is amazing. I'd even pay money for that! Great work.
  24. Hi man, did you get it working? If so, would you mind sharing an image of your screen and explain me what you've done, please? I'd like to see if it's exactly the same thing I've been trying to implement here unsuccessfully, but at the moment I don't have access to the computer/files to test it myself and see. Thanks anyway!
×
×
  • Create New...