Jump to content

snowofman

Moderators
  • Posts

    3,490
  • Joined

  • Last visited

Everything posted by snowofman

  1. as far as i know, the Seperators are hardcoded and it's not something we can change. But looking at them, i would believe it's a bug and something that will be reverted back to normal soon. no promises tho
  2. If you look in the "tactics/tactics icon info panel overview.xml" you should be able to find the id="pict" in that widget you have an inset="0,0,0,0" - those "should" be what controle the size, it's a fiddle. but should be duable and same goes for kits
  3. Yes. if you add this at the bottom of the "tactics/tactics icon info panel overview.xml <!--pos/role/duty indicator--> <widget class="position_role_duty_suitability_pie" id="prdF" width="26" height="19"> <layout class="stick_to_sides_attachment" alignment="left" inset="-2"/> <layout class="stick_to_sides_attachment" alignment="bottom" inset="19"/> </widget> and then unpack this graphics into this path "graphics\icons\custom\role rating\circular" - inside the skin folder you're using, not the overall graphics folder then you should be good role rating.7z
  4. okay, in club/club overview panel, you can search for kits and you should find the path to the file that contains the club/tcs/overview/kits.xml (might be something like kits.xml, there you just have to add <container height=""> <!-- <container height="26"> --> <attachment_group class="horizontal_arrange" horizontal_alignment="fill" horizontal_offset="0" vertical_inset="0" /> <!-- HOME KIT --> <container class="inner_box_no_margin" id="hLco" > <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_offset="0" horizontal_gap="0" vertical_inset="0" /> <widget class="label" id="T_th" alignment="centre" auto_size="horizontal"> <translation id="text" translation_id="256675" type="use" value="Home[COMMENT: team_information_panel; Home Kit Graphic Title]" /> </widget> </container> <!-- AWAY --> <container class="inner_box_no_margin" id="aLco" > <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_offset="0" horizontal_gap="0" vertical_inset="0" /> <widget class="label" id="T_ta" alignment="centre" auto_size="horizontal"> <translation id="text" translation_id="256676" type="use" value="Away[COMMENT: team_information_panel; Away Kit Graphic Title]" /> </widget> </container> <!-- THIRD --> <container class="inner_box_no_margin" id="tLco" > <attachment_group class="horizontal_arrange" horizontal_alignment="middle" horizontal_offset="0" horizontal_gap="0" vertical_inset="0" /> <widget class="label" id="T_tl" alignment="centre" auto_size="horizontal"> <translation id="text" translation_id="256677" type="use" value="Third[COMMENT: team_information_panel; Third Kit Graphic Title]" /> </widget> </container> </container> to the bottom on the code already there, unless the code is already there and it's only a matter of lack of space. if so, then you have to shrink the kits to make room for the box under them EDIT: Sry i havnt downloaded the skin to be able to tell you the path myself
  5. if you mean to have the home - away - third below the kits, then yes but the kits will get smaller as the box will take up space aswell, but kits are always in the same order. if you mean something else with colours of each one, please tell go into preferences, lower left corner pick clear cache from the cog, then reload skin.
  6. it is possible to go in and just add the line from the dropdown where you see pro's cons and add that line to the dropdown in the middle. just go into "player overview panel.xml" find the container with the dropdown, look for the path to the file and copy paste
  7. i'm not 100% sure, but in the file "generic/sidebar menu table.xml" you should be able to find a "appearance" and a path maybe you need to change the graphics to make it like that also in the "client_object/client object broswer.xml" ther are transparent options for backgrounds, but i am can't remember if it's enough to change it in there unless you can't it "just" transparent" Sry just woke up
  8. You should be able to get the needed info about colour change of the side bar from this And here you can read about background changes
  9. Not my style or something i would use. But we all have diff opinions and taste
  10. it should show in the simatchviewer-pc it does for me atleast
  11. Have you tried searching for it ? i mean in the top folder simatchviewer-pc\art and simatchviewer-pc\art\environments - should have some of what your looking for EDIT: Sry it sounded wrong, if you go into the main folder of your unpacked folders. You can often use the search function to find stuff.
  12. The only "guides" there is are the first few posts my @michaeltmurrayuk rest is trial and error and ofc, asking in this forum if you get stuck
  13. I havnt spend time on it myself, so i have no solution for you, but i found this. it's taken from this thread, maybe there is something EDIT: i know i linked it before, but it's the best i can do for you.. maybe someone else will come with more knowledge.
  14. isnt it fixed if you use a flag pack ?
  15. Try and look here if there is any info you can use
  16. You look in the player overview panel.xml in there you'll find names on other files and the path, those files you need to look in and change aswell Trust me, once you get started it's really easy to make head and tail off,
  17. I must have been stupid tired when i looked at this last night. If we look at the code <widget class="player_additional_stats_panel" id="pcsp" file="player/player additional stats small"> <record id="object_property"> <list id="get_properties"> <!-- Hide this panel if player is in inactive league--> <record id="object_property" get_property="objt" set_property="objt"/> <record id="object_property" get_property="Pila" set_property="hidn"/> </list> </record> </widget> <widget class="player_stats_panel" id="pssp" file="player/player stats small"> <record id="object_property"> <list id="get_properties"> <!-- Show this panel if player is in inactive league--> <record id="object_property" get_property="Pila" set_property="Shwn"/> <record id="object_property" get_property="objt" set_property="objt"/> </list> </record> </widget> The 2 commented lines i have pulled to the front, says loud and clear that there is 2 diff panels depending on active or inactive leagues if we just go and look at a player in a inactive league. there is no data shown. So it's not possible to get the data to show from players in inactive leagues on your scout card or anywhere else (i'm pretty sure), as it's hard coded this way. Sry m8. Edit: in your file game/preferences all panel.xml line 322 you have this - file="game/preferences profile panel social network" you should rename it to this - file="game/preferences profile panel accounts" So you can get the Social Network Tab to work in your preferences
  18. Was unable to sleep, so i had a look at it in the attached file, i have started changing the color to secondary So if you in this file search for colour="secondary" - line 51 is one as example they were called white before You will have to go through all the files that can be picked in the dropdown menu 16 files - and find the colour and change it. all the files can be found in the "player overview panel" as this is a big time Investment and something you should learn to do by yourself (with help and guidens) and most important of all, it's another skinners hard work and not something i need for personal use. So i won't take it on me to do it for you. you are always welcome to ask for help if you get stuck and this community will help if possible, i'm sure of it Remember to always clear the cache and reload the skin when making changes to the skin player personal details panel.xml
  19. okay, i'l take a look in a few days as i'm out of town from tomorrow and a few days
  20. I see what you mean now. I got my original plan to show, but that too don't change for non active league players tbh, i'm not quite sure where the problem it, but i'll think about it and if i come up with a solution, i'll let you know
  21. it's easier if you try yourself. go into the "player" folder and look for "player personal detail panel.xml" open it in a editor ( notepad) or better ( edit++ ) search for colour="secondary" - replace secondary with primary or just for test, green and see if you are hitting the right spots Sry i can't be of more help right now
×
×
  • Create New...