Skip to content

Instantly share code, notes, and snippets.

@dill0wn
dill0wn / darkforces-launcher.sh
Last active November 25, 2019 22:18
I have Dark Forces on Steam. Cool. Unfortunately here in 2019, we have Catalina. Because of Catalina, I am no longer able to launch DF (and many other applications) through Steam because the executable is 32 bit (Catalina dropped 32-bit application support). Luckily the Steam version of DF is mostly a simple DOSBox wrapper around the original ga…
#!/bin/sh
###############################################################################
# DARK FORCES DOSBOX LAUNCHER
###############################################################################
# This quick-n-dirty script assumes you already have dosbox installed via brew
# create tmp file handle
tmpconf=$(mktemp /tmp/dosbox.darkforces.conf.XXXXXX)