First post, by ddold
Hello,
I'm trying to set up DOSBox to allow me to do a few things:
1) Automount and start the specific app I want via a customized configuration file (done)
2) Start via a terminal command alias (done)
3) Load a specific configuration file stored in the same directory as DOSBox (fail)
I'm trying to get this set up so that I can share a single folder containing the game (the original Romance of the Three Kingdoms) via Dropbox have an actual multiplayer game with a bunch of friends that no longer live anywhere near each other.
Here is my terminal command:
~/Dropbox/Romance/DOSBox.app/Contents/MacOS/dosbox -conf DOSBox.conf
But it's not using that conf file:
CONFIG: Generating default configuration.
Writing it to /Users/ddold/Library/Preferences//DOSBox 0.74 Preferences
CONFIG:Loading primary settings from config file /Users/ddold/Library/Preferences//DOSBox 0.74 Preferences
MIDI:Opened device:coreaudio
logout
I've tried it with the -conf in there, and without it, with the conf file at the same folder level as the DOSBox package, and at the same level as the actual app in the contents folder.
Any help is appreciated. Thanks.