Jump to content

Recommended Posts

Posted (edited)

Hey folks. Not sure if this is an import bug or if need to edit something before importing. Also, I apologize if this is the wrong place to post this.

Currently, I cannot import anything with a special character in its name.

for example: Mr. Mime (Not sure if it's the . or the space in the name that causes this.)

Mr. Mime @ Life Orb

Ability: Soundproof

EVs: 252 SpA / 4 SpD / 252 Spe

Timid Nature

- Psychic

- Thunderbolt

- Energy Ball

- Protect

This is the error i get.

GwkhkBX.png

and these are the error details.

  Reveal hidden contents

Also cannot seem to get the move King's Shield to populate when trying to add it to Aegislash, it just remains blank.

Edited by Odaxis
Clarification
Posted

Oh haha.. I was looking for a solution myself and when I refreshed the github I saw you got it already Kaphotics. Looks like your fix is more universal though :P!


This is part of what I was writing up as a reply before:

It's not the most "beautiful" code, but placing this under line 1724

  Species = Array.IndexOf(species, spec.Replace(" ", ""));

should fix it:

                                        if (ld[0].Equals("Mr. Mime"))                                        {
                                           Species = Array.IndexOf(species, spec);
                                       }

  • 2 weeks later...
Posted
  Odaxis said:
Any update on when the next version will be ?

If you have a copy of microsoft visual studio you can download the project from the github and compile it yourself. Otherwise, learn that patience is a virtue..

Posted
  Favna said:
If you have a copy of microsoft visual studio you can download the project from the github and compile it yourself. Otherwise, learn that patience is a virtue..

No Microsoft Visual Studio, so I can't compile it. I was only asking for an update, not demanding an answer. Knowledge is the cure for ignorance. Just trying to cure myself ;)

  • 1 month later...
Posted
  Kaphotics said:
Fixed in the latest commit.

Thanks for reporting :)

Hey there. I'm not sure if i did it correctly or not but i downloaded the latest Source code from your GitHub page, compiled it (i think correctly) in MS Visual Studio and am still having this issue.

From what i can tell there is a difference in the ' in the ability King's Shield

- King's Shield (from showdown and Does NOT work)

- King’s Shield (from PKHeX and Does work)

King's Rock (from showdown and Does NOT work)

King’s Rock (from PKHeX and Does work)

The issue with Mr. Mime seems to be fixed.

Posted
  Odaxis said:
Hey there. I'm not sure if i did it correctly or not but i downloaded the latest Source code from your GitHub page, compiled it (i think correctly) in MS Visual Studio and am still having this issue.

From what i can tell there is a difference in the ' in the ability King's Shield

- King's Shield (from showdown and Does NOT work)

- King’s Shield (from PKHeX and Does work)

King's Rock (from showdown and Does NOT work)

King’s Rock (from PKHeX and Does work)

The issue with Mr. Mime seems to be fixed.

Fixed in the latest commit.

Thanks!

  • 3 weeks later...
Posted

Not really sure if this is a bug or not. thinking so.

Filling out a request for someone who wanted a Jolteon with a nickname of Vaporeon with the following template

Vaporeon (Jolteon) (F) @ Aspear Berry

Ability: Volt Absorb

Shiny: Yes

EVs: 252 SpA / 4 SpD / 252 Spe

Timid Nature

- Thunderbolt

- Hyper Voice

- Hidden Power [Dragon]

- Heal Bell

results in a Vaporeon with a nickname of Jolteon

  • 2 weeks later...
  • 2 weeks later...
Posted

It seems like PKHeX is not accepting "forms" of Pokemon from the Showdown template generator if they have a nickname.

Without a nickname they inject fine.

With a nickname and without a "form" also injects fine.

This was attempted with the latest build as of yesterday. No error was given. just simply didn't do anything.

  Reveal hidden contents

Also

This Castform was also attempted and provided an error.

  Reveal hidden contents

Error:

  Reveal hidden contents
Posted
  Odaxis said:
It seems like PKHeX is not accepting "forms" of Pokemon from the Showdown template generator if they have a nickname.

Without a nickname they inject fine.

With a nickname and without a "form" also injects fine.

This was attempted with the latest build as of yesterday. No error was given. just simply didn't do anything.

  Reveal hidden contents

Also

This Castform was also attempted and provided an error.

  Reveal hidden contents

Fixed in latest commit.

Thanks as usual :)

  • 1 month later...
Posted (edited)

Update on the issue..

For some reason Showdown now adds 2 spaces on each line at the end. It would be very much appreciated if PKHeX can be updated to reflect this change on Pokemon Showdown.

eLIlSgN.png

Credits to @RustInPeace for figuring it out.... Details are easily overlooked is proven again.

Old issue:

  Reveal hidden contents
Edited by Favna
Update and rewording
Posted
  RustInPeace said:
You need to take out the spaces after each line, I just copy/pasted the Taillow without the spaces, and it got in fine.

Well damn... Thanks for noticing that minor detail! I updated the original post just now.

Posted (edited)
  Kaphotics said:
Fixed in latest commit.

Thanks for reporting and deducing the issue!

A new version has been posted in the stickied thread; as you can tell from the other changes in that commit I've also added automatic loading of the SaveDataBackup files.

can you put a tutorial for the inporter please

Edited by Beeness
misspelled a word
Posted
  Favna said:
Copy the set

Hold the control key

Click "species" in the main tab

Done

Some sort of example vid i made ages ago for a friend:

https://youtu.be/CkEs7VGiX_Y

Note: it was just for showing it to friends who thought it was a huge hassle to upload xD

thank you so much now i can finally make some sets

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...