TalonSabre / PKLumiHex

PKHeX for the BDSP Hack Luminescent Platinum (2.1F)
https://luminescent.team
Other
20 stars 2 forks source link

PKLumiHeX

Download: Latest Release

Fork of PKHeX with added support for Luminescent Platinum!

PKLumiHeX is a Work in progress. Some features will not work correctly when editing a Luminescent Platinum save.

Features working on Luminescent Platinum saves

  • Pokémon Editor

    • Luminescent Platinum's Stat and Ability changes will display
      • Custom Pokémon forms included!
    • Individual Pokémon can be imported (*.pb8, *.pb8lumi) and exported (*.pb8lumi)
      • Includes box importing and exporting (*.bin)
  • Bag Editor

    • New items from Luminescent Platinum included!
  • Pokédex Editor

    • Allows setting seen and caught data
      • Luminescent Platinum has significantly shrunk dex data. Setting one form sets all.
  • Box Layout Editor
  • Seal Stickers Editor
  • Trainer Info Editor

    • Luminescent Platinum only supports Brilliant Diamond Version, and the English Language for now!
      • If you started your game in a language besides English, you can change it with this editor.

Known 'Issues'

  • Certain Pokémon show up as a Ditto

    • Affected Pokémon are not currently available in Luminescent Platinum 2.0F
  • Shiny Pokémon and certain forms display as the default pixel art sprites

    • Unfortunately, we do not have them in a style similar to what custom forms have
  • Sprites for Luminescent forms do not change regardless of shinyness or sprite preference

    • Same issue as above, but the shiny symbol will display

Screenshots


PKHeX

English / Español / Français / Deutsch / Italiano / 繁體中文 / 简体中文

License

Pokémon core series save editor, programmed in C#.

Supports the following files:

Data is displayed in a view which can be edited and saved. The interface can be translated with resource/external text files so that different languages can be supported.

Pokémon Showdown sets and QR codes can be imported/exported to assist in sharing.

PKHeX expects save files that are not encrypted with console-specific keys. Use a savedata manager to import and export savedata from the console (Checkpoint, save_manager, JKSM, or SaveDataFiler).

We do not support or condone cheating at the expense of others. Do not use significantly hacked Pokémon in battle or in trades with those who are unaware hacked Pokémon are in use.

Building

PKHeX is a Windows Forms application which requires .NET 7.0.

The executable can be built with any compiler that supports C# 11.

Build Configurations

Use the Debug or Release build configurations when building. There isn't any platform specific code to worry about!

Dependencies

PKHeX's QR code generation code is taken from QRCoder, which is licensed under the MIT license.

PKHeX's shiny sprite collection is taken from pokesprite, which is licensed under the MIT license.

PKHeX's Pokémon Legends: Arceus sprite collection is taken from the National Pokédex - Icon Dex project and its abundance of collaborators and contributors.

IDE

PKHeX can be opened with IDEs such as Visual Studio by opening the .sln or .csproj file.