如果使用默认皮肤,用记事本打开我的文档\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" 【屏蔽词语】_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" 【屏蔽词语】_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