When the Papyrus Compiler compiles a script, the following metadata is embedded in that script:
This metadata helps game developers find team members responsible for specific scripts during development, but outside team environments, this metadata serves no purpose.
This metadata can be retrieved using a hex editor or a Papyrus decompiler, such as Champollion. This metadata could put at risk your security or privacy.
Pyro anonymizes script metadata by scrambling each string with random letters.
Anonymization can be enabled by adding the Anonymize
attribute to the PapyrusProject
node and setting the value to True
.