All Projects → kwsch → Pkhex

kwsch / Pkhex

Licence: gpl-3.0
Pokémon Save File Editor

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Pkhex

Oas Kit
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
Stars: ✭ 516 (-71.03%)
Mutual labels:  validator, converter
Prance
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
Stars: ✭ 133 (-92.53%)
Mutual labels:  validator, converter
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-95.4%)
Mutual labels:  validator, converter
romans
A Simple PHP Roman Numerals Library
Stars: ✭ 40 (-97.75%)
Mutual labels:  converter, validator
Pkhex.mobile
Pokémon save editor on the go!
Stars: ✭ 101 (-94.33%)
Mutual labels:  pokemon, converter
Spring Boot 2 Oauth2 Authorization Jwt
Spring Boot 2 OAuth2 JWT Authorization server implementation with Database for Users and Clients (JPA, Hibernate, MySQL)
Stars: ✭ 115 (-93.54%)
Mutual labels:  database
Milkomeda
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
Stars: ✭ 117 (-93.43%)
Mutual labels:  validator
Reinforced.tecture
Aspect-based architectural framework for .NET business applications involving some FP and CQRS principles.
Stars: ✭ 113 (-93.66%)
Mutual labels:  database
Bio4j
Bio4j abstract model and general entry point to the project
Stars: ✭ 113 (-93.66%)
Mutual labels:  database
R2dbc H2
R2DBC H2 Implementation
Stars: ✭ 118 (-93.37%)
Mutual labels:  database
Sdk Js
Directus JS SDK — JavaScript Software Development Kit for Node and Browser
Stars: ✭ 117 (-93.43%)
Mutual labels:  database
Emailvalidator
PHP Email address validator
Stars: ✭ 10,482 (+488.55%)
Mutual labels:  validator
Ethereum Staking Guide
Ethereum 2.0 Staking Guides
Stars: ✭ 116 (-93.49%)
Mutual labels:  validator
Hackeronedb
The unofficial HackerOne disclosure Timeline
Stars: ✭ 117 (-93.43%)
Mutual labels:  database
Arissploit
Arissploit Framework is a simple framework designed to master penetration testing tools. Arissploit Framework offers simple structure, basic CLI, and useful features for learning and developing penetration testing tools.
Stars: ✭ 114 (-93.6%)
Mutual labels:  database
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (-93.43%)
Mutual labels:  database
Maad Face
A face database with a large number of high-quality attribute annotations
Stars: ✭ 112 (-93.71%)
Mutual labels:  database
Couchbase Lite Ios
Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Stars: ✭ 1,532 (-13.98%)
Mutual labels:  database
Sqlite ecto2
Sqlite3 adapter for Ecto 2.2.x
Stars: ✭ 117 (-93.43%)
Mutual labels:  database
Bitnami Docker Mysql
Bitnami MySQL Docker Image
Stars: ✭ 116 (-93.49%)
Mutual labels:  database

PKHeX

English / Español / Français / Deutsch

License

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

Supports the following files:

  • Save files ("main", *.sav, *.dsv, *.dat, *.gci, *.bin)
  • GameCube Memory Card files (*.raw, *.bin) containing GC Pokémon savegames.
  • Individual Pokémon entity files (.pk*, *.ck3, *.xk3, *.pb7, *.sk2, *.bk4)
  • Mystery Gift files (*.pgt, *.pcd, *.pgf, .wc*) including conversion to .pk*
  • Importing GO Park entities (*.gp1) including conversion to .pb7
  • Importing teams from Decrypted 3DS Battle Videos
  • Transferring from one generation to another, converting formats along the way.

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.

Screenshots

Main Window

Building

PKHeX is a Windows Forms application which requires .NET Framework v4.6, with experimental support for .NET 5.0.

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

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.

IDE

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

GNU/Linux

GNU/Linux is not the main Operating System of developers of this program so there may be bugs; some may come from non GNU/Linux specific code of Mono/Wine, so other users may not be able to reproduce the error you are experiencing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].