Update 22.02.04

Co-Authored-By: SciresM <8676005+SciresM@users.noreply.github.com>
Co-Authored-By: Lusamine <30205550+Lusamine@users.noreply.github.com>
Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com>
This commit is contained in:
Kurt 2022-02-04 18:21:10 -08:00
parent cdf41c0376
commit d4a6392b44
8 changed files with 38 additions and 22 deletions

View file

@ -24,13 +24,13 @@ PKHeX erwartet Spielstände, die mit konsolenspezifischen Schlüsseln entschlüs
## Screenshots
![Main Window](https://i.imgur.com/ApbTkM0.png)
![Main Window](https://i.imgur.com/5421hUR.png)
## Erstellen
PKHeX ist eine Windows Forms Anwendung, die das [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137) benötigt, mit experimenteller Unterstützung für [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).
PKHeX ist eine Windows Forms Anwendung, die das [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137) benötigt, mit experimenteller Unterstützung für [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0).
Die Anwendung kann mit jedem Kompiler erstellt werde, der C# 8 unterstützt.
Die Anwendung kann mit jedem Kompiler erstellt werde, der C# 10 unterstützt.
### Erstell Konfiguration

View file

@ -24,13 +24,13 @@ PKHeX espera archivos de guardado que no estén cifrados con las claves específ
## Capturas de Pantalla
![Pantalla principal](https://i.imgur.com/tw9zZap.png)
![Pantalla principal](https://i.imgur.com/umit9S2.png)
## Building
PKHeX es una aplicación de Windows Forms que requiere [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), con soporte experimental para [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).
PKHeX es una aplicación de Windows Forms que requiere [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), con soporte experimental para [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0).
El archivo ejecutable puede ser construido con cualquier compilador que soporte C# 8.
El archivo ejecutable puede ser construido con cualquier compilador que soporte C# 10.
### Configuraciones del Build

View file

@ -23,13 +23,13 @@ PKHeX attend des fichiers de sauvegarde qui ne sont pas chiffrés avec des clés
## Captures d'écran
![Main Window](https://i.imgur.com/OqOD05v.png)
![Main Window](https://i.imgur.com/EhtQ14x.png)
## Construction
PKHeX est une application Windows Forms qui nécessite [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), avec une prise en charge expérimentale de [.NET 5.0.](https://dotnet.microsoft.com/download/dotnet/5.0)
PKHeX est une application Windows Forms qui nécessite [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), avec une prise en charge expérimentale de [.NET 6.0.](https://dotnet.microsoft.com/download/dotnet/6.0)
L'exécutable peut être construit avec n'importe quel compilateur prenant en charge C# 8.
L'exécutable peut être construit avec n'importe quel compilateur prenant en charge C# 10.
### Construire les configurations

View file

@ -12,7 +12,7 @@
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<StartupObject>PKHeX.WinForms.Program</StartupObject>
<AssemblyName>PKHeX</AssemblyName>
<Version>22.01.01</Version>
<Version>22.02.04</Version>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
@ -42,15 +42,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Subforms\Save Editors\Gen8\SAV_PokedexResearchEditorLA.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Subforms\Save Editors\Gen8\SAV_PokedexLA.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Subforms\Save Editors\Gen8\PokedexResearchTask8aPanel.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>

View file

@ -1,7 +1,32 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
22/01/01 - New Update:
22/02/04 - New Update:
- Introducing Pokémon Legends: Arceus support! Thanks @SciresM, @sora10pls, @Lusamine, @architdate, @ReignOfComputer for troubleshooting!
- - Initial Legality Checking is provided. Please refer to the forums when reporting legality issues for PLA parsing.
- - Save Data is similar to SW/SH; a pokedex, trainer, inventory, and block data editor are provided.
- - Encounter legality has been reverse engineered & modeled to pre-compute possible met locations for overworld interactables.
- Added:
- - Gen8 BDSP wild encounters are now generated with RNG patterns matching the game. Thanks @Lusamine !
- - Gen8 BDSP xorshift RNG implemented, now available for PKHeX.Core referencing.
- - Gen8 BDSP zone unlock cheat to fly to all locations. Thanks @sora10pls !
- - Gen8 BDSP named constant for BDSP swarms for the event editor. Thanks @MewTracker !
- Changed:
- - Internal asset loading speed has been improved (more friendly to the runtime's garbage collector).
- - Internal value read/writes now work correctly for Big Endian runtimes.
- - Internal value read/writes are now allocation-free; memory allocation for strings has been reduced drastically too.
- - Clicking stat labels now changes nature amplification. Refer to the shortcut list for more info.
- Fixed:
- - Gen8 BDSP in-game trades are now checked for EC/PID legality.
- - Gen4 DPPt Swarm & Safari seeds now read/write correctly. Thanks @edo9300 !
- - Gen4 feeding a single low-quality poffin no longer indicates invalid sheen. Thanks Jollygator !
- - Gen3 Item quantity reads now behave correctly. Thanks @MichiS97 (dev build bug)!
- - Gen3 Shadow Monitor now reads all species correctly. Thanks @Mutty99 !
- - Gen2 Odd Eggs and E-Speed Dratini now recognize correctly prior to transfer. Thanks @N-Harmonik !
- - Gen1/2 Evolution chains now return a more accurate min/max level for each stage. Thanks @Ninjistix !
- - Handled more oddball encounters. Thanks @Skadiv & @Ninjistix !
22/01/01 - New Update: (114030) [4461382]
- Legality:
- - Added: Hatch Counter legality checking.
- - Added: Contest Stat Sheen legality checking (roughly compared to amount of other contest stats gained).

View file

@ -28,11 +28,11 @@ PKHeX expects save files that are not encrypted with console-specific keys. Use
## Screenshots
![Main Window](https://i.imgur.com/WDm7lwt.png)
![Main Window](https://i.imgur.com/RBcUanJ.png)
## Building
PKHeX is a Windows Forms application which requires [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), with experimental support for [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).
PKHeX is a Windows Forms application which requires [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), with experimental support for [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0).
The executable can be built with any compiler that supports C# 10.