Champollion a PEX to Papyrus decompiler
skyrim β Mods & Enhancements
Champollion is a command-line utility that decompiles Skyrim's compiled .PEX script files back into editable .PSC source code, allowing modders to reverse-engineer and modify existing scripts. With over 7,000 endorsements and 466,000 downloads, it's a proven tool for the modding community, though it hasn't been updated since 2013.
π¦ Full mod page on discovermods
Downloads, ratings, compatibility info, installation guides, and user reviews.
View on discovermods βSyntax
Utilities
Example
Downloads: 466,219 | Endorsements: 7,224
π‘ Notes
By li1nx | v1.0.1 | 7,224 endorsements
π― Tips & Tricks
Run the tool from the command line with the .pex file as an argumentβit will output a .psc file in the same directory
Use the decompiled .psc as a reference for learning Papyrus scripting, but be aware that decompiled code may not be perfectly clean
If you're modding Skyrim Special Edition, test the output carefully as the tool predates SSE and may need tweaks
π§ Troubleshooting
Mod not working
Check load order and required dependencies. Read the full mod description.
β οΈ Common Mistakes
- Installing multiple mods that modify the same files without checking compatibility
π Pros
- Community staple for Skyrim moddingβ7,224 endorsements and nearly half a million downloads prove it's the go-to for script decompilation
- Essential for reverse-engineering mods or recovering lost source code, saving hours of manual rewriting
- Lightweight and command-line based, so it's fast and scriptable for power users
π Cons
- No updates since April 2013βmight have issues with newer Skyrim versions or special edition, though the core format hasn't changed much
- Command-line interface might intimidate casual modders who prefer GUI tools
- No documentation or usage examples provided in the description, so you'll need to figure out the syntax yourself or find community guides