Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/31/23 in all areas

  1. Partially untrue .NET 8 works on macOS and Linux; the issue you are having is that Windows Forms .exe does not work for those operating systems unless you use a compatibility shim like Wine, because the .exe uses Windows Forms (Windows-specific drawing GUI stuff) rather than something like Avalonia. The repo is divided into multiple projects. PKHeX.Core being just a code library, no GUI, which works on any OS, and PKHeX.WinForms that uses Windows Forms. The releases that are posted are not code-signed, and new releases are "new" in that it is new to the antimalware scanning (not a scanned definition). The release pipeline is me just clicking Publish on the WinForms csproj and zipping the exe; nothing special beyond that. If you have an extremely high DPI monitor, then yes it might look tiny. If your OS is sandboxing it, then it might be interfering with its rendering. Without seeing a screenshot, can't diagnose/advise. == There have been discussions about Linux/Mac support, and the answer is always that you're free to port whatever. The GUI code is some of the oldest & least abstract code in the repo, and most of the contributions are in the PKHeX.Core side of things as we try to keep up with mechanics on each new game content release. The GUI has been a relative afterthought, and porting >100 forms/controls to another GUI framework when the current one works well enough for most users. Using Avalonia would require each release to include the Avalonia GUI libraries (or require people to install something NOT from Microsoft), which would be a "bloated" exe rather than the ~22 MB zip it is currently. MAUI hasn't shaped up well (Linux support for Desktop lol). So the suggestion from us has always been to just use Windows/vm/wine on a desktop PC, because nobody wants to spend the time porting it to another GUI/mobile framework with full support. Running as a web app (wasm blazor) has its own pitfalls, like some crypto (md5, aes) not being supported (so can't export certain save files). == Checking the contributor graph (and knowing the content of every commit), PKHeX is mostly a solo-contributor project with others chipping in occasionally. I have other projects and interests, and duplicating the GUI (learning a new framework/language) is not something I have much of an interest in.
    1 point
  2. None of that savedata is anything savedata like; many files are either nonsense / junk, and some have pieces of RAM/ROM data from the games instead of save data.
    1 point
  3. THANKS TO EVERYONE WHO CONTRIBUTES TO OUR EVENT COLLECTION! Here is a cumulative collection of all Generation IV event files that have been collected by this community. The Generation IV section of the Event Gallery now completed! As Korean Gen IV games are not compatible with other regions, the Korean event files have been placed in a separate folder. As all Gen IV events are basically finished now, this collection is mostly complete, apart from a few that are missing. Use this thread to contribute any that have not yet been contributed. Currently missing/not-yet-submitted: German Nintendo Zone Pikachu 2007 TCGWC Pikachu (pgt is included in collection, still no pcd Wonder Card file) Korean Crown Entei (ID:12160) Korean Crown Suicune (ID: 12160) added Korean Crown Raikou(ID:12160) Korean Celebi added Korean Shinsegae Manaphy (ID: 03121) Korean Character Fair Milotic added Korean Pikachu Café Tangrowth Korean Pikachu Café Magmortar Korean Pikachu Café Electivire Korean events with no pcd Wonder Card file (pgt file is in collection): Battle Series Arcanine Hanguk Nintendo Darkrai Hanguk Nintendo Deoxys Hanguk Nintendo Manaphy Hanguk Nintendo Mew Hanguk Nintendo Rayquaza Movie Arceus Pikachu-Colored Pichu Member Card Amity Field Course Map Recently added to collection: Korean Character Fair Milotic Korean Celebi Korean Crown Suicune (ID: 12160) Korean Shinsegae Entei Korean Hanguk Nintendo Regigigas (pcd) Korean Shinsegae Feebas (pcd) Korean Shinsegae Munchlax (pcd) Korean Character Fair Shaymin (pcd) Pokemon Ranger 3 Italian Deoxys - Defense, Normal, and Speed formes DP Poketch Matchup Checker French VGC 2010 Eevee If you have any of these missing events, please submit them here, as an attachment, in a zip file. Only make posts here if you have a submission, a comment regarding the validity of submitted events, have noticed an error in the collection files, or have noticed another missing event. Thanks, people! Latest Version: 8/13/2013 (Re-added Character Fair Milotic, replaced Korean Time Square Shaymin, Korean Sightseeing Course Map, Korean Winner's Path Course Map, Korean Enigma Stone) Recent Updates: 6/29/2013 (Added Korean Crown Suicune (ID: 12160) and Korean Celebi) 7/15/2012 (Added Korean Shinsegae Entei, Feebas pcd, Munchlax pcd, Regigigas pcd, Character Fair Shaymin pcd, and replaced erroneous Spanish Entei and Raikou pgt) 4/11/2012 (Added French VGC Eevee and replaced Oak's Letter pgt files (all languages)) 3/8/2012 (Replaced incorrect Italian Ranger 3 Deoxys (Normal, Defense, Speed)) 2/26/2012 (Removed incorrect Korean Milotic) 9/1/2011 (Updated collection to new format) (Added in all missing Ranger 3 Deoxys Formes) (Added Spanish VGC Eevee) (Added Japanese Apicot Berry) (Replaced corrupted files) 6/29/2011 (Added missing Italian Ranger 3 Deoxys formes and DP Poketch Matchup Checker) PPorg_GenIV_WCs..zip
    1 point
×
×
  • Create New...