Installer trackmania-nations-eswc-180-sf-patch

files:
- game: https://archive.org/download/tm-nations-eswc-setup/TmNationsESWC_Setup.exe
- update179: https://archive.org/download/tm-nations-eswc-setup/tmnationseswc_175_to_179_setup.exe
- update180: https://archive.org/download/tm-nations-eswc-setup/tmnationseswc_179_to_180_setup.exe
- patch: https://archive.org/download/tm-nations-eswc-setup/Win10Patch.tar.gz
game:
  arch: win32
  exe: drive_c/Program Files/TrackMania Nations ESWC/TmNationsESWCLauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: nt40
    description: Setting wine compatibiliy to XP
    name: winetricks
- task:
    key: winemenubuilder.exe
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
    prefix: $GAMEDIR
    type: REG_SZ
    value: ''
- task:
    description: Installing Game
    executable: game
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing Update 1.7.9
    executable: update179
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing Update 1.8.0
    executable: update180
    name: wineexec
    prefix: $GAMEDIR
- execute:
    command: find . -type f -exec chmod 644 {} \;
    description: Making install folder RW
    working_dir: $GAMEDIR/drive_c/Program Files/TrackMania Nations ESWC/GameData
- extract:
    description: Applying StarForce patch
    dst: $GAMEDIR/drive_c/Program Files/TrackMania Nations ESWC
    file: patch
- task:
    app: sandbox
    description: Disabling unused WINE features
    name: winetricks
    prefix: $GAMEDIR
    silent: true
wine:
  dxvk: false
description: Patched version of the game with startforce DRM removed, allowing it
  to run on wine.
game_slug: trackmania-nations-eswc
gogslug: ''
humblestoreid: ''
installer_slug: trackmania-nations-eswc-180-sf-patch
name: TrackMania Nations ESWC
notes: Never leave "launch trackmania" checked after install / updates. Only run the
  game after the full installation is done. Don't forget to edit the game's graphical
  setting, mainly setting the AGP Usage to 100% in Advanced video configuration.
runner: wine
script:
  files:
  - game: https://archive.org/download/tm-nations-eswc-setup/TmNationsESWC_Setup.exe
  - update179: https://archive.org/download/tm-nations-eswc-setup/tmnationseswc_175_to_179_setup.exe
  - update180: https://archive.org/download/tm-nations-eswc-setup/tmnationseswc_179_to_180_setup.exe
  - patch: https://archive.org/download/tm-nations-eswc-setup/Win10Patch.tar.gz
  game:
    arch: win32
    exe: drive_c/Program Files/TrackMania Nations ESWC/TmNationsESWCLauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: nt40
      description: Setting wine compatibiliy to XP
      name: winetricks
  - task:
      key: winemenubuilder.exe
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
      prefix: $GAMEDIR
      type: REG_SZ
      value: ''
  - task:
      description: Installing Game
      executable: game
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing Update 1.7.9
      executable: update179
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing Update 1.8.0
      executable: update180
      name: wineexec
      prefix: $GAMEDIR
  - execute:
      command: find . -type f -exec chmod 644 {} \;
      description: Making install folder RW
      working_dir: $GAMEDIR/drive_c/Program Files/TrackMania Nations ESWC/GameData
  - extract:
      description: Applying StarForce patch
      dst: $GAMEDIR/drive_c/Program Files/TrackMania Nations ESWC
      file: patch
  - task:
      app: sandbox
      description: Disabling unused WINE features
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  wine:
    dxvk: false
slug: trackmania-nations-eswc-180-sf-patch
steamid: null
version: 1.8.0 (SF Patch)
year: 2006
{
  "game_slug": "trackmania-nations-eswc",
  "version": "1.8.0 (SF Patch)",
  "description": "Patched version of the game with startforce DRM removed, allowing it to run on wine.",
  "notes": "Never leave \"launch trackmania\" checked after install / updates. Only run the game after the full installation is done. Don't forget to edit the game's graphical setting, mainly setting the AGP Usage to 100% in Advanced video configuration.",
  "name": "TrackMania Nations ESWC",
  "year": 2006,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "trackmania-nations-eswc-180-sf-patch",
  "installer_slug": "trackmania-nations-eswc-180-sf-patch",
  "script": {
    "files": [
      {
        "game": "https://archive.org/download/tm-nations-eswc-setup/TmNationsESWC_Setup.exe"
      },
      {
        "update179": "https://archive.org/download/tm-nations-eswc-setup/tmnationseswc_175_to_179_setup.exe"
      },
      {
        "update180": "https://archive.org/download/tm-nations-eswc-setup/tmnationseswc_179_to_180_setup.exe"
      },
      {
        "patch": "https://archive.org/download/tm-nations-eswc-setup/Win10Patch.tar.gz"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/TrackMania Nations ESWC/TmNationsESWCLauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "nt40",
          "description": "Setting wine compatibiliy to XP",
          "name": "winetricks"
        }
      },
      {
        "task": {
          "key": "winemenubuilder.exe",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": ""
        }
      },
      {
        "task": {
          "description": "Installing Game",
          "executable": "game",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Update 1.7.9",
          "executable": "update179",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Update 1.8.0",
          "executable": "update180",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "command": "find . -type f -exec chmod 644 {} \\;",
          "description": "Making install folder RW",
          "working_dir": "$GAMEDIR/drive_c/Program Files/TrackMania Nations ESWC/GameData"
        }
      },
      {
        "extract": {
          "description": "Applying StarForce patch",
          "dst": "$GAMEDIR/drive_c/Program Files/TrackMania Nations ESWC",
          "file": "patch"
        }
      },
      {
        "task": {
          "app": "sandbox",
          "description": "Disabling unused WINE features",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      }
    ],
    "wine": {
      "dxvk": false
    }
  }
}
Back to game