Installer star-wars-the-force-unleashed-steam-standalone-win

files:
- steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
- wrapper: https://github.com/legluondunet/mlls-tools/raw/master/dgVoodoo2/dgVoodoo2_79_3.zip
game:
  args: -applaunch 32430 -cef-disable-gpu-compositing
  exe: drive_c/Program Files (x86)/Steam/Steam.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Preparing wineprefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /S
    description: Installing Steam...
    executable: steamsetup
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: wrapper
- copy:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The
      Force Unleashed
    src: $CACHE/MS/x86/D3D9.dll
- copy:
    dst: $GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The
      Force Unleashed
    src: $CACHE/dgVoodooCpl.exe
- write_config:
    data:
      DirectX:
        VRAM: 2048
        dgVoodooWatermark: false
    file: $GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The
      Force Unleashed/dgVoodoo.conf
- input_menu:
    description: 'Please choose your preferred game''s language:'
    id: LANG
    options:
    - en: English
    - fr: French
    - de: German
    - it: Italian
    - es: Spanish
    - pl: Polish
    - ru: Russian
    preselect: en
- task:
    arch: win64
    key: Language
    name: set_regedit
    path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\aspyr\star wars the force unleashed\
    prefix: $GAMEDIR
    type: REG_SZ
    value: $INPUT_LANG
system:
  env:
    DXVK_FRAME_RATE: 60
    DXVK_HUD: null
wine:
  overrides:
    d3d9: n,b
description: Play "Star Wars - The Force Unleashed Ultimate Sith Edition" provided
  by Steam on Linux!
game_slug: star-wars-the-force-unleashed
gogslug: star_wars_the_force_unleashed_ultimate_sith_edition
humblestoreid: ''
installer_slug: star-wars-the-force-unleashed-steam-standalone-win
name: 'Star Wars: The Force Unleashed Ultimate Sith Edition'
notes: "- Using dgVoodoo2 to avoid crash when Alt+Tab\r\n- Multilanguage: Once the\
  \ game installed, you could choose menus/subtitles/cut scenes languages between\
  \ English, French, German, Italian, Spanish, Polish and Russian\r\n- 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
  - wrapper: https://github.com/legluondunet/mlls-tools/raw/master/dgVoodoo2/dgVoodoo2_79_3.zip
  game:
    args: -applaunch 32430 -cef-disable-gpu-compositing
    exe: drive_c/Program Files (x86)/Steam/Steam.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Preparing wineprefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /S
      description: Installing Steam...
      executable: steamsetup
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: wrapper
  - copy:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The
        Force Unleashed
      src: $CACHE/MS/x86/D3D9.dll
  - copy:
      dst: $GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The
        Force Unleashed
      src: $CACHE/dgVoodooCpl.exe
  - write_config:
      data:
        DirectX:
          VRAM: 2048
          dgVoodooWatermark: false
      file: $GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars
        The Force Unleashed/dgVoodoo.conf
  - input_menu:
      description: 'Please choose your preferred game''s language:'
      id: LANG
      options:
      - en: English
      - fr: French
      - de: German
      - it: Italian
      - es: Spanish
      - pl: Polish
      - ru: Russian
      preselect: en
  - task:
      arch: win64
      key: Language
      name: set_regedit
      path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\aspyr\star wars the force unleashed\
      prefix: $GAMEDIR
      type: REG_SZ
      value: $INPUT_LANG
  system:
    env:
      DXVK_FRAME_RATE: 60
      DXVK_HUD: null
  wine:
    overrides:
      d3d9: n,b
slug: star-wars-the-force-unleashed-steam-standalone-win
steamid: 32430
version: Steam Standalone Windows + dgV2
year: 2009
{
  "game_slug": "star-wars-the-force-unleashed",
  "version": "Steam Standalone Windows + dgV2",
  "description": "Play \"Star Wars - The Force Unleashed Ultimate Sith Edition\" provided by Steam on Linux!",
  "notes": "- Using dgVoodoo2 to avoid crash when Alt+Tab\r\n- Multilanguage: Once the game installed, you could choose menus/subtitles/cut scenes languages between English, French, German, Italian, Spanish, Polish and Russian\r\n- Steam is not fully usable, but it's not important, it's just installed to launch the game",
  "name": "Star Wars: The Force Unleashed Ultimate Sith Edition",
  "year": 2009,
  "steamid": 32430,
  "gogslug": "star_wars_the_force_unleashed_ultimate_sith_edition",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "star-wars-the-force-unleashed-steam-standalone-win",
  "installer_slug": "star-wars-the-force-unleashed-steam-standalone-win",
  "script": {
    "files": [
      {
        "steamsetup": "https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe"
      },
      {
        "wrapper": "https://github.com/legluondunet/mlls-tools/raw/master/dgVoodoo2/dgVoodoo2_79_3.zip"
      }
    ],
    "game": {
      "args": "-applaunch 32430 -cef-disable-gpu-compositing",
      "exe": "drive_c/Program Files (x86)/Steam/Steam.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Preparing wineprefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/S",
          "description": "Installing Steam...",
          "executable": "steamsetup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "wrapper"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The Force Unleashed",
          "src": "$CACHE/MS/x86/D3D9.dll"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The Force Unleashed",
          "src": "$CACHE/dgVoodooCpl.exe"
        }
      },
      {
        "write_config": {
          "data": {
            "DirectX": {
              "VRAM": 2048,
              "dgVoodooWatermark": false
            }
          },
          "file": "$GAMEDIR/drive_c/Program Files (x86)/Steam/steamapps/common/Star Wars The Force Unleashed/dgVoodoo.conf"
        }
      },
      {
        "input_menu": {
          "description": "Please choose your preferred game's language:",
          "id": "LANG",
          "options": [
            {
              "en": "English"
            },
            {
              "fr": "French"
            },
            {
              "de": "German"
            },
            {
              "it": "Italian"
            },
            {
              "es": "Spanish"
            },
            {
              "pl": "Polish"
            },
            {
              "ru": "Russian"
            }
          ],
          "preselect": "en"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "Language",
          "name": "set_regedit",
          "path": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\aspyr\\star wars the force unleashed\\",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": "$INPUT_LANG"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_FRAME_RATE": 60,
        "DXVK_HUD": null
      }
    },
    "wine": {
      "overrides": {
        "d3d9": "n,b"
      }
    }
  }
}
Back to game