801训练效果不显示的解决方法
如果使用默认皮肤,用记事本打开我的文档\Sports Interactive\Football Manager 2008\panels\player profile.xml找到以下内容
<!-- player view menu -->
<widget class="embedded_popup_button" id="attv" text="Views" sele="attr" auto_size="horizontal" fixed="true" auto_tick_exclusive="false" embed_in_frame="true" appearance="menu/embedded/view" save_current_state="true" save_default_state="true">
<list id="items">
<!-- ids match the multi-box individual panel ids below! -->
<record id="over" name="Overview" />
<record id="attr" name="Attributes" />
<record id="----"/>
<record id="shtr" name="Show recent attribute changes" event_id="shtr"/>
</list>
按红色部分修改,注意加空格
<!-- player view menu -->
<widget class="embedded_popup_button" id="attv" text="Views" sele="attr" auto_size="horizontal" fixed="true" auto_tick_exclusive="false" embed_in_frame="true" appearance="menu/embedded/view" save_current_state="true" save_default_state="true">
<list id="items">
<!-- ids match the multi-box individual panel ids below! -->
<record id="over" name="Overview" />
<record id="attr" name="Attributes" />
<record id="----"/>
<record id="shtr" name="Show recent attribute changes" event_id="shtr" auto_tick="true"/>
</list>
如果使用其他皮肤,用记事本打开我的文档\Sports Interactive\Football Manager 2008\skins\皮肤文件名\panels\player profile.xml
方法同上
修改后保存文件,进游戏刷新缓存
[ 本帖最后由 faye1016 于 2007-11-23 01:17 AM 编辑 ] 可以显示了,厉害 .......寒,我安装目录里找不到\pannels\player profile.xml 没有pannels\player profile.xml这个东东,哪位达人做个补丁最好。。。。。。 最好弄个可以自动安装撒的 找不到。。。。。。 不是安装目录,是我的文档
这是改好的,放到我的文档对应目录试试
[ 本帖最后由 faye1016 于 2007-11-23 12:13 AM 编辑 ] 文档里也没有 你用的是精简版吗? 皮肤文件名\下没有pannels这个文件jia,怎么办,要新建一个吗?