Is there a work around for the Patron contend?
Anyone have the patreon code?
Yes and no. Patreon code is evaluated against some external server (
You must be registered to see the links
). I suppose you could redirect the request to your own server. (Game expects 200 OK response, nothing else).
Patreon checks are performed by checking the result of
_isPTR_()
and/or the value of
online_validated
. The
_isPTR_()
function is obfuscated to load and execute a file named "core/helpers/c" which happens to be in sounds.rpa. It contains Python bytecode which I didn't bother disassembling but I guess its doing some hashing on the email and code.
Attached patch should set
online_validated
to true, make the online validation query Google instead and redefines
_isPTR_()
to always return true.
I suspect that it won't make much of a difference as you likely still need the Patreon content mods.