-
Posts
533 -
Joined
-
Last visited
Content Type
Forums
Articles
FAQs
Online Manual
Support: Blocks
Support: Games
Bug Tracker
SIGames Manual (beta)
Profiles
Everything posted by Rivanov
-
This is not free anymore right?
-
FM24 Early Access Official Feedback Thread
Rivanov replied to Kyle Brown's topic in Football Manager General Discussion
How is the performance on Apple silicon? -
Skin is still working fine for me with the new update.
-
FM23 Performance Benchmarking Thread
Rivanov replied to Brother Ben's topic in Football Manager General Discussion
I didn't took the benchmark pre-update. -
FM23 Performance Benchmarking Thread
Rivanov replied to Brother Ben's topic in Football Manager General Discussion
Type: Laptop Model: MacBook Pro 14" CPU Model: M1 Pro CPU Base Frequency: 3.20 GHz (10 Core) CPU Turbo Frequency: 3.20 GHz (10 Core) RAM: 16GB RAM Clockspeed: Unified LPDDR5 memory GPU: M1 Pro 16 Core Apple Graphics Level in 3D: Very High Benchmark 1: 41 seconds Benchmark 2: 01 min 49 seconds Benchmark 3: 06 min 05 seconds Benchmark 4: 19 min 15 seconds -
FM23 Performance Benchmarking Thread
Rivanov replied to Brother Ben's topic in Football Manager General Discussion
Will run benchmarks on my 14” MacBook Pro with M1 Pro today. -
This is awesome! Can’t wait to update the game on my 14” M1 Pro MacBook Pro! Hopefully this will improve battery life.
-
*Official* Football Manager 2023 Feedback Thread
Rivanov replied to Neil Brock's topic in Football Manager General Discussion
Yes! Native Apple Silicon support! -
Think it's the same as for the FME - Zealand skin. https://community.sigames.com/forums/topic/558513-fm22skinwip-fme-zealand-v400-hotfix-08012022/?do=findComment&comment=13817839
-
Found it. It was burried in: graphics/tabs/tato/tabbed/normal/top/button.xml There you have a line of code where the tadd font is specified. When you remove that line, the problem is solved. You also have to change it in the selected folder.
-
I removed all the code from every XML file that contains font="tad" and font="tadu"
-
No, I didn't figure it out yet. Even replacing the Tato Fonts folder with the default one, doesnt change the font in these tabs. Very very strange.
-
[FM22][SKIN][WIP] FME - Zealand v4.00 HOTFIX (08/01/2022)
Rivanov replied to a topic in Skinning Hideout
graphics/fme/boxes/background/paper.xml <!-- image properties --> <properties> <!-- image borders --> <!-- these determine how many pixels any content is inset from each side of the image --> <!-- (for example, in the case of a button, the content would be the text label) --> <record id="image_borders" left="1" right="1" top="1" bottom="1"/> <!-- image slices determine the points at which the image will be sliced to enable scaling --> <!-- the image will only slice in the directions slicing values are provided for--> <record id="image_slices" left="8" right="8" top="8" bottom="8"/> <colour id="red_replacement" name="bg"/> <boolean id="blurred" value="true"/> </properties> Try setting <boolean id="blurred" value="false"/> /edit: Can confirm this works. 🙂 -
Check the tabbed containers in player details.. what I posted above.
-
Well, I could remove it from nearly every panel by opening every XML and search for font="tad" and font="tadu" and simply remove that part of code. It works for nearly 99,9% of the panels, except these tabbed containers. Other skins with these kind of tabbed containers don't have this font. Like FMEnhanced for instance:
-
I did remove the two containers at the right.. maybe that made a difference.
-
panels/competition/competition overview panel.xml Just copy the <container class="horizontal_adaptive_container" ... > part for a third row. In my code I have 6 items for each. <container class="vertical_adaptive_container" inset="0" offset="0"> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" /> <container class="horizontal_adaptive_container" default_height="-1" minimum_height="126" priority="1" gap="15"> <record id="default_properties" file="competition/competition overview player stats panel" maximum_items="6" default_width="-1" minimum_width="250" /> <!-- CPS_GOALS--> <container class="competition_player_stats_panel" type="2" priority="1" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_AVERAGE_RATING --> <container class="competition_player_stats_panel" type="74" priority="2" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_ASSISTS --> <container class="competition_player_stats_panel" type="5" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_ASSISTS --> <container class="competition_player_stats_panel" type="75" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> </container> <container class="horizontal_adaptive_container" default_height="-1" minimum_height="126" priority="3" > <record id="default_properties" file="competition/competition overview player stats panel" maximum_items="6" default_width="-1" minimum_width="220" /> <!-- CPS_MAN_OF_MATCH --> <container class="competition_player_stats_panel" type="19" priority="1" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_CLEAN_SHEETS --> <container class="competition_player_stats_panel" type="65" priority="2" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_YELLOW_CARDS --> <container class="competition_player_stats_panel" type="93" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_SAVE_PERCENTAGE --> <container class="competition_player_stats_panel" type="105" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> </container> </container>
-
I almost got rid of the tad and tadu font. But I can't find the correct XML for these tabs. I looked everywhere but can't find it. Anyone got an idea?
-
That doesn't work for every font in the skin unfortunately. Some XML files mentions specific font="tad" and even when the font folder is moved out of the skin folder, it still shows the "wrong" font.
-
Haha I have the same issue. Copied this panel from my FM 22 skin, and everything works except the Federation badge.
-
[FM23][SKIN] The Annual Show Your Skin thread
Rivanov replied to TCSSkin's topic in Skinning Hideout
Care to share the left/right foot icon on the tactics screen? -
Is it just like in HTML / CSS? So 20,0,40,40 means top: 20, right: 0, bottom: 40, left: 40 ?
-
[FM22][SKIN][WIP] FME - Zealand v4.00 HOTFIX (08/01/2022)
Rivanov replied to a topic in Skinning Hideout
Remove this piece of code (for every shirt) from club/club overview kits panel.xml <container class="inner_box_no_margin" id="tLco"> <layout class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="0"/> <layout class="show_medium_vertical" min_value="867" max_value="100000"/> <widget class="label" id="T_tl" alignment="centre" auto_size="all"> <translation id="text" translation_id="256677" type="use" value="Third[COMMENT: team_information_panel; Third Kit Graphic Title]" /> </widget> </container> -
[FM22][SKIN][WIP] FME - Zealand v4.00 HOTFIX (08/01/2022)
Rivanov replied to a topic in Skinning Hideout