You can use both and they work together, dind't see any crash in any test i've madeI hope it gets a compatibility update with Enhanced Battle UI [DBK Add-On] [v21.1]
You can use both and they work together, dind't see any crash in any test i've madeI hope it gets a compatibility update with Enhanced Battle UI [DBK Add-On] [v21.1]
Release Notes
Separated Plugin into two major versions
External Server Version
- keeps old plugin functionality, but with easier setup, Ruby now comes bundled with the Server files and a start script to run the server.
- improvements to the Joining Cluster process, the client now requests a cluster list from the server and displays available clusters and their player count, no more manually inputting...
i just realized i uploaded a broken build from yesterday, i'm already fixing this issue
Changelog:
- Fixed crash on build due to missing VMS::HOST on the config file for the Integrated Server
- Fixed crash on both versions due to more parameters than acceptable on battle start
sorry for the last release, i accidentally uploaded a broken version from yesterday
Changelog:
- Unified both versions of the plugin, now the plugin supports both the Integrated Server built-in and the External Server
- Added a config to enable External Server support (false by default, the Plugin ships with Integrated functionality only for minimal setup)
- Added No Restriction battles for both Singles and Doubles
- Fixed a bug that changed the order of the party when starting a battle and caused different battles to play out for both players
- Fixed a...
This is very weird, i wasnt able to trigger any desyncs when switching pokémon here on my computer, can you upload a video recreating the exact steps to trigger this issue?Hello, author. I'm still encountering a problem in your 2.1.0 version. When swapping Pokémon, there's a situation where the two sides are out of sync. What could be the issue? Also, I can engage in battles on other computers, but when I try to connect on my own computer, I can't have a battle. After both sides have a conversation and click to start the battle, the other side just gets disconnected directly.
Thanks for the report, i hadnt tested the plugin with shadow pokémon enabled, will look into it!Battles seem to have a seizure if you select "call" (appears when shadow pokemon are enabled)
I did fork the Trello and am updating It, the Trello link in the post is also updated to direct to the new Trello.I'm guessing the trello hasn't been touched since before the plugin took a hiatus, is anything currently being developed for the plugin besides bug fixes currently?
The issues you're encountering include desynchronization between both sides after an abnormal status is inflicted, an overlapping of character silhouettes in version 2.1, and an inability to enter battle after selecting Pokémon, resulting in an immediate disconnection from the opponent. These problems don't occur in version 2.09. By the way, I'm using the ebdx battle system. Could it be related to that?This is very weird, i wasnt able to trigger any desyncs when switching pokémon here on my computer, can you upload a video recreating the exact steps to trigger this issue?
Also, about the not being able to battle on your own computer, i'll be honest and say i didn't really understand your issue, are you trying to use two clients on the same save file? The plugin currently goes nuts if you try to interact with "yourself"
The issues you're encountering include desynchronization between both sides after an abnormal status is inflicted, an overlapping of character silhouettes in version 2.1, and an inability to enter battle after selecting Pokémon, resulting in an immediate disconnection from the opponent. These problems don't occur in version 2.09. By the way, I'm using the ebdx battle system. Could it be related to that?
basically this means you don't have the Deluxe Battle Kit installed, it was supposed to auto rescue the error but i guess that's not working properly, you can either install the Deluxe Battle Kit, or go into the VMS_Battle_Handler file and delete the line of code "setBattleRule("noBag")", specifically lines 389-392:Hi, I really liked your plugin. When trying to battle in PvP, I get the following error:
Battle rule no bag does not exist
How can I fix this? Thank you
begin
setBattleRule("noBag")
rescue ArgumentError
end