Quote Originally Posted by Sertax View Post
Teşekkürler yalnız bir sorum olucak.
Hareketli arka plan bu skinde uygulanamaz mı? Fm 12´de background klasörüne attığımız stadyum resimleri herhangi bir kulübe tıkladığımızda o klubün stadını görüyorduk arka planda. Bunda ya da herhangi bir skinde bunu yapamaz mıyız? Oyunun çehresini değiştiriyordu vallahi çok iyiydi
Böyle bir şey yazmış yapımcısı;

CUSTOM BACKGROUNDS

Until I can get them to work a bit more neatly, use this temporary fix if you want background pictures to display in game:

Open panels/client object browser.xml in a text editor.

Right at the top, should be the following line:

<container file="background_selector/backgrounds"/>

Replace it with the following:

<widget class="background" file="backgrounds/1" id="bgnd">
<record id="object_property">
<integer id="get_property" value="bgnd" />
<integer id="set_property" value="file" />
</record>
</widget>

<container class="plain_box" id="40bg" appearance="boxes/overlay/40/paper">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>


If you want a different default background, just choose a number from 1 to 7 to add to this bit: file="backgrounds/1"

You can also change the overlay by changing the number in appearance="boxes/overlay/40/paper" (20, 40, 60 or 80 are the valid choices)