Installer the-godfather-dvd-version-without-

files:
- nocd: https://github.com/keenanweaver/lutris-files/raw/godfather/godfather.exe
- widescreen: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/thegodfather/TheGodfather.WidescreenFix.zip
- silentpatch: https://github.com/CookiePLMonster/SilentPatchGF/releases/latest/download/SilentPatchGF.zip
game:
  arch: win32
  exe: drive_c/Program Files/Electronic Arts/The Godfather The Game/godfather.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    description: Please mount the The Godfather The Game disc and browse to the directory
    requires: godfather.exe
- task:
    arch: win32
    description: Installing The Godfather. Enter CD key and use default options.
    executable: $DISC/AutoRun.exe
    name: wineexec
    prefix: $GAMEDIR
- merge:
    dst: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game
    src: nocd
- extract:
    dst: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game
    src: widescreen
- extract:
    dst: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game
    src: silentpatch
- write_config:
    data:
      DirectX:
        Antialiasing: 8x
        AppControlledScreenMode: false
        DisableAltEnterToToggleScreenMode: false
        Filtering: 16
        Resolution: max_isf
        VRAM: 512
        VideoCard: internal3D
      General:
        ScalingMode: stretched_ar
      SilentPatch:
        FPSLimit: 60
    description: Set to 60 fps
    file: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game/scripts/SilentPatchGF.ini
wine:
  overrides:
    d3d9: n,b
    dinput8: n,b
description: ''
game_slug: the-godfather
gogslug: ''
humblestoreid: ''
installer_slug: the-godfather-dvd-version-without-
name: The Godfather
notes: "1- Requires CD key.\r\n\r\n2- Once game is installed, do not launch it.  First\
  \ go to the installation directory of the Godfather, and rename the \"movies\" directory\
  \ to \"movies.orig\".   Then you can launch the game."
runner: wine
script:
  files:
  - nocd: https://github.com/keenanweaver/lutris-files/raw/godfather/godfather.exe
  - widescreen: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/thegodfather/TheGodfather.WidescreenFix.zip
  - silentpatch: https://github.com/CookiePLMonster/SilentPatchGF/releases/latest/download/SilentPatchGF.zip
  game:
    arch: win32
    exe: drive_c/Program Files/Electronic Arts/The Godfather The Game/godfather.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      description: Please mount the The Godfather The Game disc and browse to the
        directory
      requires: godfather.exe
  - task:
      arch: win32
      description: Installing The Godfather. Enter CD key and use default options.
      executable: $DISC/AutoRun.exe
      name: wineexec
      prefix: $GAMEDIR
  - merge:
      dst: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game
      src: nocd
  - extract:
      dst: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game
      src: widescreen
  - extract:
      dst: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game
      src: silentpatch
  - write_config:
      data:
        DirectX:
          Antialiasing: 8x
          AppControlledScreenMode: false
          DisableAltEnterToToggleScreenMode: false
          Filtering: 16
          Resolution: max_isf
          VRAM: 512
          VideoCard: internal3D
        General:
          ScalingMode: stretched_ar
        SilentPatch:
          FPSLimit: 60
      description: Set to 60 fps
      file: $GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game/scripts/SilentPatchGF.ini
  wine:
    overrides:
      d3d9: n,b
      dinput8: n,b
slug: the-godfather-dvd-version-without-
steamid: 24820
version: DVD Version - Without Voodoo
year: 2006
{
  "game_slug": "the-godfather",
  "version": "DVD Version - Without Voodoo",
  "description": "",
  "notes": "1- Requires CD key.\r\n\r\n2- Once game is installed, do not launch it.  First go to the installation directory of the Godfather, and rename the \"movies\" directory to \"movies.orig\".   Then you can launch the game.",
  "name": "The Godfather",
  "year": 2006,
  "steamid": 24820,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "the-godfather-dvd-version-without-",
  "installer_slug": "the-godfather-dvd-version-without-",
  "script": {
    "files": [
      {
        "nocd": "https://github.com/keenanweaver/lutris-files/raw/godfather/godfather.exe"
      },
      {
        "widescreen": "https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/thegodfather/TheGodfather.WidescreenFix.zip"
      },
      {
        "silentpatch": "https://github.com/CookiePLMonster/SilentPatchGF/releases/latest/download/SilentPatchGF.zip"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Electronic Arts/The Godfather The Game/godfather.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please mount the The Godfather The Game disc and browse to the directory",
          "requires": "godfather.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing The Godfather. Enter CD key and use default options.",
          "executable": "$DISC/AutoRun.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game",
          "src": "nocd"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game",
          "src": "widescreen"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game",
          "src": "silentpatch"
        }
      },
      {
        "write_config": {
          "data": {
            "DirectX": {
              "Antialiasing": "8x",
              "AppControlledScreenMode": false,
              "DisableAltEnterToToggleScreenMode": false,
              "Filtering": 16,
              "Resolution": "max_isf",
              "VRAM": 512,
              "VideoCard": "internal3D"
            },
            "General": {
              "ScalingMode": "stretched_ar"
            },
            "SilentPatch": {
              "FPSLimit": 60
            }
          },
          "description": "Set to 60 fps",
          "file": "$GAMEDIR/drive_c/Program Files/Electronic Arts/The Godfather The Game/scripts/SilentPatchGF.ini"
        }
      }
    ],
    "wine": {
      "overrides": {
        "d3d9": "n,b",
        "dinput8": "n,b"
      }
    }
  }
}
Back to game