Hm, I updated all my plugins (just Gen 8 was one update out of date), and it's still doing the same thing.
I installed all of the same plugins in my project to a separate Pokemon Essentials folder, and it works, so I don't think it's related to my other plugins, but I'm not sure what would be causing it then.
Are you sure your plugins are actually up to date (as in, the versions displayed in the console display correctly). You may have them installed, but they havent been refreshed internally.
Are you sure your plugins are actually up to date (as in, the versions displayed in the console display correctly). You may have them installed, but they havent been refreshed internally.
Found the culprit. It turned out I had the 1.0.2 version of Legendary Breeding instead of 1.0.3. I don't think that's listed in the meta.txt, but it appears to be an additional requirement. But you're right, I should have looked around more at the available updates.
In Deluxe Battle Rules, I can call weather :Rain successfully but weather :StrongWinds doesn't load. Do you know why? Oh, I also noticed that :HeavyRain is automatically changed to :Rain in-battle.
In Deluxe Battle Rules, I can call weather :Rain successfully but weather :StrongWinds doesn't load. Do you know why? Oh, I also noticed that :HeavyRain is automatically changed to :Rain in-battle.
Because primordial weather is hard-coded to require its respective Primal/Mega to be on the field, and automatically ends if they arent. Thats why I didnt even bother to add Strong Winds as an option.
ATTENTION! Final Update!
With the release of Essentials v21, this will be the final update for Essentials Deluxe for v20.1. Going forward I will instead be fully focused on v21, so I will no longer be updating or supporting this plugin. I intend to take a break before I even start thinking about how or when I'm going to start working on a v21 iteration of the plugin, so don't ask me about a time frame for release. I will keep this plugin...
This error appeared when a friend was playtesting and tried using the lure ball, after closing the error the game continued as normal but acted as if the ball failed. Due to it mentioning essentials deluxe in the error I’m posting it here.
View attachment 18909This error appeared when a friend was playtesting and tried using the lure ball, after closing the error the game continued as normal but acted as if the ball failed. Due to it mentioning essentials deluxe in the error I’m posting it here.
I dont remember, but I think this method is now aliased instead of being overwritten, so you can probably just edit this in the base scripts instead of in the plugin.
I dont remember, but I think this method is now aliased instead of being overwritten, so you can probably just edit this in the base scripts instead of in the plugin.
Sorry if i misunderstood, my english it's not so good, that code what i edited was already in the base scripts, at Battle_Scene_Objects, line 212.
Some file from Essentials Deluxe is overwritting it, i tried to open every file and search "draw_name, nameWidth and @battler.name" But i cant find what is overwritting it :(
Sorry if i misunderstood, my english it's not so good, that code what i edited was already in the base scripts, at Battle_Scene_Objects, line 212.
Some file from Essentials Deluxe is overwritting it, i tried to open every file and search "draw_name, nameWidth and @battler.name" But i cant find what is overwritting it :(
If i change @spriteBaseX = 34 to 40, i can move the name like i want, but it moves the health and exp bar too, is there a way to move only the name? If its something hard or takes time, just forget it. I don't want to be annoying.
This section is for the discussion of the tutorials and resources on Eevee Expo. To find tutorials and resources, check out the Tutorial and Resource Manager for optimal navigation.