v21.1 I Downloaded Gen 8 and Gen 9 Packs, but am having a couple issues (Sprite Sizes and this error)

This thread pertains to v21.1 of Pokémon Essentials.

YustarRes

Rookie
Member
Joined
Nov 18, 2023
Posts
9
First, the error. The error appears when I attempt to compile. My solution was to delete the "Generation 8 Pack Scripts" from the Plugin folders, which seems to then let me compile normally. But I'm a bit afraid that deleting that folder will cause problems elsewhere. What other solutions can I try?

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.5]

Exception: ArgumentError
Message: wrong number of arguments (given 2, expected 0..1)

Backtrace:
[Generation 8 Pack Scripts] Custom Sprite Scales.rb:119:in `compile_pokemon_metrics'
Compiler:995:in `compile_pbs_files'
Compiler:1018:in `compile_all'
Debug_MenuCommands:1341:in `block in <main>'
Event_HandlerCollections:121:in `call'
Debug_Menus:138:in `block in pbDebugMenu'
Debug_Menus:100:in `loop'
Debug_Menus:100:in `pbDebugMenu'
UI_Load:337:in `block (2 levels) in pbStartLoadScreen'
MessageConfig:575:in `pbFadeOutIn'

Then, for the sprite size issue, please see below. I'm unable to see any sprites. They're either too small or invisible entirely, not sure which. I tried switching into Gen 9, 8, and 1 Pokemon to see if it was specific to Gen 8/9.

Any and all help is appreciated. Thank you.
Ogerpon.png
 

YustarRes

Rookie
Member
Joined
Nov 18, 2023
Posts
9
What the version of the gen 8 pack?
v20.1 Generation 8 Pack for Essentials v20.1 v1.0.4

I have no issues installing the Gen 8 pack. I'm able to run the game, generate gens 6~8, see their sprites, etc. It's when I try to add the Gen 9 pack that I run into issues with the game running, compiling, and scaling.
 

JonanaSam

Novice
Member
Joined
Nov 3, 2023
Posts
22
Age
13
v20.1 Generation 8 Pack for Essentials v20.1 v1.0.4

I have no issues installing the Gen 8 pack. I'm able to run the game, generate gens 6~8, see their sprites, etc. It's when I try to add the Gen 9 pack that I run into issues with the game running, compiling, and scaling.
Probably the problem here is your version of essentials.
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.5]
You say you're using v20.1 of essentials, but as far as I know, the Gen 9 pack can only be used in v21.1 of essentials. The hotfixes that you seem to be using are also for v21.1 essentials. That might be the problem.

Or the problem is in Pokemon Metrics.
 

YustarRes

Rookie
Member
Joined
Nov 18, 2023
Posts
9
Probably the problem here is your version of essentials.

You say you're using v20.1 of essentials, but as far as I know, the Gen 9 pack can only be used in v21.1 of essentials. The hotfixes that you seem to be using are also for v21.1 essentials. That might be the problem.

Or the problem is in Pokemon Metrics.
Sorry, to clarify, I'm using the most updated version of Essentials. The Gen 8 pack is the one using 20.1 Essentials, but it's running fine on my v21.1 BEFORE I add in the Gen 9 pack.
 

Willøw

Mew #1 Fan, Mid-level 2D Artist and Dev
Member
Joined
Nov 1, 2023
Posts
4
yea for some reason the gen 8/9 sprites are wonky and are pretty small
If you need, there is also a bulk sprite resizer if the sprites' sizes still aren't normal.
I know, I have it installed, I had to use it to adjust the size of The Teal Mask Mons sprites, the gen 9/8 sprites are small because they have a code to increase their sizes in the game, but for some reason it doesn't work
 

LinKazamine

Elite Trainer
Member
Joined
May 24, 2023
Posts
473
Why are you using Gen 8 for v20.1? If you looked at the discussion, you would have seen that Appletun's Apples commissioned Golisopod User to update the plugin to v21.1 and shared the link. This link will take you to said post:
I think the download is only of the plugin but you have all the graphics on the v20.1 of the plugin.
 

YustarRes

Rookie
Member
Joined
Nov 18, 2023
Posts
9
Why are you using Gen 8 for v20.1? If you looked at the discussion, you would have seen that Appletun's Apples commissioned Golisopod User to update the plugin to v21.1 and shared the link. This link will take you to said post:
I think the download is only of the plugin but you have all the graphics on the v20.1 of the plugin.
Thanks, I didn't know that. I might upgrade the Gen 8 pack. The v20 Gen 8 pack works perfectly on its own though, so I'm not entirely sure yet.

Thank you, again.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
752
Age
34
Thanks, I didn't know that. I might upgrade the Gen 8 pack. The v20 Gen 8 pack works perfectly on its own though, so I'm not entirely sure yet.

Thank you, again.
That doesn't necessarily mean it's compatible. It could simply be that the Gen 8 Pack is overwriting code in v21 and replacing it with its outdated v20 counterpart. And when you install the Gen 9 Pack (which is expecting v21 code), it may be creating an error because the Gen 8 Pack reverted this code to v20 standards, but the Gen 9 Pack is expecting v21 code.

In short, always expect there to be discrepancies when using outdated scripts.
 
Top