Hello, super late reply, but perhaps it is still helpful either to you or someone else.
The game runs fine in DOSBox. I just played it. Even when GOG does not offer some games for MacOS, you usually can get them to run with either DOSBox, ScummVM or Wine. That is what GOG is using themselves as well. It is useful to have a little knowledge about these programs anyway, because sometimes these settings have to be changed for different computers.
So here is what you can do to get it to run. Just ask if any of my instructions are unclear to you.
Step 1: Extracting the game setup If you buy and download the game you can download a Windows setup executable. It is basically an archive containing all the files of the setup and the game itself. You need a way to extract them. The app
Keka seems to be supporting extracting .exe files.
Step 2: Moving the game files After you extracted the executable you need to locate the game files. Fortunately there are not many. Its only
HD.HPF and
EXPRESS.EXE. And there is a directory named
data, which contains
CD1.HPF,
CD2.HPF and
CD3.HPF.
Create a directory
The Last Express somewhere on your computer and inside a directory called
Game. Move the game files into the directory
Game.
Step 3: Download DOSBox Download
DOSBox and move the application into the previously created directory
The Last Express. The DOSBox application can reside anywhere on your hard drive but moving it into this folder makes managing paths way easier. And I assume that you placed the application there.
Step 4: Create a configuration file for DOSBox A configuration file is used to configure DOSBox. Most games run out of the box, but some need some settings changed. The default configuration provided by GOG did not work for me. So I edited it. I uploaded the configuration file
DOSBox.conf to Google Drive for you to download. Place it in the directory
The Last Express as well.
If you want to create it yourself just create a plain text file named
DOSBox.conf and place it into
The Last Express directory right next to the DOSBox application. Because of the name of the file and it residing in the same directory as DOSBox, DOSBox will access it automatically. Settings not provided by this configuration file will be read from the default configuration file for DOSBox. This one resides somewhere else, but don't worry about it. The settings I changed were the following:
[sdl]
fullscreen=true
fulldouble=false
fullresolution=original
windowresolution=original
output=opengl
[dosbox]
memsize=31
[render]
aspect=true
scaler=none
[cpu]
core=auto
cputype=auto
cycles=fixed 60000
cycleup=1000
cycledown=1000
[autoexec]
mount C "Game/"
mount D "Game/data/" -t cdrom
C:
EXPRESS.EXE
exit
Step 5: Start the game The directory should now look like this:
The Last Express
--- Game
--- --- data
--- --- --- CD1.HPF
--- --- --- CD2.HPF
--- --- --- CD3.HPF
--- --- EXPRESS.EXE
--- --- HD.HPF
--- DOSBox.app
--- DOSBox.conf
Doubleclick
DOSBox.app to start the game. Notice that you perhaps do not see the extension
.app depending on your finder settings. In this case the application is just called
DOSBox.
I hope that this works for you :)