- 主题
- 回帖
- 0
- 精华
- 注册时间
- 2004-4-21
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 爆棚声望
-
- PGB
-
|
<P>原文:</P>
<P>I'll make this into an idiots guide a bit later, but there are a few changes you can make to enable background changes in Football Manager 2005.<BR><BR>Firstly, locate your <B>global panels.xml</B> file which is in <B>data/skins/metallic/panels/</B> and change the part that says<BR></P><PRE><widget class="background" id="bgnd" file="backgrounds/default">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</widget></PRE><BR><BR>to this<BR><PRE><widget class="background" file="backgrounds/default">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<attachment class="test_global_attachment" get_property="bgnd" mode="1" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</widget>
<widget class="background" file="backgrounds/default" hidden="true">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<attachment class="get_global_attachment" get_property="bgnd" set_property="file" skip_if_null="false"/>
<attachment class="test_global_attachment" get_property="bgnd" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</widget></PRE>
<P><BR><BR>Then to assign a background picture to a club, you need the following line in a config.xml file in the same directory as the picture you are trying to assign.<BR><BR><record from="<B>filename</B>" to="graphics/pictures/team/<B>uniqueid</B>/background"/><BR><BR>To assign to a player, replace <B>team</B> with <B>person</B><BR><BR>It really is as simple as that, and you can thank Michael Nygreen for getting to the bottom of this long running mystery.</P>
<P>译文:</P>
<P>我做这个可以作为“傻子向导”可能是有些迟了,但是确实你可以做一些设置来在足球经理2005里应用背景变换。</P>
<P><BR>首先,找出在data/skins/metallic/panels/ 中的这个文件:global panels.xml 然后将以下这一部分<BR><widget class="background" id="bgnd" file="backgrounds/default"><BR> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/><BR></widget></P>
<P><BR>转变为如下所示:</P>
<P><widget class="background" file="backgrounds/default"><BR> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/><BR> <attachment class="test_global_attachment" get_property="bgnd" mode="1" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/><BR></widget><BR> <BR><widget class="background" file="backgrounds/default" hidden="true"><BR> <layout class="stick_to_sides_attachment" alignment="all" inset="0"/><BR> <attachment class="get_global_attachment" get_property="bgnd" set_property="file" skip_if_null="false"/><BR> <attachment class="test_global_attachment" get_property="bgnd" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/><BR></widget></P>
<P><BR>然后,给一家俱乐部确定一张背景,按照下面这个操作在文件config.xml中确定照片。<BR><record from="filename" to="graphics/pictures/team/uniqueid/background"/></P>
<P>若是要让照片与球员结合,将这一操作中的team改为person<BR>操作就是像以上写的这么简单,感谢……(这个不用翻了。)<BR>作者:Ter 来源:SI官方论坛</P>
<P>多多指教,多谢!</P>
|
|