Installer tom-clancys-splinter-cell-pc-cd-widescreen-dgv

custom-name: Tom Clancy's Splinter Cell
files:
- wrapper: https://github.com/legluondunet/mlls-tools/raw/master/dgVoodoo2/dgVoodoo2_61.zip
- patch: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/sc/SplinterCell.WidescreenFix.zip
game:
  exe: drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/SplinterCell.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: Autorun.exe
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing...
    executable: $DISC/Autorun.exe
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system
    file: wrapper
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system
    file: patch
- copy:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/
    src: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/MS/x86/D3D8.dll
- execute:
    command: cd "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/";
      mv dgVoodoo.conf dgVoodoo_original.conf; cd scripts; mv modupdater.asi modupdater.asi.off;
- write_config:
    data:
      DirectX:
        AppControlledScreenMode: false
        DisableAltEnterToToggleScreenMode: false
        ForceVerticalSync: true
        Resolution: $RESOLUTION
        VRAM: 256
        dgVoodooWatermark: false
      General:
        CaptureMouse: false
    file: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/dgVoodoo.conf
system:
  env:
    DXVK_FRAME_RATE: '60'
    DXVK_HUD: null
wine:
  overrides:
    d3d8: n,b
    msacm32: n,b
    msvfw32: n,b
description: CD Version with Widescreen patch and dgVoodoo2
game_slug: tom-clancys-splinter-cell
gogslug: splinter_cell
humblestoreid: ''
installer_slug: tom-clancys-splinter-cell-pc-cd-widescreen-dgv
name: Tom Clancy's Splinter Cell
notes: ''
runner: wine
script:
  custom-name: Tom Clancy's Splinter Cell
  files:
  - wrapper: https://github.com/legluondunet/mlls-tools/raw/master/dgVoodoo2/dgVoodoo2_61.zip
  - patch: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/sc/SplinterCell.WidescreenFix.zip
  game:
    exe: drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/SplinterCell.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: Autorun.exe
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing...
      executable: $DISC/Autorun.exe
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system
      file: wrapper
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system
      file: patch
  - copy:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/
      src: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/MS/x86/D3D8.dll
  - execute:
      command: cd "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/";
        mv dgVoodoo.conf dgVoodoo_original.conf; cd scripts; mv modupdater.asi modupdater.asi.off;
  - write_config:
      data:
        DirectX:
          AppControlledScreenMode: false
          DisableAltEnterToToggleScreenMode: false
          ForceVerticalSync: true
          Resolution: $RESOLUTION
          VRAM: 256
          dgVoodooWatermark: false
        General:
          CaptureMouse: false
      file: $GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/dgVoodoo.conf
  system:
    env:
      DXVK_FRAME_RATE: '60'
      DXVK_HUD: null
  wine:
    overrides:
      d3d8: n,b
      msacm32: n,b
      msvfw32: n,b
slug: tom-clancys-splinter-cell-pc-cd-widescreen-dgv
steamid: 13560
version: PC CD + Widescreen + dgVoodoo2
year: 2003
{
  "game_slug": "tom-clancys-splinter-cell",
  "version": "PC CD + Widescreen + dgVoodoo2",
  "description": "CD Version with Widescreen patch and dgVoodoo2",
  "notes": "",
  "name": "Tom Clancy's Splinter Cell",
  "year": 2003,
  "steamid": 13560,
  "gogslug": "splinter_cell",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "tom-clancys-splinter-cell-pc-cd-widescreen-dgv",
  "installer_slug": "tom-clancys-splinter-cell-pc-cd-widescreen-dgv",
  "script": {
    "custom-name": "Tom Clancy's Splinter Cell",
    "files": [
      {
        "wrapper": "https://github.com/legluondunet/mlls-tools/raw/master/dgVoodoo2/dgVoodoo2_61.zip"
      },
      {
        "patch": "https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/sc/SplinterCell.WidescreenFix.zip"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/SplinterCell.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "Autorun.exe"
        }
      },
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing...",
          "executable": "$DISC/Autorun.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system",
          "file": "wrapper"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system",
          "file": "patch"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/",
          "src": "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/MS/x86/D3D8.dll"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/\"; mv dgVoodoo.conf dgVoodoo_original.conf; cd scripts; mv modupdater.asi modupdater.asi.off;"
        }
      },
      {
        "write_config": {
          "data": {
            "DirectX": {
              "AppControlledScreenMode": false,
              "DisableAltEnterToToggleScreenMode": false,
              "ForceVerticalSync": true,
              "Resolution": "$RESOLUTION",
              "VRAM": 256,
              "dgVoodooWatermark": false
            },
            "General": {
              "CaptureMouse": false
            }
          },
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Ubi Soft/Splinter Cell/system/dgVoodoo.conf"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_FRAME_RATE": "60",
        "DXVK_HUD": null
      }
    },
    "wine": {
      "overrides": {
        "d3d8": "n,b",
        "msacm32": "n,b",
        "msvfw32": "n,b"
      }
    }
  }
}
Back to game