Installer battle-chess-collection-cd

files:
- game_cd_cue: https://archive.org/download/battle-chess-collection/BATTLECHESS.cue
- game_cd_bin: https://archive.org/download/battle-chess-collection/BATTLECHESS.bin
game:
  main_file: $GAMEDIR/dosbox.conf
installer:
- copy:
    dst: $GAMEDIR/CD
    src: game_cd_cue
- copy:
    dst: $GAMEDIR/CD
    src: game_cd_bin
- execute:
    command: mkdir "$GAMEDIR/C" ;
- write_file:
    content: '[autoexec]

      imgmount d "CD/BATTLECHESS.cue" -t iso -fs iso

      mount c .

      d:

      call chess.bat

      exit'
    file: $GAMEDIR/dosbox.conf
description: Play "Battle Chess - Collection" CD edition on Linux!
game_slug: battle-chess-collection
gogslug: ''
humblestoreid: ''
installer_slug: battle-chess-collection-cd
name: 'Battle Chess: Collection'
notes: '- Lutris script maintained by legluondunet: https://github.com/legluondunet/MyLittleLutrisScripts'
runner: dosbox
script:
  files:
  - game_cd_cue: https://archive.org/download/battle-chess-collection/BATTLECHESS.cue
  - game_cd_bin: https://archive.org/download/battle-chess-collection/BATTLECHESS.bin
  game:
    main_file: $GAMEDIR/dosbox.conf
  installer:
  - copy:
      dst: $GAMEDIR/CD
      src: game_cd_cue
  - copy:
      dst: $GAMEDIR/CD
      src: game_cd_bin
  - execute:
      command: mkdir "$GAMEDIR/C" ;
  - write_file:
      content: '[autoexec]

        imgmount d "CD/BATTLECHESS.cue" -t iso -fs iso

        mount c .

        d:

        call chess.bat

        exit'
      file: $GAMEDIR/dosbox.conf
slug: battle-chess-collection-cd
steamid: null
version: CD
year: 1994
{
  "game_slug": "battle-chess-collection",
  "version": "CD",
  "description": "Play \"Battle Chess - Collection\" CD edition on Linux!",
  "notes": "- Lutris script maintained by legluondunet: https://github.com/legluondunet/MyLittleLutrisScripts",
  "name": "Battle Chess: Collection",
  "year": 1994,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "battle-chess-collection-cd",
  "installer_slug": "battle-chess-collection-cd",
  "script": {
    "files": [
      {
        "game_cd_cue": "https://archive.org/download/battle-chess-collection/BATTLECHESS.cue"
      },
      {
        "game_cd_bin": "https://archive.org/download/battle-chess-collection/BATTLECHESS.bin"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/dosbox.conf"
    },
    "installer": [
      {
        "copy": {
          "dst": "$GAMEDIR/CD",
          "src": "game_cd_cue"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/CD",
          "src": "game_cd_bin"
        }
      },
      {
        "execute": {
          "command": "mkdir \"$GAMEDIR/C\" ;"
        }
      },
      {
        "write_file": {
          "content": "[autoexec]\nimgmount d \"CD/BATTLECHESS.cue\" -t iso -fs iso\nmount c .\nd:\ncall chess.bat\nexit",
          "file": "$GAMEDIR/dosbox.conf"
        }
      }
    ]
  }
}
Back to game