Jump to content

batnuna

Members+
  • Posts

    21
  • Joined

  • Last visited

Posts posted by batnuna

  1. On 24/01/2022 at 11:14, keysi said:

    This is affected by the player additional attributes panel.xml, I edited it as I don't need media description or media handling style. (And if I want to know these two, it's still in the Player/Information screen so I can take a look). If you will delete that mentioned file in your skin, it will revert this part back to default. Or just move it outside the skin folder to try it. In my skin, it's also connected to the player popup profile so it will reset here too.

     

    Alright, first of all - thank you as always!

    I removed the file. Now the media description does appear, as well as the goalkeeper rating. 
    But is there an option to add the player's media handling style to this panel? Or even better - put it in there INSTEAD of the goalkeeper rating?

  2. 3 hours ago, keysi said:

    The auto-sort is affected by the game and by the way how you set your formation. If you create formation based on some of the presets, the game will sort positions correctly, if it's custom tactics from clean slate, it can rearange the positions from some reason.

    That's true, but even if the first 11 are arranged "correctly", when you substitute a player, the sub that came on doesn't "pop up" to replace the one that came off.

  3. 10 hours ago, keysi said:

     

    • Added quick tactics buttons including Formation, mentality, shouts, make a substitution, team instructions and opposition instructions
    • Added player faces to the player’s bar during the match and increase the size of the bar to the full width of the screen.

     

    These two tweaks sound great! The new opposition instructions button is a real time-saver. 

  4. Hey there, quick question:
    During a match, is there any way that I can align the team names to the centre?
     

    I tried editing the "match score area panel" file, and changed the following code (both for home and away), but it didn't seem to help.

    <widget class="team_button" id="awaN" icon_enabled="false" auto_size="horizontal" font="title" size="13" alignment="centre" click_event="atac" navigation_focus_target="false" colour="white" mode="1">

     

  5. Hey there, a couple of questions:

    1. The left panel appears to no longer be aligned to centre (fig 1 in screenshot). What can I do to fix it?

    2. I would ideally like to have 2 panels showing the "body language" tab - one for my team, and one for the opponents. However, inside that tab, I want 2 different views - my team to have the "general info" view (fig 2), and the opponents to have the "body language" view (fig 3).
    I have already set the default view to be "general info" in the XML file, which means that the opponents' view always reverts back to it. Is there any way to set different default views to different slots? Or any other idea to make these options stick?

    Screenshot 2021-08-24 170222.png

  6. Hey everyone.

    Ever since the "Next Match Only" button came into our lives, I've settled on picking a regular match-squad that sticks throughout a long period of time, and only applying changes using said "Next Match Only" button.
    The problem is that I sometimes forget to click the button before making the changes, which kind of defeats the whole purpose of what I'm trying to do.

    My question is this: is there any option to change the default setting on the "Team Selection" screen, from "All Matches" to "Next Match Only"?

  7. 2 hours ago, michaeltmurrayuk said:

    With that code the logos are linked to the team names, so they should adjust when the names do (but they'll stay attached to the front of the name), if you want more control over the logos you'll need to set the icon_enabled bit to false and then add in the widget code for the logos and adjust them to suit.

    Alright, I'll read up about the logo widget. Thanks again!

    EDIT: Made it work :)

    1785678815_Screenshot2021-01-05014712.png.fcad18fa16d691af587dba0cd9555049.png

  8. 2 hours ago, michaeltmurrayuk said:

    @batnuna Text alignment is controlled by what alignment you have set in the file, check my above code if you want it centred.

     

    Thanks for the reply. I took a look at your code, but I'm afraid I didn't really understand what to do.

    I saw this line of code in the file:

    <widget class="team_button" id="homN" icon_enabled="true" auto_size="none" font="title" size="10" alignment="right,centre_y,can_scale" click_event="htac" navigation_focus_target="false" colour="black" mode="1">

    Changed the "alignment=right..." to "centre", but it only centred the text, while the team emblems remained misaligned.

  9. Hey everyone, I have a question:

    I have set up a match screen with many panels - ratings, analysis, AssMan's feedback, etc.

    The problem is that whenever a highlight pops up, it is completely obstructed by the panels.

     

    Is there anything I can do to automatically hide the panels when a highlight starts, instead of toggling them off one by one?

  10. Hey everyone, I have a question:

    I have set up a match screen with many panels - ratings, analysis, AssMan's feedback, etc.

    The problem is that whenever a highlight pops up, it is completely obstructed by the panels.

     

    Is there anything I can do to automatically hide the panels when a highlight starts, instead of toggling them off one by one?

×
×
  • Create New...