Installer assassins-creed-windows-steam-standa

files:
- steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
- launcher: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Assassin%20Creed%20I/acreed.bat
game:
  exe: drive_c/acreed.bat
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Preparing wineprefix...
    install_gecko: false
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /S
    description: Installing Steam...
    executable: steamsetup
    name: wineexec
    prefix: $GAMEDIR
- write_config:
    file: $CACHE/Assassin.ini
    key: VSynch
    section: Graphics
    value: '1'
- merge:
    dst: $GAMEDIR/drive_c/tmp
    src: $CACHE/Assassin.ini
- move:
    dst: $GAMEDIR/drive_c
    src: launcher
description: Play "Assassin Creed - Definitive Edition" provided by Steam on Linux!
game_slug: assassins-creed
gogslug: assassins_creed_directors_cut
humblestoreid: assassins-creed-directors-cut
installer_slug: assassins-creed-windows-steam-standa
name: Assassin's Creed
notes: '- Steam is not fully usable, but it''s not important, it''s just installed
  to launch the game'
runner: wine
script:
  files:
  - steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
  - launcher: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Assassin%20Creed%20I/acreed.bat
  game:
    exe: drive_c/acreed.bat
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Preparing wineprefix...
      install_gecko: false
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /S
      description: Installing Steam...
      executable: steamsetup
      name: wineexec
      prefix: $GAMEDIR
  - write_config:
      file: $CACHE/Assassin.ini
      key: VSynch
      section: Graphics
      value: '1'
  - merge:
      dst: $GAMEDIR/drive_c/tmp
      src: $CACHE/Assassin.ini
  - move:
      dst: $GAMEDIR/drive_c
      src: launcher
slug: assassins-creed-windows-steam-standa
steamid: 15100
version: Windows Steam Standalone
year: 2008
{
  "game_slug": "assassins-creed",
  "version": "Windows Steam Standalone",
  "description": "Play \"Assassin Creed - Definitive Edition\" provided by Steam on Linux!",
  "notes": "- Steam is not fully usable, but it's not important, it's just installed to launch the game",
  "name": "Assassin's Creed",
  "year": 2008,
  "steamid": 15100,
  "gogslug": "assassins_creed_directors_cut",
  "humblestoreid": "assassins-creed-directors-cut",
  "runner": "wine",
  "slug": "assassins-creed-windows-steam-standa",
  "installer_slug": "assassins-creed-windows-steam-standa",
  "script": {
    "files": [
      {
        "steamsetup": "https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe"
      },
      {
        "launcher": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Assassin%20Creed%20I/acreed.bat"
      }
    ],
    "game": {
      "exe": "drive_c/acreed.bat",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Preparing wineprefix...",
          "install_gecko": false,
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/S",
          "description": "Installing Steam...",
          "executable": "steamsetup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_config": {
          "file": "$CACHE/Assassin.ini",
          "key": "VSynch",
          "section": "Graphics",
          "value": "1"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/tmp",
          "src": "$CACHE/Assassin.ini"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c",
          "src": "launcher"
        }
      }
    ]
  }
}
Back to game