Installer the-need-for-speed-cd
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
game: main_file: nfs.exe installer: - insert-disc: requires: install.exe - task: executable: $DISC/install.exe name: dosexec
{ "game": { "main_file": "nfs.exe" }, "installer": [ { "insert-disc": { "requires": "install.exe" } }, { "task": { "executable": "$DISC/install.exe", "name": "dosexec" } } ] }