Jump to content

Danny_Pt

Members+
  • Posts

    75
  • Joined

  • Last visited

Reputation

24 "Frankly, my dear, I don't give a damn"

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. And where can I find that line of code? Which xml file? If I knew that I wouldn’t have so much work with all that code thanks
  2. So I would only need to remove that line of code instead of inserting of all that code above?
  3. i didn't know mate, sorry. I added some 3d screens that were missing. Sorry in advance for it.
  4. Ok, thanks. It's quite a long code, that's why I asked So, what this does is basically replacing all the 3d generated environments by images. Just paste into your client object browser.xml (don't forget to path to your own backgrounds image file - backgrounds/default). In my case I use the defaut one, located in my backgrounds folder, but you can use whatever you want. <!-- PERSONAL BACKGROUND CHANGES - covers entire screen --> <!-- tunnel interview scene - pre match - covers entire screen - home --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="mpPh"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- tunnel interview scene - pre match - covers entire screen - away --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="mpPa"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- tunnel interview scene - post match - covers entire screen - home --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="mPCh"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- tunnel interview scene - post match - covers entire screen - away --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="mPCa"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- pre match tactical meeting scene - home - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phTA" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- pre match team selection scene - home - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phtc" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- pre match tactical meeting scene - away - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="paTA" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- pre match team selection scene - away - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phsn" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcC" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcN" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcH" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcK" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcR" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcS" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phOI" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcP" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PhcT" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phtc" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="patc" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacT" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacP" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="paOI" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacS" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacR" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacK" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacH" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacN" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PacC" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="pasn" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- pre match briefing scene - home - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phBR" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- pre match briefing scene - away - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="paBR" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- press conference - covers entire screen --> <widget class="picture" id="prCN" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- welcome to club - covers entire screen --> <widget class="picture" id="brEn" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="Twtc" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- board room scene - covers entire screen --> <widget class="picture" id="brEn" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="breq" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- board room summary scene - covers entire screen --> <widget class="picture" id="brEn" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="brqS" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- club vision meeting - covers entire screen --> <widget class="picture" id="CVEn" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="0" value="Cvim" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- dressing room scene - covers entire screen - home team --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="htmt"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- dressing room scene - covers entire screen - away team --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="atmt"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- team news scene - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="sect" test_mode="0" value="mptn" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- private chat scene - staff - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="CoaC" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- private chat scene - player - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="ConV" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- meeting summary- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="ConS" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- any manager meeting scene?- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="mEnv" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- any pre match briefing scene?- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="pMBR" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- any team meeting scene?- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="tmEN" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- any cup scene?- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="cdEn" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- staff meeting scene- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PBAm" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- recruitment meeting scene- covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="PrMD" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- team meeting scene - home - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="TeMt" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- team meeting summary scene - home - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="TeMS" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- match squad numbers scene - home - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="phsn" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- match squad numbers scene - away - covers entire screen --> <widget class="picture" file="backgrounds/default" appearance="boxes/custom/home/paper" scale_picture="true" keep_aspect_ratio="false"> <attachment class="test_multiple_globals_attachment" default_value="false"> <list id="get_properties"> <record get_property="section" test_mode="equal" value="pasn" skip_if_null="false"/> </list> <integer id="set_property" value="Shwn"/> </attachment> </widget> <!-- PERSONAL CHANGES END -->
  5. I have the code to paste into the client_object, that removes all 3d backgrounds. Can I post it here?
  6. Yes mate, it’s not on Steam’s side but SI to solve this.
  7. Yes, just as I thought. thank you!
  8. Nice work Not to open a new thread, but anyone knows if FM23 skins will work FM24?
  9. Yes, I actually did that, but the panels were a mess then That's why I wanted to check if there was a simpler way to just put the tactics on the right side, as I prefer that way instead of left. The "problem" is that the 2 skins I found that have this panel on the right side, are not so appealing to me in terms of design.
  10. Hey, Anyone knows how to put the tactics panel on the right side, instead of left? This screenshot is from the default FM. By default the tactics pitch is on the left, but I know some skins have it on right side. Thank you in advance
  11. I use several Do you want the pictures themselves?
×
×
  • Create New...