• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
In-Depth Pokedex Data Page [v21.1]

Resource In-Depth Pokedex Data Page [v21.1] v2.0.1

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
Lucidious89 submitted a new resource:

In-Depth Pokedex Data Page [v21.1] - Modularly adds a new page to the Pokedex to display in-depth info about each species.

Pokedex Data Page for v21.1
Adds a new page using Modular UI Scenes to display a ton of in-depth info for each species in the Pokedex.
0Du7oHL.gif
giphy.gif

Overview
This plugin showcases the...

Read more about this resource...
 

Jangajinx

An Overly Ambitious Developer
Member
Joined
Apr 21, 2023
Posts
213
More legendary work from you! I love it! Keep up the amazing work! Thank you for this plugin. On my Must have list! Much love! 😄
 

drawntoast

Cooltrainer
Member
Joined
Aug 20, 2017
Posts
199
This is an amazing script, though I noticed with the evolution methods that specific level up requirements appear when it shouldn't, like for Pawmo or Gimmighoul. They don't evolve at specific levels.
 

Thunderbird games

Novice
Member
Joined
Jan 1, 2022
Posts
47
hi i keep on getting this error when opening the pokedex
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.0]
[EBDX v1.4.1 (E21)]

Exception: RuntimeError
Message: Unknown ID 0.

Backtrace:
GameData:176:in `get'
UI_Pokedex_Entry:24:in `pbStartScene'
[Pokedex Data Page] [001] Page Setup.rb:65:in `pbStartScene'
UI_Pokedex_Entry:583:in `pbStartScreen'
UI_Pokedex_Main:879:in `pbDexEntry'
UI_Pokedex_Main:1281:in `block (2 levels) in pbPokedex'
UI_Pokedex_Main:1257:in `loop'
UI_Pokedex_Main:1257:in `block in pbPokedex'
MessageConfig:721:in `pbActivateWindow'
UI_Pokedex_Main:1256:in `pbPokedex'
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
hi i keep on getting this error when opening the pokedex
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.0]
[EBDX v1.4.1 (E21)]

Exception: RuntimeError
Message: Unknown ID 0.

Backtrace:
GameData:176:in `get'
UI_Pokedex_Entry:24:in `pbStartScene'
[Pokedex Data Page] [001] Page Setup.rb:65:in `pbStartScene'
UI_Pokedex_Entry:583:in `pbStartScreen'
UI_Pokedex_Main:879:in `pbDexEntry'
UI_Pokedex_Main:1281:in `block (2 levels) in pbPokedex'
UI_Pokedex_Main:1257:in `loop'
UI_Pokedex_Main:1257:in `block in pbPokedex'
MessageConfig:721:in `pbActivateWindow'
UI_Pokedex_Main:1256:in `pbPokedex'
Not related to the plugin, you have an undefined region or something somehow. Try recompiling.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
This is an amazing script, though I noticed with the evolution methods that specific level up requirements appear when it shouldn't, like for Pawmo or Gimmighoul. They don't evolve at specific levels.
You're probably using Evolution methods from the Gen 9 Pack that are no longer compatible with v21.1. I had this issue myself, I had to manually update them myself. Maybe I should release that as a separate resource while we wait for the Gen 9 Pack to be officially updated?
 

Thunderbird games

Novice
Member
Joined
Jan 1, 2022
Posts
47
You're probably using Evolution methods from the Gen 9 Pack that are no longer compatible with v21.1. I had this issue myself, I had to manually update them myself. Maybe I should release that as a separate resource while we wait for the Gen 9 Pack to be officially updated?
tried that didn't change anything, and I've tried recompiling
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
tried that didn't change anything, and I've tried recompiling
Well, it's not related to the plugin, so I'm not sure what else to tell you. Someone reported the exact same error to me earlier and they resolved it by recompiling, so I already know it's not plugin related.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
Lucidious89 updated In-Depth Pokedex Data Page [v21.1] with a new update entry:

v1.0.1 Update

Minor Update (v1.0.1)
IMPORTANT
It's come to my attention that if you're using this plugin with scripts and PBS files taken from the Gen 9 pack, the evolution text for some of the species added by that plugin may not display correctly. This is due to the evolution handlers from that plugin not being fully compatible with v21.1 yet. To address this, I've updated this plugin to contain updated evolution methods that are...

Read the rest of this update entry...
 

drawntoast

Cooltrainer
Member
Joined
Aug 20, 2017
Posts
199
You're probably using Evolution methods from the Gen 9 Pack that are no longer compatible with v21.1. I had this issue myself, I had to manually update them myself. Maybe I should release that as a separate resource while we wait for the Gen 9 Pack to be officially updated?
Oh, that's why. I do have that pack too. Thanks for fixing it so soon, too!
 

Jangajinx

An Overly Ambitious Developer
Member
Joined
Apr 21, 2023
Posts
213
Got this error while playing around with the new data page. Not sure if is related, but wanted to share just in case. Also have that old bug with shiny icons when looking similar Pokémon.

[Pokémon Essentials version 21]
[v21 Hotfixes 1.0.1]

Exception: ArgumentError
Message: Invalid argument passed to method.
Expected nil to be one of [Symbol, GameData::Species, String], but got NilClass.

Backtrace:
015:Validation:29:in `validate'
100:GameData:100:in `get'
[Pokedex Data Page] [003] Sub Menu.rb:244:in `pbDrawSpeciesDataList'
[Pokedex Data Page] [003] Sub Menu.rb:227:in `block in pbChooseSpeciesDataList'
[Pokedex Data Page] [003] Sub Menu.rb:111:in `loop'
[Pokedex Data Page] [003] Sub Menu.rb:111:in `pbChooseSpeciesDataList'
[Pokedex Data Page] [002] Main Page.rb:30:in `block in pbDataPageMenu'
[Pokedex Data Page] [002] Main Page.rb:12:in `loop'
[Pokedex Data Page] [002] Main Page.rb:12:in `pbDataPageMenu'
[Pokedex Data Page] [001] Page Setup.rb:115:in `pbPageCustomUse'

1693522452631.png
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
Got this error while playing around with the new data page. Not sure if is related, but wanted to share just in case. Also have that old bug with shiny icons when looking similar Pokémon.



View attachment 20723
I have to imagine this is all just related to the Gen 8 Pack conflict. I think just adding the Gen 8 Pack as an optional dependency should resolve this.
 

Babits

Novice
Member
Joined
Mar 22, 2019
Posts
13
Hi im getting this error when i try register a new pokémon in pokédex
[2023-09-04 21:28:15 +0200]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.0]

Exception: NoMethodError
Message: undefined method `dispose' for nil:NilClass

Backtrace:
[Pokedex Data Page] [001] Page Setup.rb:98:in `pbEndScene'
UI_Pokedex_Entry:617:in `pbDexEntry'
Scene_ChooseCommands:471:in `block in pbShowPokedex'
MessageConfig:575:in `pbFadeOutIn'
Scene_ChooseCommands:468:in `pbShowPokedex'
Battle_CatchAndStoreMixin:92:in `block in pbRecordAndStoreCaughtPokemon'
Battle_CatchAndStoreMixin:83:in `each'
Battle_CatchAndStoreMixin:83:in `pbRecordAndStoreCaughtPokemon'
Battle_StartAndEnd:480:in `pbEndOfBattle'
Battle_StartAndEnd:346:in `pbBattleLoop'
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185
Hi im getting this error when i try register a new pokémon in pokédex
[2023-09-04 21:28:15 +0200]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.0]

Exception: NoMethodError
Message: undefined method `dispose' for nil:NilClass

Backtrace:
[Pokedex Data Page] [001] Page Setup.rb:98:in `pbEndScene'
UI_Pokedex_Entry:617:in `pbDexEntry'
Scene_ChooseCommands:471:in `block in pbShowPokedex'
MessageConfig:575:in `pbFadeOutIn'
Scene_ChooseCommands:468:in `pbShowPokedex'
Battle_CatchAndStoreMixin:92:in `block in pbRecordAndStoreCaughtPokemon'
Battle_CatchAndStoreMixin:83:in `each'
Battle_CatchAndStoreMixin:83:in `pbRecordAndStoreCaughtPokemon'
Battle_StartAndEnd:480:in `pbEndOfBattle'
Battle_StartAndEnd:346:in `pbBattleLoop'
Yeah, I see the issue. I'll fix it.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,185

Savage7590

Novice
Member
Joined
Apr 11, 2021
Posts
15
Hey I'm really liking this plug-in but I'm working with v19.1 for a long time now. Is it possible to downgrade it? If not I understand
 
Back
Top