Installer battlefield-2-installer

files:
- file1: 'N/A: Select setup.exe'
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/EA GAMES/Battlefield 2/BF2.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing Battlefield 2
    executable: $file1
    name: wineexec
    prefix: $GAMEDIR
description: Install script for loose files (from CD) withouth needing a disk drive
game_slug: battlefield-2
gogslug: ''
humblestoreid: ''
installer_slug: battlefield-2-installer
name: Battlefield 2
notes: ''
runner: wine
script:
  files:
  - file1: 'N/A: Select setup.exe'
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/EA GAMES/Battlefield 2/BF2.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing Battlefield 2
      executable: $file1
      name: wineexec
      prefix: $GAMEDIR
slug: battlefield-2-installer
steamid: 24860
version: installer
year: 2005
{
  "game_slug": "battlefield-2",
  "version": "installer",
  "description": "Install script for loose files (from CD) withouth needing a disk drive",
  "notes": "",
  "name": "Battlefield 2",
  "year": 2005,
  "steamid": 24860,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "battlefield-2-installer",
  "installer_slug": "battlefield-2-installer",
  "script": {
    "files": [
      {
        "file1": "N/A: Select setup.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/EA GAMES/Battlefield 2/BF2.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Battlefield 2",
          "executable": "$file1",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game