Jump to content

lvlann

Member
  • Posts

    219
  • Joined

  • Last visited

Posts posted by lvlann

  1. 4 hours ago, Kaphotics said:

    This actually doesn't change anything for the newtonsoft thing, but I think it will work since it merges the newtonsoft DLL to the GUI dll on whatever current commit.

    I keep getting the same error again and again when I open sln file. "one or more projects in the solution were not loaded correctly. please see output window for details'. 
     

    C:\Users\amanm\Desktop\PokeFilename\PokeFilename.API\PokeFilename.API.csproj : error  : The project file cannot be opened. Unable to locate the .NET SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
     

    C:\Users\amanm\Desktop\PokeFilename\PokeFilename.GUI\PokeFilename.GUI.csproj : error  : The project file cannot be opened. Unable to locate the .NET SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
     

     

    i have downloaded the 7 .net sdk u mentioned. 

  2. 46 minutes ago, Kaphotics said:

    You need the sdk that is required for the project; none require net8 yet.

    i went on to its github 

    https://github.com/lvlann/PokeFilename/new/master?filename=.github%2Fworkflows%2Fdotnet.yml&workflow_template=ci%2Fdotnet

    right side it states "Setup .NET Core SDK"

    under it it says "Installation Copy and paste the following snippet into your .yml file."

    I copied the snippet and opened "azure-pipelines" which is the only yml file with notepad and pasted the snippet at the bottom and saved it. 

     

    tried opening the sln again, but it gave me the same error. 

     

    setup .net core sdk was the only thing closest to what u mentioned. 

    not that its not obvious, but my Major is not computers, its Aviation lol. But i LOVE to learn anything and everything new. That being said, I dont intend to be annoying just trying trying to learn something entirely new which might even help someone else in the future. I really hope you guys dont mind taking the time out of your schedule to help me figure this out, and I really really appreciate it. 

  3. 2 hours ago, Kaphotics said:

    Download the repo, open the sln

    Update the NuGet for PKHeX.Core to latest, rebuild all.

    Grab the output dll in the debug folder, done.

    also getting the following error now. 

    C:\Users\amanm\Downloads\PokeFilename-master\PokeFilename-master\PokeFilename.API\PokeFilename.API.csproj : error  : The project file cannot be opened. Unable to locate the .NET SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version. 

    I've downloaded .NET 8.0 SDK already. 
     

  4. 2 hours ago, Kaphotics said:

    Download the repo, open the sln

    Update the NuGet for PKHeX.Core to latest, rebuild all.

    Grab the output dll in the debug folder, done.

    Unable to figure out "Update the NuGet for PKHeX.Core to latest, rebuild all."

    You mentioned download the repo.. I downloaded  PokeFilename-master.zip i cant find pkhex core in it. I found NuGet Package manager under tools but thats the extent of it. 

    Kindly Advise. 

  5. 11 hours ago, theSLAYER said:

    I don’t even know if there’s a resource to teach you how to do that. I don’t even remember how I learned, reckon there were others being patient with me.

    1. Create a GitHub account. It allows you to make your own repositories (basically individual project areas for code)

    2. With your account, you’ll be able to fork their project. What that means is that you’ll get a 1:1 copy of the project that was shared at that time, and you can proceed to make changes to the code

    3. have a program that can edit and compile code. I use Visual Studio (I think 2019?) for free. Use it for making my mini programs or plugins

    Let’s get that all done before we jump to next steps 

    Love this. 
    Git Hub Account: Done. 
    Visual Studio 2022: Done.

    Lets go to the next step.

    Also thank you so so much by the way.

  6. I am trying to get a living dex with appropriate levels for each pokemon in SWSH and BDSP 

    for example:

    Charmander: Level 1

    Charmeleon: Level 16

    Charizard: Level 36

    or

    Eevee: Level 1

    Sylveon: Level 1

    or

    Dracazolt: Level 10

    or 

    Milotic: Level 2 with Max Beauty. 

    or

    Frosmoth: Level 2

    There are a bunch of Batch editing shortcuts like if I want to give all legal ribbons:  .Ribbons=$suggestAll or give it suggested moves: .RelearnMoves=$suggestAll. Is there any command that would make all the pokemon in the boxes, lowest possible and legal level in its respective game? 

  7. 2 hours ago, Kaphotics said:

    The last release to that page was over a year ago; PKHeX no longer provides the Newtonsoft JSON library because it no longer uses it.

    If you are having issues with using out of date plugins on the latest release, message the plugin author.

    @architdate Any Help? 

  8. 2 hours ago, Kaphotics said:

    The last release to that page was over a year ago; PKHeX no longer provides the Newtonsoft JSON library because it no longer uses it.

    If you are having issues with using out of date plugins on the latest release, message the plugin author.

    Sounds good. there is no other way to change the names other than this plugin then? Ill be sure to message the author. 

  9. 21 hours ago, Kaphotics said:

    Use a file name plugin that replaces the naming logic.

    Thanks I went ahead and searched for it and downloaded from https://github.com/architdate/PokeFilename/releases/tag/2.0.0

    Placed the .dll file in plugins folder inside the pkhex folder, and ignored and deleted the pdb file as stated in the installation guide. i turn pkhex on and get the following error:

    Exception Details:
    System.TypeInitializationException: The type initializer for 'PokeFilename.PokeFileNamePlugin' threw an exception.
     ---> System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified.
    File name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
       at PokeFilename.SettingsLoader.GetSettings[T](String configPath)
       at PokeFilename.SettingsLoader.GetSettings()
       at PokeFilename.PokeFileNamePlugin..cctor()
       --- End of inner exception stack trace ---
       at PokeFilename.PokeFileNamePlugin.Initialize(Object[] args)
       at PKHeX.WinForms.Main.FormLoadPlugins()
       at PKHeX.WinForms.Main..ctor()
       at PKHeX.WinForms.Program.Main()

    Loaded Assemblies:
    --------------------
    System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Private.CoreLib.dll

    PKHeX, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\AppData\Local\Temp\.net\PKHeX\z_UOGni8NZwbS8k1gbAQErXI27UiO+w=\PKHeX.dll

    System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Runtime.dll

    System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Windows.Forms.dll

    System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.ComponentModel.Primitives.dll

    System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Windows.Forms.Primitives.dll

    System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Runtime.InteropServices.dll

    System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Drawing.Primitives.dll

    System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Collections.Specialized.dll

    System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Threading.Thread.dll

    System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Collections.dll

    System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Threading.dll

    System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Diagnostics.TraceSource.dll

    System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Drawing.Common.dll

    Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\Microsoft.Win32.Primitives.dll

    System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.ComponentModel.EventBasedAsync.dll

    Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\Accessibility.dll

    System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Resources.Extensions.dll

    System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Memory.dll

    System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Drawing.dll

    System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Numerics.Vectors.dll

    PKHeX.Core, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\AppData\Local\Temp\.net\PKHeX\z_UOGni8NZwbS8k1gbAQErXI27UiO+w=\PKHeX.Core.dll

    System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Linq.dll

    Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\Microsoft.Win32.SystemEvents.dll

    System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Collections.NonGeneric.dll

    System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Text.Json.dll

    System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.ComponentModel.TypeConverter.dll

    System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Text.Encodings.Web.dll

    System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Text.Encoding.Extensions.dll

    System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Runtime.Intrinsics.dll

    System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.ComponentModel.dll

    System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Collections.Concurrent.dll

    PKHeX.Drawing.PokeSprite, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\AppData\Local\Temp\.net\PKHeX\z_UOGni8NZwbS8k1gbAQErXI27UiO+w=\PKHeX.Drawing.PokeSprite.dll

    System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.ObjectModel.dll

    System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Runtime.Loader.dll

    System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Private.Uri.dll

    System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.Http.dll

    System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.Primitives.dll

    System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Diagnostics.Tracing.dll

    System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Diagnostics.DiagnosticSource.dll

    System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.Security.dll

    System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Security.Cryptography.dll

    System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.Quic.dll

    PKHeX.Drawing, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\AppData\Local\Temp\.net\PKHeX\z_UOGni8NZwbS8k1gbAQErXI27UiO+w=\PKHeX.Drawing.dll

    System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Threading.ThreadPool.dll

    System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.Sockets.dll

    PKHeX.Drawing.Misc, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\AppData\Local\Temp\.net\PKHeX\z_UOGni8NZwbS8k1gbAQErXI27UiO+w=\PKHeX.Drawing.Misc.dll

    System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Threading.Overlapped.dll

    System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.NameResolution.dll

    System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Security.Principal.Windows.dll

    System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Security.Claims.dll

    System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Text.RegularExpressions.dll

    System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Windows.Extensions.dll

    AutoModPlugins, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\AutoModPlugins.dll

    System.IO.Compression, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.IO.Compression.dll

    PKHeX.Core.Injection, Version=23.7.9.0, Culture=neutral, PublicKeyToken=null


    FashionEditor, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\FashionEditor.dll

    Common, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null


    InsertionPlugin, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\InsertionPlugin.dll

    PokeFilename, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\PokeFilename.dll

    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\mscorlib.dll

    RaidImportPlugin, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\RaidImportPlugin.dll

    SortingPlugin, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\SortingPlugin.dll

    StartDateEditor, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\StartDateEditor.dll

    SVivillonPlugin, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\SVivillonPlugin.dll

    SVProfilePictureViewer, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\SVProfilePictureViewer.dll

    TeraFinder.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\amanm\Desktop\PKHeX\plugins\TeraFinder.Plugins_v2.4.0.dll

    TeraFinder.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null


    System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.5\System.Configuration.ConfigurationManager.dll

    System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Xml.ReaderWriter.dll

    System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Private.Xml.dll

    System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Net.WebClient.dll

    System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Runtime.Serialization.Formatters.dll

    System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Xml.XmlSerializer.dll

    System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Reflection.Emit.Lightweight.dll

    System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Reflection.Primitives.dll

    System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Reflection.Emit.ILGeneration.dll

    System.Console, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Console.dll

    System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Linq.Expressions.dll

    Microsoft.CSharp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\Microsoft.CSharp.dll

    Anonymously Hosted DynamicMethods Assembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null


    System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Diagnostics.StackTrace.dll

    System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Reflection.Metadata.dll

    System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.5\System.Collections.Immutable.dll

    --------------------
    User Message:
    An unhandled exception has occurred.
    PKHeX must now close.
    ====================================================================================================================

    Please advise. 

  10. Hello,

    I wanted to to dump all my pokemon from my gamesave, to a folder on my desktop. When I go Tools - Data - Dump Boxes It dumps them all into the folder but it dumps them with their dex number - star if its shiny or not - species name - PID(i think).

    Is it possible to dump them with just the species name? 

    For Example: 

    I dumped a Charmander into a folder from pkhex and it saved it as "0004 ★ - Charmander - 86B0019942AE" I'd like to simply save it as "Charmander" or "Charmander ★"  is it possible to do that? if so how? 

     

    Thanks in Advance. 

  11. On 1/31/2022 at 12:14 AM, Atrius97 said:

    If you only care about the TID, in PKHeX, simply hold ALT and Left Click on the star icon next to the PID. This will alter the Secret ID to be shiny without changing the Trainer ID or PID.

    If you want all pokemon to match the exact same Trainer ID AND Secret ID, then you will have to find new IVs/Nature/PID combinations that match your desired TID and SID combo.

    To do this, in Pokefinder, set up a profile with the desired Trainer ID and SID, go to Gen 4 and the correct option for the type of encounter, then Searcher, set the correct Method for your encounter, enter your desired filters and set Shiny to Star/Square, then hit Search.

    how would you get a legendary shiny with your tid, sid and ot? like for example Azelf. I am able to get it shiny with my tid and ot, but i need my sid as well. in pokefinder Valor cavern isnt available. and no mention of azelf. so how would I get Azelf with my tid, sid and ot? 

    thanks for the help in advance. 

  12. 1 minute ago, theSLAYER said:

    Just leave it and wait for PKHeX to update.

    Awesome. Thanks so much. 

    Another thing I noticed.. I went in the encounter database and searched for chansey with the same original terra type as the one I have. The one generated via encounter database is legal and the one I legally caught is illegal even when the level, origin game, location, met level, obedience level, and all are the same. 

  13. So I am on a spree of collecting pokemon after beating the game. 

    I almost filled a box up and wanted to edit pokeballs of the Terra-Mons to differentiate them from those found in overworld..to my surprise every pokemon I caught in caves has a red exclamation symbol and the error is: 

    "Unable to match an encounter from origin game."

    When I check the encounter, I don't find anything out of the ordinary. I have attached the files below. 

    PS: Terra-Mons found in over world(with sparkles) are fine and without any errors. I have the files posted below showing a terra chansey in cave with exclamation and a terra Mimikyu in overworld without an exclamation.

     

    Could someone please explain the issue within? 

    Thanks so much.  

     

     

    778 - Mimikyu - 2853F0A8FC63.pk9 113 - Chansey - 3292F3C59EEA.pk9

×
×
  • Create New...