- Download the Windows version of Creatures Docking Station from http://www.creaturesdockingstation.com/
- Create an SDL install: decompress the files, combining files from
dsbuild 195/global
anddsbuild 195/win32_sdl
- Install Wine with
brew install --no-quarantine gcenx/wine/wine-crossover
- Run with
cd "Docking Station"; SDL_VIDEODRIVER=windib wine32on64 engine.exe
(sound will fail, if you want sound run withSDL_VIDEODRIVER=windib WINEPREFIX=~/.wine32 WINEARCH=win32 wine32on64 engine.exe
) (apparently now I can just runSDL_VIDEODRIVER=windib wine engine.exe
with Wine Crossover and it works, including sound)
Last active
February 26, 2024 16:32
-
-
Save ligfx/02c5832fd6ee8af3e94765b769d933bb to your computer and use it in GitHub Desktop.
Creatures Docking Station on macOS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment