Installer afraid-of-monsters-standalone
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: - setup: filename: Afraid+of+Monsters.exe referer: https://www.moddb.com/mods/afraid-of-monsters/downloads/ url: https://www.moddb.com/downloads/mirror/1069/100/2638b1df9480d851f83f6cfed0109654/ game: arch: win32 exe: drive_c/Program Files/steam/steamapps/sourcemods/half-life/AoMDC/aomdc.exe prefix: $GAMEDIR installer: - task: arch: win32 name: create_prefix prefix: $GAMEDIR - task: arch: win32 description: Afraid of Monsters installer.. executable: setup name: wineexec prefix: $GAMEDIR wine: esync: true
{ "files": [ { "setup": { "filename": "Afraid+of+Monsters.exe", "referer": "https://www.moddb.com/mods/afraid-of-monsters/downloads/", "url": "https://www.moddb.com/downloads/mirror/1069/100/2638b1df9480d851f83f6cfed0109654/" } } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/steam/steamapps/sourcemods/half-life/AoMDC/aomdc.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "description": "Afraid of Monsters installer..", "executable": "setup", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "wine": { "esync": true } }