Installer gears-of-war-dvd-german-multi-200

files:
- Gears-of-War-Patch-1:
    filename: gears_tu.exe
    url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsOfWar_TitleUpdate.exe
- Gears-of-War-Patch-2:
    filename: gearstu.exe
    url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsTU.exe
- Gears-of-War-Patch-3:
    filename: GearsPC_TU3_Microsoft.exe
    url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsPC_TU3_Microsoft.exe
- Launcher-Bypass-Text-for-default-htm:
    filename: bypass_launcher.htm
    url: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/gears-of-war/bypass_launcher.htm
- Startup.exe:
    filename: Startup.exe
    url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FStartup.exe
- Games-for-Windows-Live:
    filename: gfwlivesetup.exe
    url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2Fgfwlivesetup.exe
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries/Startup.exe
  prefix: $GAMEDIR
  working_dir: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: win7 arial physx xact_x64
    arch: win64
    description: Installing required System DLLs
    name: winetricks
    prefix: $GAMEDIR
- insert-disc:
    message: Insert Gears of War DVD (Please open the DVD once in Filemanager for
      correct Installation Process)
    requires: autorun.exe
- merge:
    description: Copying Gears of War DVD to cache (Please Wait!!!!)
    dst: $CACHE/cdrom
    src: $DISC
- task:
    description: Game Installation (After Install Close the Popup Window)
    executable: $CACHE/cdrom/autorun.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: d3dx9 d3dx10 d3dx10_43 d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 d3dcompiler_47
      dotnet40 dotnet462
    arch: win64
    description: Installing required DirectX Files
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: Installing Gears of War Patch 1 (After Install Close the Popup Window)
    executable: Gears-of-War-Patch-1
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing Gears of War Patch 2 (After Install Close the Popup Window)
    executable: Gears-of-War-Patch-2
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing Gears of War Patch 3 (After Install Close the Popup Window)
    executable: Gears-of-War-Patch-3
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Install Games for Windows Live Service
    executable: Games-for-Windows-Live
    name: wineexec
    prefix: $GAMEDIR
- move:
    dst: $GAMEDIR/drive_c/users/$USER/AppData/Roaming/Microsoft Games/Gears of War/CurrentSite/default.htm
    src: Launcher-Bypass-Text-for-default-htm
- move:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries/Startup.exe
    src: Startup.exe
wine:
  esync: false
description: Includes Gears of War Patches 13, 24, and 35; and Launcher_Bypass (explained
  below)
game_slug: gears-of-war
gogslug: ''
humblestoreid: ''
installer_slug: gears-of-war-dvd-german-multi-200
name: Gears of War
notes: "Problem: The Game Startup-Launcher shows no Start-Button (Frame).\r\nSolution:\
  \ https://www.youtube.com/watch?v=_aCcwb7UHzM\r\nFor play you need by pass the launcher,\
  \ copy the code from https://pastebin.com/raw/CyU6gZYg\r\nand  put in to $GAMEDIR/drive_c/users/$USER/AppData/Roaming/Microsoft\
  \ Games/Gears of War/CurrentSite/default.htm\r\nstart the game. (is implemented\
  \ in the Lutris installscript and works)\r\n\r\nCreate a \"Games for Windows Live\"\
  \ local profile for saving gamesettings.\r\nWhen you quit the game, maybe you must\
  \ kill the wineprocess of the game.\r\n\r\nAfter you have insert the game disc.\
  \ Please open the disc in filemanager for once. This action is intended to ensure\
  \ that the copy protection is correctly cached. Otherwise it can happen that the\
  \ installation process ends in an endless loop."
runner: wine
script:
  files:
  - Gears-of-War-Patch-1:
      filename: gears_tu.exe
      url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsOfWar_TitleUpdate.exe
  - Gears-of-War-Patch-2:
      filename: gearstu.exe
      url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsTU.exe
  - Gears-of-War-Patch-3:
      filename: GearsPC_TU3_Microsoft.exe
      url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsPC_TU3_Microsoft.exe
  - Launcher-Bypass-Text-for-default-htm:
      filename: bypass_launcher.htm
      url: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/gears-of-war/bypass_launcher.htm
  - Startup.exe:
      filename: Startup.exe
      url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FStartup.exe
  - Games-for-Windows-Live:
      filename: gfwlivesetup.exe
      url: https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2Fgfwlivesetup.exe
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries/Startup.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: win7 arial physx xact_x64
      arch: win64
      description: Installing required System DLLs
      name: winetricks
      prefix: $GAMEDIR
  - insert-disc:
      message: Insert Gears of War DVD (Please open the DVD once in Filemanager for
        correct Installation Process)
      requires: autorun.exe
  - merge:
      description: Copying Gears of War DVD to cache (Please Wait!!!!)
      dst: $CACHE/cdrom
      src: $DISC
  - task:
      description: Game Installation (After Install Close the Popup Window)
      executable: $CACHE/cdrom/autorun.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: d3dx9 d3dx10 d3dx10_43 d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 d3dcompiler_47
        dotnet40 dotnet462
      arch: win64
      description: Installing required DirectX Files
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: Installing Gears of War Patch 1 (After Install Close the Popup
        Window)
      executable: Gears-of-War-Patch-1
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing Gears of War Patch 2 (After Install Close the Popup
        Window)
      executable: Gears-of-War-Patch-2
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing Gears of War Patch 3 (After Install Close the Popup
        Window)
      executable: Gears-of-War-Patch-3
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Install Games for Windows Live Service
      executable: Games-for-Windows-Live
      name: wineexec
      prefix: $GAMEDIR
  - move:
      dst: $GAMEDIR/drive_c/users/$USER/AppData/Roaming/Microsoft Games/Gears of War/CurrentSite/default.htm
      src: Launcher-Bypass-Text-for-default-htm
  - move:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries/Startup.exe
      src: Startup.exe
  wine:
    esync: false
slug: gears-of-war-dvd-german-multi-200
steamid: null
version: DVD German (Multi) 2006
year: 2006
{
  "game_slug": "gears-of-war",
  "version": "DVD German (Multi) 2006",
  "description": "Includes Gears of War Patches 13, 24, and 35; and Launcher_Bypass (explained below)",
  "notes": "Problem: The Game Startup-Launcher shows no Start-Button (Frame).\r\nSolution: https://www.youtube.com/watch?v=_aCcwb7UHzM\r\nFor play you need by pass the launcher, copy the code from https://pastebin.com/raw/CyU6gZYg\r\nand  put in to $GAMEDIR/drive_c/users/$USER/AppData/Roaming/Microsoft Games/Gears of War/CurrentSite/default.htm\r\nstart the game. (is implemented in the Lutris installscript and works)\r\n\r\nCreate a \"Games for Windows Live\" local profile for saving gamesettings.\r\nWhen you quit the game, maybe you must kill the wineprocess of the game.\r\n\r\nAfter you have insert the game disc. Please open the disc in filemanager for once. This action is intended to ensure that the copy protection is correctly cached. Otherwise it can happen that the installation process ends in an endless loop.",
  "name": "Gears of War",
  "year": 2006,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "gears-of-war-dvd-german-multi-200",
  "installer_slug": "gears-of-war-dvd-german-multi-200",
  "script": {
    "files": [
      {
        "Gears-of-War-Patch-1": {
          "filename": "gears_tu.exe",
          "url": "https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsOfWar_TitleUpdate.exe"
        }
      },
      {
        "Gears-of-War-Patch-2": {
          "filename": "gearstu.exe",
          "url": "https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsTU.exe"
        }
      },
      {
        "Gears-of-War-Patch-3": {
          "filename": "GearsPC_TU3_Microsoft.exe",
          "url": "https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FGearsPC_TU3_Microsoft.exe"
        }
      },
      {
        "Launcher-Bypass-Text-for-default-htm": {
          "filename": "bypass_launcher.htm",
          "url": "https://lutris.nyc3.cdn.digitaloceanspaces.com/games/gears-of-war/bypass_launcher.htm"
        }
      },
      {
        "Startup.exe": {
          "filename": "Startup.exe",
          "url": "https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2FStartup.exe"
        }
      },
      {
        "Games-for-Windows-Live": {
          "filename": "gfwlivesetup.exe",
          "url": "https://archive.org/download/gears-of-war-pc-title-updates/Gears%20of%20War%20PC%20Title%20Updates.rar/Gears%20of%20War%20PC%20Title%20Updates%2Fgfwlivesetup.exe"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries/Startup.exe",
      "prefix": "$GAMEDIR",
      "working_dir": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win7 arial physx xact_x64",
          "arch": "win64",
          "description": "Installing required System DLLs",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "message": "Insert Gears of War DVD (Please open the DVD once in Filemanager for correct Installation Process)",
          "requires": "autorun.exe"
        }
      },
      {
        "merge": {
          "description": "Copying Gears of War DVD to cache (Please Wait!!!!)",
          "dst": "$CACHE/cdrom",
          "src": "$DISC"
        }
      },
      {
        "task": {
          "description": "Game Installation (After Install Close the Popup Window)",
          "executable": "$CACHE/cdrom/autorun.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dx9 d3dx10 d3dx10_43 d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 d3dcompiler_47 dotnet40 dotnet462",
          "arch": "win64",
          "description": "Installing required DirectX Files",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Gears of War Patch 1 (After Install Close the Popup Window)",
          "executable": "Gears-of-War-Patch-1",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Gears of War Patch 2 (After Install Close the Popup Window)",
          "executable": "Gears-of-War-Patch-2",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Gears of War Patch 3 (After Install Close the Popup Window)",
          "executable": "Gears-of-War-Patch-3",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Install Games for Windows Live Service",
          "executable": "Games-for-Windows-Live",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/users/$USER/AppData/Roaming/Microsoft Games/Gears of War/CurrentSite/default.htm",
          "src": "Launcher-Bypass-Text-for-default-htm"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Microsoft Games/Gears of War/Binaries/Startup.exe",
          "src": "Startup.exe"
        }
      }
    ],
    "wine": {
      "esync": false
    }
  }
}
Back to game