Orvid is a specialized software publisher focused on modding tools for Bethesda’s modern role-playing games, offering Champollion, a decompiler that translates compiled Papyrus bytecode back into readable source scripts for titles such as Skyrim, Fallout 4, Fallout 76, and the upcoming Starfield. By reconstructing high-level Papyrus syntax from compiled game scripts, Champollion enables mod authors, researchers, and server operators to inspect original logic, troubleshoot incompatibilities, restore lost source files, and learn advanced scripting techniques without access to proprietary code. Typical workflows involve extracting compiled scripts from data archives, batch-decompiling entire plugin hierarchies, diffing outputs to identify engine updates or unauthorized changes, and integrating regenerated source into version-controlled mod projects for collaborative refinement. The tool therefore sits at the intersection of reverse-engineering utilities, game-development aids, and educational resources, supporting everything from quick bug fixes to large-scale total-conversion mods. Orvid’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest release and allowing users to queue multiple applications for unattended batch installation.
A decompiler for the Papyrus script language used in Skyrim, Fallout 4, Fallout 76, and Starfield. It aims to produce a Papyrus Script file (.psc) from a .pex binary file. The decompiled script should recompile to a functionally equivalent PEX binary.
Details