- Joined
- Sep 29, 2020
- Posts
- 180
It works, thank you
And I forgot to toggle on a ZUD database...
And I forgot to toggle on a ZUD database...
Try with this. Increasing the numbers will make the buttons go down. Lowering the numbers (even negative ones) will make the buttons go up.I'm not sure what you mean by scrollable but what's going on in the image is what I said in the update. I also said there how to solve it but I can try to explain it better here.
What you have to do is put the name of all your themes (or the ones that you need to fix the height) in the SPECIAL_THEME array in the configuration file. The name is the same one that you put in the folders where all the images are. It should look something like this:
Then, you have to add the extra height for the normal menu and the themes menu. If you haven't changed the height between buttons in the normal menu, you can simply put the default value of 10. It should have as many values as themes you added in the array before.Ruby:SPECIAL_THEME = [ "NPB Blue", "NPB Pink", "NPB Yellow", "Theme 1", "Theme 2", "Theme 3", "Theme 4", "Theme 5", "Theme 6", "Theme 7", ]
As a note, the lower these values, the higher the buttons will be. It also accepts negative values (-10, for example). Useful if 0 isn't enough to put the buttons where you want them.Ruby:BUTTON_HEIGHT = [ 10, 10, 10, 10, 10, 10, 10, 30, 10, 10 ] THEME_BUTTON_HEIGHT = [ 10, 10, 10, 10, 10, 10, 10, 30, 10, 10 ]
Made an addon for compatibility with Arky's Region Map plugin.
Fixed error with Arcky's Region Map version on the meta.
Fixed animation error for the Quest Window in Arky's Region Map caused by the addon of this plugin.
Fixed the name of some image files for Arcky's Region Map.
Added the new graphic for Arky's Region Map plugin.
- Changed names in configuration from NUM_ROWS and THEME_NUM_ROWS to NUM_COLUMNS and THEME_NUM_COLUMNS.
- Fixed mapButtonPreview and mapQuestPreview for Theme 6.
- Updated the compatibility plugin with Arky's Region Map.
- Taken away some images from Theme 5 for Arky's Region Map for easier compatibility.
Updated the compatibility plugin with Arky's Region Map.
Updated the compatibility plugin with Arky's Region Map.
Exception `Errno::ENOENT' at 078:RPG_Cache:127 - No such file or directory - Graphics/UI/Pokegear/0/bg
Exception `Errno::ENOENT' at 078:RPG_Cache:127 - No such file or directory - Graphics/UI/Pokegear/0/icon_button
$PokemonSystem.pokegear = "Theme 1"
before you open the pokegear to set a theme for it. You can change the theme's name (the one between the ") to any you want the player to start with.Sorry I completely forgot about this step when updating to v21.1. Appreciate you dealing with my forgetfulness.You haven't defined a theme and have no "0" folder theme in UI/Pokegear. In the installation steps, I say that you have to define one in the intro.
Anyway, you have to use this code$PokemonSystem.pokegear = "Theme 1"
before you open the pokegear to set a theme for it. You can change the theme's name (the one between the ") to any you want the player to start with.
Updated the compatibility plugin with Arky's Region Map.
Graphics/Pictures/Pokegear
and Graphics/Pictures/RegionMap/UI
? And if you can share images from inside the themes folders that'll be good too.