Jump to content

kenmareavfc

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by kenmareavfc

  1. 2 hours ago, kevhamster said:

    Any modern graphics card will do the job.  Although it's quite old now, I'd have thought even the 750ti would do the job - have you made sure FM is using that and not the integrated GPU on your processor?

    How can  I check this?

     

    edit: nvm, it does seem to be running through the gpu. odd, because i can run much more demanding games with far better framerate.

  2. 3 hours ago, lugui said:

    My skinning knowledge is limited, but I´d suggest you try this, it worked for me:

    In the client object browser xml file found in the panels\client_object folder, delete this section of code:

            <widget class="picture" file="backgrounds/club colours" id="clco" red_replacement="primary">
                     <layout class="stick_to_object_attachment" id="align_top" get_side="top" set_side="top" target="mai1"/>
            <layout class="stick_to_object_attachment" id="align_bottom" get_side="bottom" set_side="bottom" target="mai1"/>
            <layout class="stick_to_object_attachment" id="align_right" get_side="right" use_recursive_search="true" set_side="left" target="side"/>
            <layout class="stick_to_object_attachment" id="align_right" get_side="left" set_side="left" target="mai1"/>
                <attachment class="test_multiple_globals_attachment" default_value="false">
                    <list id="get_properties">
                        <record get_property="MatS" test_mode="equal" value="true" skip_if_null="true" />
                        <!-- PROP_FULL_SCREEN_3D_BEING_DRAWN -->
                        <record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" />
                    </list>
                    <integer id="set_property" value="hidn" />
                </attachment>
            </widget>
            
            

    That worked! Thanks so much. :D

  3. Hi, I've looked around for a while and I haven't been able to find anything on this, at least on this year's game. I'm trying to make it so the inbox (the part where you read the incoming mail) transparent. I've managed to do this with the default background, but the inbox is still dark.

    I did find something relating to an older version of the game where you add a "paper" and "paper_disabled" transparent PNG into the "graphics/boxes/subsection/standard" directory within the skin folder, but I had no luck. I actually just copied the fully transparent PNG from Michael's transparent background mod, so I'm not sure if that might be an issue.

    I'd also like to make the "detailed stats" section transparent too, (specifically, the section on the left where you can select which stat to show on the right hand side) for both the player and team section. 

    Thanks to anyone who can assist :thup:

×
×
  • Create New...