Skip to content

Instantly share code, notes, and snippets.

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