Jump to content

Loda

Members+
  • Posts

    471
  • Joined

  • Last visited

Everything posted by Loda

  1. Done anything to the client object browser with backgrounds recently? I became an expert in hiding everything in there when trying to hide the sidebar
  2. @lugui I was waiting for this... You've edited a setting which has downsized scaling. You need to play around with the insets. <layout class="stick_to_sides_attachment" alignment="all" inset="0,0,13,4"/> Increasing the '13' value should do it and keep a top alignment. It's going to decrease the face sizes considerably though (but you might be ok with that..). I don't think your layout will effect it as there's only one thing in the container unless there's something else going on outside. To anyone else interested/confused by the difference in these alignment insets... The first value is a top inset, so will send it down, The second value is a left inset, sending it right, The third and key here, is a bottom inset, sending it up The fourth a right inset. The alignment="all" means it scales and reduces in size the higher the value used as it's being squeezed from all four sides. So... <layout class="stick_to_sides_attachment" alignment="all" inset="0,0,33,0"/> actually has a similar effect as: <layout class="stick_to_sides_attachment" alignment="top" inset="0" /> <layout class="stick_to_sides_attachment" alignment="all" inset="15"/>
  3. I retired from all that a while ago. I always offer to help people create their own but no one ever takes me up on it.
  4. fmscout used to be the main one a few years ago.. The fact you hadn't heard of TCS in the other thread (which has been going 6/7/8 years), makes me think you're not fully utilising search potential. What you want might be out there already.
  5. Possibly sorting the pitch size in tactics overview side panel might help. But I'd look at the tactics icon info panel first personally, although requires more of an idea of what you're doing. Search player_icon_file in pitch container panel in tactics folder. Locate the icon panel and then readjust the sizing. If this is someone's else's custom skin and not your personal skin, alternatively talk to the skin creator.
  6. This screen requires reasonable skinning knowledge but if you can create a player overview, with slight amendment, you can do this page. Pointing to player panel classes with the right properties is the key to getting info. to display on this screen given it's folder and in-game location. I would imagine the properties in particular is an area where many go wrong. I've bolded the important bits from an extract of my own panel (obviously it won't work in someone else's). The working panel for this screen is: widgets/scouting centre report card also. <widget class="player_attributes_panel" file="player/player attributes scouting card panel" id="patt" > <translation id="title" translation_id="229822" type="use" value="Attributes" /> <record id="object_property" get_property="Pers" set_property="objt" /> </widget> This screen has possibly the same scope as a player overview though if the principles are followed. I've not found any limitations in adding what I wanted anyway...
  7. There's a ton. Check base files (extract if need be using resource archiver) or a custom skin with different icons.
  8. graphics/icons/custom/weather - replace existing or add your own if you need to create this folder directory within your skin. Naming conventions are in base files (and some custom skins). This will change them everywhere.
  9. Have you actually searched around for fm skins yourself?
  10. I'm fairly sure this is going to be negative but has anybody had any joy getting any kind of tactical contents on to the player overview? I think I've exhausted every option in terms of container classes, properties, etc. I can get the table across but not the contents so points to a compatibility issue (bottom right bit). Tactic ids always used to be pretty rigid and I very much doubt it's possible but just in case there's any precedents, it's such a useful section tucked away.
  11. Very little information then for non-users of this skin. Uploading the coding might be a start...
  12. Only some generic, common sense advice.. (I'm not familiar with the skin). Has anything been done to any news_item_panels or any panels involving shortlists? (Inbox panels can literally be anywhere) If not, it doesn't sound like you're sure it's the popup, I don't see why it would be personally if it works on some screens but either way it sounds unclear, so: when I try and identify problems, I would go through a process of elimination, i.e. renaming/temporarily removing folders/panels so they are no longer read, reloading and seeing if the problem persists. Nailing down where the problem is often the hardest bit. You might want to make backups first if you're not very confident with this process. Depending on what's causing the issue you can either replace, delete or amend... Alternatively talk to the skin maker or ask in any accompanying threads to see if anyone else is aware of any issues with the person_button/popup within this skin.
  13. player scout reports inbox panel auto sized
  14. It's very generic... do you not have anything left from Fm22...
  15. My app (Whatthefont) says: Blooming Elegant Sans Bold. The apps not perfect but it looks close to me.
  16. In icons/custom: the pass map folder is probably too obvious, there's also an arrow in analysis - again just educated guesses. I've lost confidence in the heatmap/settings on further inspection but there is this: <!-- analyser heatmap - 1 lowest 6 highest --> <colour name="heatmap_grid_1" red="10" green="0" blue="0"/> <colour name="heatmap_grid_2" red="1" green="10" blue="0"/> <colour name="heatmap_grid_3" red="5" green="10" blue="0"/> <colour name="heatmap_grid_4" red="255" green="200" blue="0"/> <colour name="heatmap_grid_5" red="10" green="20" blue="0"/> <colour name="heatmap_grid_6" red="0" green="0" blue="255"/> I've never edited any of this but potentially worth a try.
  17. I wouldn't recommend reading all the guides at once. It's more a work in progress and some may require 4/5 reads, that's normal. Just a bit at a time, as and when. I think a lot of people fall in the trap of expecting too much too soon so get discouraged (not saying that's you). I solely use paint.net, it was completely free (don't know if it still is). Takes a bit of time to get used to also but I wouldn't say I'm a graphical expert by any stretch. I like to keep things simple and I think it is. My skin is based on a old base skin, from FM06. When SI had a proper football skin for a football game
  18. I'm pretty certain there's heatmap colouring in one of the base file settings. I'm equally certain there's pass map graphics too. If I were to make an educated guess I'd suggest searching the fm-widgets. I've literally been through every graphic and every relevant settings file as my skin is a comprehensive rebuild from scratch so both ring more than a few bells. General point to anyone/everyone reading this, I'd strongly recommend extracting all the base files on to your desktop if you plan on making a new skin. That way you've got all the working materials readily available and easy to search. In terms of column sorting, not exactly what you're asking but I'm sure there's a mode you can add to the widget class that allows manual sorting of tables. That may be a compromise of interest and/or suggest there's a mode closer to what you're looking for also. I'd need to look into that a bit more. I can say I've done a lot on tables this year and there is definitely a lot of scope with them.
  19. If you aren't formally educated in the area, it requires a ton of patience and time to hone your skills. It's not a quick process if your goal is to build an entire skin but you can get there. I can't stress enough how big the guides (this year and from previous years) are to assisting. The search function is your biggest friend when it comes to skinning, there are ancient threads which are still relevant today. You're giving it a go and not expecting everything to be spoon fed though, that's a big step along the way. People will always assist if they see effort too. Like blue, my first attempt at skinning was no masterpiece.... https://www.fmscout.com/a-sky-sports-skin-fm16.html - takes me back, my obsession with hidden sidebars is what started it Also gives you an idea just how long I've been skinning.. (and I'm still far from perfect!)
  20. The button graphics are the style bar in buttons/custom/tactics. Some is effected in the tactics overview side panel, ctrl+F 'style'. The lyrics are in: team instructions mini overview
  21. Finally sorted this to a point I'm content. I had all kinds of stability issues. I think I pushed my luck with the amount of data I tried to pull through from places I shouldn't. This is the only panel that has caused me a few difficulties. So a few pointers if anyone else is currently/thinking of having a shot... I ended up having to redirect this so the actual working panel is team opposition report previous match analysis. The data hub folder won't allow most of this. There are 3 ids which are interchangeable to help draw match info; opms (match stats) opmr (scoreline) & opmi (action zones). These can be attached to a variety of analytics those are just the 3 I chose in brackets. A few things have their own IDs in the panel I mentioned already. The code for match momentum was what I used on the match-inbetween tablet but pointed to a different class and file obtained from properties. I'll just attach that below. xG and shots was coming through but that was when all the stability issues started. I didn't have much space to play with by that point anyway though. It's doable but may depend on what else is present. I have pointed to a few match files such as the heat maps, etc. that I use in match too. Pretty generic but may vary depending on the skin being used. <widget class="data_analyst_momentum_chart_widget" file="widgets/data analyst match momentum chart" id="afMM" visualisation_type="momentum"> <translation id="title" translation_id="535500" type="use" value="Match Momentum[COMMENT: AREA: Data Visualisation; SUB-AREA: Pass map FR: 32708; TONE: Formal; CHARLIMIT: None; NOTE: dataviz title string, the match momentum data viz charts how the match went with regards to each team enjoying spells on top/chances created]" /> <record id="object_property"> <integer id="get_property" value="objt" /> <integer id="set_property" value="objt" /> </record> </widget> I persisted with this as I think it's a huge upgrade on the base screen.
  22. I had a play with this. I'm not convinced it's possible due to the fluid nature of what populates here; totally different to what you show on the left. This was the best I could achieve...
  23. SMH, that was really straight forward. I must have assumed there was no compatibility with match files, Cheers. May get back to you on xG, etc. I think I have already tried lifting my match coding on this as it's data analyst widget stuff which would suggest greater compatibility but tbh I thought I had tested the match stats more thoroughly so who knows, it's been a lot of skinning recently. 2006 remake, the last good football skin that came with the game and when this community was just a figment of our imagination Been meaning to do it for years, finally had a bit of time plus I didn't get too hung up on trying to keep to the theme as tbh it's impossible (and somethings, impractical such as the old inbox). There was probably less than a quarter of the screens back, although there's a couple of golden oldies....
  24. (& @GIMN) How are you guys getting the Match Stats, xG graph and momentum across? Hopefully it's all the same principle so just one actual question... This has been by far the most convoluted panel to edit. (It's always the last one...!) It feels like endlessly opening Russian dolls... I'm about 3 quarters there but I can't see any precedents other than the match stuff which I can't make stick. I don't know how many IDs I've tried. I might add a couple of other things too, once I understand fully what's possible, got a bit of space to play with...
  25. Is it possible to edit the maximum number of trialists? I'm having a hard time seeing how in the editor and can't find anything on the forums either.. thanks
×
×
  • Create New...