• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Detailed Error Messages for Players (and not only debug/playtest mode)

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

This resource pertains to version 20.1 of Pokémon Essentials.
Pokémon Essentials Version
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:
1679326842886.png


After:
image.png
Credits
DemICE (are credits really needed for this? lol)
Author
DemICE
Views
1,138
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from DemICE

Latest reviews

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