Statistical Approach Posted January 8, 2016 Share Posted January 8, 2016 So I'm using the tactics screen edit from vitrex but with the standard skin, has worked for since implementing it. But I've noticed a strange issue today. When you have 5 midfielders, like in the below image, it removes the names from the back of the shirts entirely. But as soon as you go back to a midfield 4 then it's fine, as below. I'm not entirely sure (hence the thread) but I'm guessing it could be font size related? or maybe spacing? If someone could help that would be amazing. My xml knowledge is limited but if you let me know which file needs to be amended and what's causing the problem then I should be able to do that Thanks very much Link to post Share on other sites More sharing options...
Haiku Posted January 8, 2016 Share Posted January 8, 2016 It's due to spacing. With 5 midfielders the icons become smaller, but the names don't scale at all and just go out of the box. It happens because the name attribute is coded to stick to a particular side, I guess it's bottom in your case. And when Icons become smaller the name just goes above the shirt and above the plain box itself, so it's not visible anymore. Link to post Share on other sites More sharing options...
Statistical Approach Posted January 8, 2016 Author Share Posted January 8, 2016 so what would I do to fix it? Link to post Share on other sites More sharing options...
wkdsoul Posted January 8, 2016 Share Posted January 8, 2016 <!--pitch--> <widget class="pitch_with_tactics" id="pitc" icon_flags="show_name,use_overview_icons,show_extra_details,drop_initial_if_possible,show_position_role_duty_suitability,show_selection_image,show_number,show_role_duty_labels,show_captain" priority="1" default_height="-1" minimum_height="600"> <integer id="pitch_vertical_padding" value="0" /> <boolean id="vertical" value="true" /> <integer id="pitch_player_radius" value="4" /> <integer id="pitch_player_icon_text_size" value="5" /> <real id="pitch_length_multiplier" value="1.15" /> <integer id="pitch_player_icon_text_size" value="5" /> <flags id="pitch_alignment" value="can_scale" /> <boolean id="allow_attributes_popup" value="true" /> <!-- This controls how large the players on the pitch are allowed to get in narrower formations, as a fraction of the pitch size. --> <!-- For example, in 5 man wide formation the size of the players will be about 0.18 while a 3 man wide formation may get up to 0.25 or so --> <!-- Clamping this size gives more consistency across the formations. --> <!-- You can also set miinimum_player size which mainly has the effect of decreasing the space taken by positions (like the sweeper) that are not currently filled. Default is 1/18 --> <real id="maximum_player_size" value="0.20" /> <!-- normal run, darkened run, drag run colours --> <colour id="ncol" name="tactics normal run" /> <colour id="dcol" name="tactics darkened run" /> <colour id="gcol" name="tactics dragged run" /> </widget> have a play with that figure in the tactics overview. Link to post Share on other sites More sharing options...
Statistical Approach Posted January 8, 2016 Author Share Posted January 8, 2016 which figure do you mean? I've tried messing with the icon size and text size and neither bring the player names back. Thanks for the help btw Link to post Share on other sites More sharing options...
Statistical Approach Posted January 8, 2016 Author Share Posted January 8, 2016 I've sorted it out, thanks though wkdsoul. Link to post Share on other sites More sharing options...
vonreichsm Posted January 8, 2016 Share Posted January 8, 2016 And what did you change? I´ve the same problem. Link to post Share on other sites More sharing options...
KUBI Posted January 8, 2016 Share Posted January 8, 2016 And what did you change? I´ve the same problem. This one, I guess: <real id="maximum_player_size" value="0.20" /> Link to post Share on other sites More sharing options...
Statistical Approach Posted January 8, 2016 Author Share Posted January 8, 2016 the author of the skin sent me over amended xml files, I could pass them on if you like? Link to post Share on other sites More sharing options...
yd1882 Posted February 4, 2016 Share Posted February 4, 2016 Hi - grateful for some help with making the players' name appear in a different position than the top of the shirt - which makes it pretty hard to read: Was hoping to have the names appear in a similar place as the version below: Many thanks Link to post Share on other sites More sharing options...
wkdsoul Posted February 4, 2016 Share Posted February 4, 2016 Hi - grateful for some help with making the players' name appear in a different position than the top of the shirt - which makes it pretty hard to read: Was hoping to have the names appear in a similar place as the version below: Many thanks http://community.sigames.com/showthread.php/438352-FM16-Tactic-screen?p=10630940&viewfull=1#post10630940 Link to post Share on other sites More sharing options...
yd1882 Posted February 4, 2016 Share Posted February 4, 2016 Many thanks. Cheers Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.