修改字型方法(遊戲語言設定為中文):
- 把 Data 資料夾的 Starfield - Interface.ba2 檔案備份
- 運行 BAE - Bethesda Archive Extractor 貝塞斯達檔案解包工具
- 把 Starfield - Interface.ba2 檔案解包
- 從提取出的檔案中 interface\fontconfig_zhhans.txt 就是字型相關設定檔案
- 編輯 fontconfig_zhhans.txt 檔案,把裡面的字型名稱修改為系統中已安裝的字型即可
就是以下這段裡面修改- fontlib "fonts_zhcn"
- map "$HandwrittenFont" = "DFWeiBei-GB Otf W7 Regular" Normal
- map "$MAIN_Font" = "DFZongYi-GB Otf W5 Regular" Normal
- map "$MAIN_Font_Bold" = "DFZongYi-GB Otf W5 Regular" Normal
- map "$Controller_Buttons" = "Genesis Controller Buttons" Normal
- map "$Controller_Buttons_inverted" = "Genesis Controller Buttons inv" Normal
- map "$Controller_Buttons_thin" = "Genesis Controller Buttons thin" Normal
- map "$ConsoleFont" = "Arial" Normal
- map "$DebugTextFont" = "Consolas" Normal
- map "$NB_Grotesk_Semibold" = "DFYuan-GB Otf W7 Regular" Normal
- map "$NB_Grotesk_Bold" = "DFYuan-GB Otf W7 Regular" Normal
-
複製代碼 例如改為我常用的方正FW築紫A老明朝
所有站內附件皆會附上安全掃描報告 請會員查看純淨度百分比後判斷使用
相關檔案須知: 取得檔案前,請先詳細閱讀文章內容 避免不必要錯誤與誤會發生。 也可多參考文章討論樓層內容 了解附件檔案相關討論資訊。
- 將修改後的 fontconfig_zhhans.txt 檔案複製到 Starfield\Data\interface (需手動建立資料夾)
- 或者直接把我已經修改好為 方正FW築紫A老明朝 的 interface 資料夾解壓到 Starfield\Data 目錄
- 手動編輯 \Documents\My Games\Starfield\StarfieldCustom.ini 檔案
新增以下程式碼- [Archive]
- bInvalidateOlderFiles=1
- sResourceDataDirsFinal=
-
複製代碼 - 運行遊戲即可
顯示繁體中文的方法:
- 將需要顯示的字型準備好(需要包含簡繁字型,或者用 TCFontCreator 中文字體簡繁處理工具 合併生成)
- 運行 TCFontCreator 中文字體簡繁處理工具 ,生成簡轉繁字型
- 將生成後的字型按修改方法操作即可
|