发新话题
打印

801训练效果不显示的解决方法

http://7n7i.net/viewthread.php?tid=48999&page=1#pid107659   复制宣传链接
将本站的宣传链接发给朋友, 当您的朋友点击链接的时候你的积分也会自动增加。  查看本站积分策略
您是本帖第1608个浏览者

801训练效果不显示的解决方法

转载自FMCM
作者:faye1016
如果使用默认皮肤,用记事本打开我的文档\Sports Interactive\Football Manager 2008\panels\player profile.xml
找到以下内容
复制内容到剪贴板
代码:
<!-- player view menu -->
      <widget class="embedded_popup_button" id="attv" text="Views[COMMENT: embedded popup menu used to change to some alternative 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[COMMENT: player profile view menu item: Overview (polygon)]" />
          <record id="attr" name="Attributes[COMMENT: player profile view menu item: attributes]" />
          <record id="----"/>
          <record id="shtr" name="Show recent attribute changes[COMMENT: text on player_profile panel to toggle the attribute change arrows RE-TRANSLATE FOR FM2008]" event_id="shtr"/>
          </list>
按红色部分修改,注意加空格
引用:
<!-- player view menu -->
      <widget class="embedded_popup_button" id="attv" text="Views[COMMENT: embedded popup menu used to change to some alternative 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[COMMENT: player profile view menu item: Overview (polygon)]" />
          <record id="attr" name="Attributes[COMMENT: player profile view menu item: attributes]" />
          <record id="----"/>
          <record id="shtr" name="Show recent attribute changes[COMMENT: text on player_profile panel to toggle the attribute change arrows RE-TRANSLATE FOR FM2008]" event_id="shtr" auto_tick="true"/>
          </list>
如果使用其他皮肤,用记事本打开我的文档\Sports Interactive\Football Manager 2008\skins\皮肤文件名\panels\player profile.xml
方法同上

修改后保存文件,进游戏刷新缓存
从小就有一个梦想,梦想自己是一个地主家的少爷。终日挥金如土,妻妾成群。家有粮田万顷,终日不学无术,没事领着一群狗奴才上街去调戏一下良家妇女。

TOP

楼主真厉害!!支持一下

TOP

楼主真厉害!!支持一下

TOP

发新话题