• 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.
Detailed Error Messages for Players (and not only debug/playtest mode)

v21.1 Detailed Error Messages for Players (and not only debug/playtest mode) 2023-03-20

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
Also compatible with
  1. v20.1
A tiny edit in the scripts that simply allows players to view detailed error reports that they can send to the devs to help them find the cause of the errors much much easier.
I would have made it into a plugin but it looks like this specific method does not work from a plugin.
Therefore it has to be a direct scripts edit.
In the Main tab (usually the last tab in the scripts.rxdata) comment out the lines i have commented out in
def mainFunction:
def mainFunction
#if $DEBUG
pbCriticalCode { mainFunctionDebug }
# else
# mainFunctionDebug
# end
return 1
end
or i guess you can simply copy this and paste it over that one.

Before:
AD_4nXchbz3VUN9tzOjuoSFcXJxw-qazBu4ccPQjZeugl9NftiWoWVwSsshc6WsbzZvcR86cK77XNAojJ0qV6D2ySEwIJDDXTK0XBRwCC1ANtcGxFik6KKR4CtW2kqEaf9FQAxTJuD0SvLgXMqrT2fKXBAcr2ZTY

After:
AD_4nXeIyhVJBs57DRuARp1BeHourSkdJSMKN2mvFfKuLLbwBDU0DaDrMoL88toEYprAhVrNDS4302-_GLd7W-8IaBoKjgm4Cdykqi_fFgktu-G6-owddssmi4b4jnSmpKYImm8CscI6CxzNoR8jC0WA3y6rEro
Credits
DemICE (are credits really needed for this? lol)
  • 1679326842886.png
    1679326842886.png
    17.3 KB · Views: 815
Author
DemICE
Views
1,534
First release
Last update

Ratings

5.00 star(s) 3 ratings

More resources from DemICE

Latest updates

  1. Also applicable for Essentials v21.1

    The exact same problem persists in Essentials v21.1 (why Maruno?) And the exacts same solution...

Latest reviews

finally I can know what tf is going on when a players game crashes randomly
Back
Top