• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Modular UI Scenes [v21.1]

Resource Modular UI Scenes [v21.1] v2.0.8

Jangajinx

An Overly Ambitious Developer
Member
Joined
Apr 21, 2023
Posts
213
Ok well I got around to just installing it myself to check, and that's not it. It's literally just the footprint script. Delete that, and everything works fine.
As for the shiny icons, that's more of an internal Essentials bug. Vanilla Essentials sets the default shininess value for icons to 0 instead of false, so this counts as "true" when refreshing the sprites. Essentials doesn't inherently come with shiny icons, so this is never a problem under normal circumstances.


EDIT: I alerted Maruno about the shiny bug. However, if you want to fix it permanently in your own game instead of waiting for it to be inevitably added to the v21.1 Hotfixes, all you have to do is initialize @shiny = false instead of 0 in class PokemonSpeciesIconSprite < Sprite.

If you want to fix the Gen 8 Pack bug, just add Optional = Generation 8 Pack Scripts,1.0 to the Modular UI Scenes meta.txt file.
Works like a charm now! Thanks for the help! I might have mistyped it when trying to fix it.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

Eften

Novice
Member
Joined
Mar 25, 2022
Posts
22
1695736895347.png


I got this error when accessing the Pokedex. How should I fix it? Thanks in advance.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222
If you installed the latest v2.0.4 update yesterday, please redownload the update. I accidentally released it with a few outdated files that I just fixed.
 

mahouchoujou

Rookie
Member
Joined
Feb 2, 2024
Posts
8
Is there any way to add the ability to modify EVs and IVs to this inherently? I saw a script that utilized it and was able to add it to the game but it overwrites the extended UI portion of the Modular UI, making things like seeing Hidden Power at the bottom disappear.
 

LinKazamine

Champion
Member
Joined
May 24, 2023
Posts
674
Is there any way to add the ability to modify EVs and IVs to this inherently? I saw a script that utilized it and was able to add it to the game but it overwrites the extended UI portion of the Modular UI, making things like seeing Hidden Power at the bottom disappear.
You could edit the code of that script a bit to turn it into a new page for the summary screen if it works for v21.1.
 

LinKazamine

Champion
Member
Joined
May 24, 2023
Posts
674
The one you mentioned that adds the ability to modify EVs and IVs. Since you say that it overwrites one of the pages, you have to turn it into its own page.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222

komeiji514

Elite Trainer
Member
Joined
Oct 28, 2023
Posts
267
When I add a new page to pokedex and I turn to it,all the page icons disappear. Idk what mistakes I have made in the scripts.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,222
When I add a new page to pokedex and I turn to it,all the page icons disappear. Idk what mistakes I have made in the scripts.
Can you be more specific? I cant really visualize what you mean.
 
Back
Top