Jump to content

lvlann

Member
  • Posts

    219
  • Joined

  • Last visited

Everything posted by lvlann

  1. oh snap! I never knew about artifact, i kept going on its original post. thanks a bunch!
  2. That plugin is still not working for me
  3. how to download the dev build?
  4. Facing the same issue as well. any solution @Kaphotics?
  5. @Kaphotics if it's not too much to ask, would it be OK for you to add the naming feature in the next pkhex update?
  6. 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.
  7. 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.
  8. how do i know which sdk is required for the project?
  9. 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.
  10. 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.
  11. Update: Uninstalling VS2022 and downloading 2019 community instead. 2022 kept giving me errors.
  12. downloaded the master file.. found the pokefilename.sln. figuring out the NuGet bit.
  13. 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.
  14. I have no idea what that even means? I dont mind learning, would you know where I can learn how to do what you mentioned?
  15. 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?
  16. I did, never got a reply. I assume that plugin is abandoned.. Anything else I can do on my part? Is there another way within PKHeX which can implement that? May be in next update? @Kaphotics
  17. Sounds good. there is no other way to change the names other than this plugin then? Ill be sure to message the author.
  18. 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.
  19. 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.
  20. 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.
  21. 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.
  22. Sorry, I don't understand. Could you elaborate pls? Do I need to turn them off? Delete them? How do I fix this issue?
  23. 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...