- Joined
- Aug 18, 2022
- Posts
- 230
Ah I actually never noticed that haha.Well, this is the default town_map PBS for v20.1:
View attachment 23657
And this one is the default one for v21.1:
View attachment 23658
None of them used the quotes.
Ah I actually never noticed that haha.Well, this is the default town_map PBS for v20.1:
View attachment 23657
And this one is the default one for v21.1:
View attachment 23658
None of them used the quotes.
That fixed it! Thanks!Remove all the quotes in the pbs file, this seems to be an issue with v21.1 (I assume that's the version you're using) so intead of "Aria Town" just put Aria Town and do this for all other locations and point of interests.
The town map editor that comes with Arcky's Region Map adds the quotation marksWell, this is the default town_map PBS for v20.1:
View attachment 23657
And this one is the default one for v21.1:
View attachment 23658
None of them used the quotes.
Oh, I'll look into it and see if I can prevent it from adding them to avoid problems. Glad to hear it's fixed now :)That fixed it! Thanks!
The town map editor that comes with Arcky's Region Map adds the quotation marks
Exception `Errno::ENOENT' at Section078:127 - No such file or directory - Graphics/UI/Town Map/highlights//mapZ141Crater
This is because of the way the script works, I made it check the image to contain either Route or Size, Size is for anything that is not a Route. So maybe try naming it mapSizeZ141CraterWith some more tinkering, putting it in the Routes folder and renaming it mapRoute141Crater works, but idk why the file name has to specifically have "Route" in the name for it to work seeing as my game doesn't even have routes
I've noticed that in the tutorial on the overview page, I do allow you to have custom names. Seems like I didn't test that enough. Well you're the first one that reported it not working. Thanks, I'll look into it and make it work on the next update.This is because of the way the script works, I made it check the image to contain either Route or Size, Size is for anything that is not a Route. So maybe try naming it mapSizeZ141Crater
Important:
View attachment 23984
- The v20.1 and v21.1 plugin files have been merged. Once having the download extracted and opened, you should see this:
- Copy the Plugins folder into your game's root folder and replace when asked.
- For the Graphics folder, open the "Graphics (v20.1-v20.1) folder and open the folder of the essentials version you're using.
- Then copy the Graphics folder into your game's root folder but be careful when...
You might have not properly installed my plugin or some other plugin is overwritting mine.When I attempt to see the details of a certain Pokémon in the Pokédex, the game crashes and this is error log.
Exception: NameError
Message: uninitialized constant Settings::REGION_MAP_EXTRAS
Backtrace:
UI_Pokedex_Entry:29:in `pbStartScene'
[Pokedex Data Page] [001] Page Setup.rb:72:in `pbStartScene'
[More Pokedex Page : Size Comparison] [00] Pokedex Size Comparison Core.rb:140:in `pbStartScene'
[Arcky's Region Map] 011_RegionMap_Pokedex_v211.rb:18: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'
What should I do?
I have followed your instructions but it doesn't work.You might have not properly installed my plugin or some other plugin is overwritting mine.
Edit: looking better at the error log message, the issue seems to be with a plugin that adds more pokedex pages. To solve this issue
this should then normally fix this issue as the more pokedex pages will be loaded first and then my plugin will be loaded.
- You can go to that plugin's folder and open the meta file and copy the name of the plugin where it says "name ="
- Then go to my plugin and open the meta file, below the last "optional" line, add a new optional line and paste the name of that plugin there.
I hope this helped you out.
if you don't know how to do it what I described here, just tell me and I'll send you the new meta file for you.
Does it still give the same error?I have followed your instructions but it doesn't work.
Yes, seems that I have to abandon your plugin.Does it still give the same error?
What? Why? The issue isn't even with my plugin btw. But it's your decision.Yes, seems that I have to abandon your plugin.
Or you might have to check your settings file in essentials itself, maybe you deleted something. Like I said, the issue isn't even my plugin. I'm only trying to help.When I attempt to see the details of a certain Pokémon in the Pokédex, the game crashes and this is error log.
Exception: NameError
Message: uninitialized constant Settings::REGION_MAP_EXTRAS
Backtrace:
UI_Pokedex_Entry:29:in `pbStartScene'
[Pokedex Data Page] [001] Page Setup.rb:72:in `pbStartScene'
[More Pokedex Page : Size Comparison] [00] Pokedex Size Comparison Core.rb:140:in `pbStartScene'
[Arcky's Region Map] 011_RegionMap_Pokedex_v211.rb:18: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'
What should I do?
It's my fault lolO
Or you might have to check your settings file in essentials itself, maybe you deleted something. Like I said, the issue isn't even my plugin. I'm only trying to help.
So what was the issue? And don't worry, mistakes happen all the time (on my side at least )It's my fault lol
I deleted REGION_MAP_EXTRAS with nothing left (at least I should leave REGION_MAP_EXTRAS=[ ])So what was the issue? And don't worry, mistakes happen all the time (on my side at least )