Hi all,
When modifying the client Python files, almost all of them include something like
Yet I can't find those files anywhere! Where the hell are they loaded from?
I've been able to retrieve the functions names but not the code... because I can't find the source.
Any help?
When modifying the client Python files, almost all of them include something like
Code:
import locale import net import player
I've been able to retrieve the functions names but not the code... because I can't find the source.
Any help?