Installer call-of-duty-4-modern-warfare-01
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.
files: - patch1: N/A:Provide path to 1.4 patch - patch2: N/A:Provide path to 1.4-5 patch - patch3: N/A:Provide path to 1.6 patch - patch4: N/A:Provide path to 1.6-1.7 patch game: exe: drive_c/Program Files (x86)/Activision/Call of Duty 4 - Modern Warfare/iw3mp.exe prefix: $GAMEDIR installer: - insert-disc: message: Insert disc 1 requires: setup.exe - merge: description: Copying disc 1 to cache dst: $CACHE/cdrom src: $DISC - task: executable: $CACHE/cdrom/setup.exe name: wineexec prefix: $GAMEDIR - task: executable: patch1 name: wineexec prefix: $GAMEDIR - task: executable: patch2 name: wineexec prefix: $GAMEDIR - task: executable: patch3 name: wineexec prefix: $GAMEDIR - task: executable: patch4 name: wineexec prefix: $GAMEDIR system: prefer_system_libs: false wine: esync: true
{ "files": [ { "patch1": "N/A:Provide path to 1.4 patch" }, { "patch2": "N/A:Provide path to 1.4-5 patch" }, { "patch3": "N/A:Provide path to 1.6 patch" }, { "patch4": "N/A:Provide path to 1.6-1.7 patch" } ], "game": { "exe": "drive_c/Program Files (x86)/Activision/Call of Duty 4 - Modern Warfare/iw3mp.exe", "prefix": "$GAMEDIR" }, "installer": [ { "insert-disc": { "message": "Insert disc 1", "requires": "setup.exe" } }, { "merge": { "description": "Copying disc 1 to cache", "dst": "$CACHE/cdrom", "src": "$DISC" } }, { "task": { "executable": "$CACHE/cdrom/setup.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "executable": "patch1", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "executable": "patch2", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "executable": "patch3", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "executable": "patch4", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "prefer_system_libs": false }, "wine": { "esync": true } }