Jump to content

snowofman

Moderators
  • Posts

    3,485
  • Joined

  • Last visited

Everything posted by snowofman

  1. The quick way is to edit "sidebar menu table.xml" and spilt it into 2 containers where you add the picture code of the bottom container The quicker way is to look how it's made in a skin that already have it and just do the same.
  2. Sometimes removing something for a period of time is necessary to be able to add it in a much better state. it will still be playable on FM25 Mobile and return for FM26 in a much more feature-rich way.
  3. This skin is recommended for 1920x1080 or above, if your laptop uses a smaller resolution the answer would be no but you can always try and change the zoom to 85% etc and see if it will fit.
  4. Add the attached file to the widgets folder of the base skin, clear the cache and reload the skin or add it before starting FM If you don't have a extracted base skin, you can get it from here match players bar widget.xml
  5. Es würde @gimn helfen, wenn Sie einen Screenshot des Problems zeigen würden. Aber ich glaube, es ist ein Problem mit der Auflösung oder der Skalierung
  6. Most things can be done, tho it often requires some fiddeling - as you said it was out of place. so you would have to play around with the placement values there sadly isnt a guide to follow, it's trial and error - but as you already tried to copy it over, you've done alot of the hard work, now you just need to fiddle around the the placement.
  7. There isnt enough room for it in the laptop version, it would require a remake of the whole player page.
  8. the pizza chart is already in the sas skin, if you use the PC version - look in the lower right panel on the player profil
  9. it is true that you can't "customize" the youth tactics per say. But you can let the staff have training control and make one of your main squad tactics into what you want the youth to train and then set it to that in the youth team overview page. (in all honestly, i remebered it as if you had control you could pick, but seems it's the other way around)
  10. <widget class="text" auto_size="all"> <string id="text" value="custom text"/> </widget>
  11. Try and look here (3 posts up) Maybe this can be of help
  12. It would be alot easier to help if you attached the file and a picture of whats going on. if it's not showing anything at all, i would suggest taking the default file and start again where you know the layout is working.
  13. you need to change line 254 <layout class="arrange_horizontal_attachment" layout="-2,-1" offset="0" gap="0"/> to <layout class="arrange_horizontal_attachment" layout="-1" offset="0" gap="0"/> and either remove this part line 269 to 279 <container class="plain_box" priority="4" id="copw" navigation_container="true"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" /> <widget class="competition_overview_past_winners_panel" id="cowp"> <integer id="maximum_winners_to_show" value="20" /> <integer id="winner_entry_height" value="42" /> <record id="object_property"> <integer id="get_property" value="objt" /> <integer id="set_property" value="objt" /> </record> </widget> </container> that should do it
  14. There is a Fan Made mod that works for FM24 and previous FM's, whether or not it will be a thing in FM25 i don't know
  15. Please use the "upvote" button, there is no reason to make a post to tell that you agree with a +1 when you have no further informations to add
  16. From what i know, youth teams automatically uses the main team tactics unless you take control of the training
  17. The Screen ID thats shown in the search field when ticked in the preferences is used for getting the ID on players, staff, stadiums etc. so if it's not something you look for, then you can untick it ID's used in code can be found in "properties" files, just extract them from the default game files.
  18. please use ↓ to ask your Random and small questions or your previous thread Thank you
  19. check the settings file in the skin <!-- match scoreboard colours --> <colour name="match scoreboard clock" value="fg"/> <colour name="match scoreboard clock paused" value="fg" /> <colour name="match scoreboard score" value="rgb(255,255,0)"/> <colour name="match scoreboard aggregate score" value="rgb(255,200,0)"/> <colour name="match scoreboard added time" value="rgb(0,220,0)"/> <colour name="match actions foreground" value="fg"/> <colour name="match actions background" value="bg"/> the above is from the default settings file, maybe you can add/remove whats in your correct settings file
  20. What i personaly do is saving the season before it ticks over and a new season starts, So i will always have a end season savefile.. this way i can always go back to a previous season to see any data i need The game itself do not save much data from previous seasons.
×
×
  • Create New...