Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
95 stars 18 forks source link

New species not showing #210

Closed jimbo4273 closed 7 years ago

jimbo4273 commented 7 years ago

bugReport_20161020_124534_CDT.zip

Loreinator commented 7 years ago

I have been creating new species data for the latest releases, and they aren't showing up.

Do you mean they don't have icons, or they don't appear in the roster at all?

jimbo4273 commented 7 years ago

They appear, but after I save and exit, they don't show up at all.

Loreinator commented 7 years ago

I'll have to take a look when I get home then. In the meantime, try using the latest development build instead of manually adding in species yourself:

https://drive.google.com/open?id=0Bwi_f200YyRqfm5fOWMtbkVrd0RhQUJyTDR6V29WZFFBd0o4cl95VjlqUTkyNDRicS1GOVE

I generally leave it a couple of days before releasing in case there are corrections to be done, or if new details arise.

jimbo4273 commented 7 years ago

OK. Thanks for the quick response!

Loreinator commented 7 years ago

From the log it looks like you may have been manually editing the species files incorrectly:

[Oct 20, 2016 12:41:14 PM] [FINE] Cannot parse config entry, key: Gourgeist type: SPECIES value: (Spooky) 3211 60 GHOST SPOOKIFY

Please ensure that you properly escape space characters, or it won't parse it properly. For example, the "winking" species are given the Name: "Bulbasaur_w". It is through the i18n entries that it becomes "Bulbasaur (Winking)". In general I do not recommend manually editing these files, or you will encounter problems when updating to a new version (missing species).