PKHeX/.github/README-zhHK.md
Kurt 88830e0d00
Update from .NET Framework 4.6 to .NET 7 (#3729)
Updates from net46->net7, dropping support for mono in favor of using the latest runtime (along with the performance/API improvements). Releases will be posted as 64bit only for now.

Refactors a good amount of internal API methods to be more performant and more customizable for future updates & fixes.

Adds functionality for Batch Editor commands to `>`, `<` and <=/>=

TID/SID properties renamed to TID16/SID16 for clarity; other properties exposed for Gen7 / display variants.

Main window has a new layout to account for DPI scaling (8 point grid)

Fixed: Tatsugiri and Paldean Tauros now output Showdown form names as Showdown expects
Changed: Gen9 species now interact based on the confirmed National Dex IDs (closes #3724)
Fixed: Pokedex set all no longer clears species with unavailable non-base forms (closes #3720)
Changed: Hyper Training suggestions now apply for level 50 in SV. (closes #3714)
Fixed: B2/W2 hatched egg met locations exclusive to specific versions are now explicitly checked (closes #3691)
Added: Properties for ribbon/mark count (closes #3659)
Fixed: Traded SV eggs are now checked correctly (closes #3692)
2023-01-21 20:02:33 -08:00

2.5 KiB
Raw Blame History

PKHeX

License

本程式係基於 C# 語言進行編寫之寶可夢核心系列遊戲儲存資料編輯器。

本程式支援下述檔案:

  • 儲存資料檔 ("main", *.sav, *.dsv, *.dat, *.gci, *.bin)
  • 含 GameCube 寶可夢游戲儲存資料檔之 GameCube 記憶卡檔 (*.raw, *.bin)
  • 單個寶可夢資料檔 (.pk*, *.ck3, *.xk3, *.pb7, *.sk2, *.bk4, *.rk4)
  • 神秘禮物檔 (*.pgt, *.pcd, *.pgf, .wc*) 並轉換至 .pk*
  • 匯入 Go 公園檔 (*.gp1) 並轉換至 .pb7
  • 從已解密 3DS 對戰視訊中匯入隊伍信息
  • 將寶可夢從當前世代往後傳送,並順次轉換檔案格式

各項數據將顯示於介面上以便編輯及儲存。 介面亦可透過挂載內置/外置文字檔案以支援顯示多種語言。

可匯入/匯出 配置資訊及 QR 碼以便進行共有分享。

PKHeX 所讀取檔案須未經主機唯一密鑰加密,因而請使用儲存資料管理軟體(如 Checkpoint JKSM)以從主機中匯入匯出儲存資料 .

我們反對亦不會縱容透過作弊手段損害他人利益之行為。切勿將魔法寶可夢用於對戰,或連線交換至不知情之訓練家手中。

螢幕擷取截圖

主介面

構建

PKHeX 係 Windows 窗體應用程式,其須依賴於 .NET Framework 7.0

程式可透過任意支援 C# 11 之編譯器構建。

構建配置

請使用 Debug 及 Release 配置通道進行構建,無須擔心任何平台獨有源代碼相關問題!

依賴庫

PKHeX 之 QR 碼生成庫來源於 QRCoder 其以 MIT 許可證 進行分發。

PKHeX 之異色精靈圖示集合庫來源於 pokesprite 其以 MIT 許可證 進行分發。

PKHeX 之「寶可夢傳説:阿爾宙斯」精靈圖示集合庫來源於 National Pokédex - Icon Dex 項目,及其多位各界協作者和貢獻者。

IDE

PKHeX 可透過如 Visual Studio 等各類 IDE ,開啓 .sln 或 .csproj 檔案以打開。