tool for inspecting and manipulating Plasma game files
PlasmaShop is a tool for inspecting and manipulating the files that make up games based on the Plasma engine, such as Myst Online: URU Live. It can do many age-related tasks that lie outside of what the PRP Blender Plugin can do: create PAK files, decompyle/compile Python scripts, sum age files, etc.
PlasmaShop is a tool for inspecting and manipulating the files that make up games based on the Plasma engine, such as Myst Online: URU Live. It can do many age-related tasks that lie outside of what the PRP Blender Plugin can do: create PAK files, decompyle/compile Python scripts, sum age files, etc.
To install PlasmaShop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install PlasmaShop
To see what files were installed by PlasmaShop, run:
port contents PlasmaShop
To later upgrade PlasmaShop, run:
sudo port selfupdate && sudo port upgrade PlasmaShop
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.