DemICE submitted a new resource:
Detailed Error Messages for Players (and not only debug/playtest mode) - Have your players show you full error reports.
Read more about this resource...
Detailed Error Messages for Players (and not only debug/playtest mode) - Have your players show you full error reports.
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 down below, comment out the lines i have commented in def mainFunction:
def mainFunction
#if $DEBUG
pbCriticalCode { mainFunctionDebug }
#...
Read more about this resource...