Tool to help with porting GOG game bundles to GNU/Linux. The example port is a DOS-Box macos port of Theme Hospital.
Nothing particular to be done, ws will install and init goggy.
To setup goggy, tell it to setup via:
goggy setupYou may also specify a custom root directory via:
goggy setup -d /some/custom/rootIt will prompt you for administrator rights, to be able to write to the /opt directory.
If you'd like to purge goggy from the system again, call:
goggy purgeTo retain goggy's config files, use:
goggy purge -RDownload the MacOS package file from the GOG website. At this time this would be theme_hospital_enUS_1_0_3_33062.pkg. Let's assume we stash the package at ${HOME}/Downloads, we can prepare it to be used with goggy like:
goggy install ${HOME}/Downloads/theme_hospital_enUS_1_0_3_33062.pkgAfter unpacking, let's check for available games via:
goggy listThis should give you something like:
1207659026 "Theme Hospital"Which is the name and ID of the package, as defined by the kind folks at GOG.
To start the game in single player mode, we may call:
goggy play 1207659026 singleTo list all available game specific modes, check:
goggy play 1207659026 helpThanks everybody at GOG for your incredible work of porting, preserving and re-publishing so many great games.