FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). FreeSCI is still incomplete.
FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). FreeSCI is still incomplete.
To install freesci, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install freesci
To see what files were installed by freesci, run:
port contents freesci
To later upgrade freesci, run:
sudo port selfupdate && sudo port upgrade freesci
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.