Installer trackmania-sunrise-extreme-archiveorg

files:
- gamesetup: https://archive.org/download/TMSunrise/TM-Sunrise.iso/TmSunriseSetup.exe
- tmspatch151: https://archive.org/download/tm-sunrise-extreme-update/TmSunriseExtreme_150_to_151.exe
- tmsexpansion: https://archive.org/download/tm-sunrise-extreme-update/TmSunriseExtreme_update.exe
- win10patch: https://archive.org/download/tm-sunrise-extreme-update/TrackmaniaSunriseExtreme_Win10Patch.zip
- optionpreset: https://archive.org/download/tm-sunrise-extreme-update/Default.SystemConfig.Gbx
game:
  exe: drive_c/Program Files (x86)/TrackMania Sunrise/TMSUNRISE.EXE
  launch_configs:
  - exe: $GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise/TmSunriseLauncher.exe
    name: Launcher
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing Base Game. Do not change directory or start game after
      setup!
    executable: gamesetup
    name: wineexec
- task:
    description: Installing Expansion. Do not start game after setup!
    executable: tmsexpansion
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing Expansion. Do not start game after setup!
    executable: tmspatch151
    name: wineexec
- execute:
    command: cd "$GAMEDIR/drive_c/Program Files (x86)"; chmod -R +w "TrackMania Sunrise";
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise
    file: win10patch
- copy:
    dst: $GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise
    src: optionpreset
description: CD-less Installer
game_slug: trackmania-sunrise-extreme
gogslug: ''
humblestoreid: ''
installer_slug: trackmania-sunrise-extreme-archiveorg
name: TrackMania Sunrise eXtreme
notes: "This installer is meant for those who own the game but can't use their original\
  \ CD anymore.\r\nPlease note that this installer will NOT provide you with a serial\
  \ key. Please use your original game key to play.\r\nCheck your local laws regarding\
  \ downloading backup copies before using this installer."
runner: wine
script:
  files:
  - gamesetup: https://archive.org/download/TMSunrise/TM-Sunrise.iso/TmSunriseSetup.exe
  - tmspatch151: https://archive.org/download/tm-sunrise-extreme-update/TmSunriseExtreme_150_to_151.exe
  - tmsexpansion: https://archive.org/download/tm-sunrise-extreme-update/TmSunriseExtreme_update.exe
  - win10patch: https://archive.org/download/tm-sunrise-extreme-update/TrackmaniaSunriseExtreme_Win10Patch.zip
  - optionpreset: https://archive.org/download/tm-sunrise-extreme-update/Default.SystemConfig.Gbx
  game:
    exe: drive_c/Program Files (x86)/TrackMania Sunrise/TMSUNRISE.EXE
    launch_configs:
    - exe: $GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise/TmSunriseLauncher.exe
      name: Launcher
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing Base Game. Do not change directory or start game after
        setup!
      executable: gamesetup
      name: wineexec
  - task:
      description: Installing Expansion. Do not start game after setup!
      executable: tmsexpansion
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing Expansion. Do not start game after setup!
      executable: tmspatch151
      name: wineexec
  - execute:
      command: cd "$GAMEDIR/drive_c/Program Files (x86)"; chmod -R +w "TrackMania
        Sunrise";
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise
      file: win10patch
  - copy:
      dst: $GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise
      src: optionpreset
slug: trackmania-sunrise-extreme-archiveorg
steamid: null
version: Archive.org
year: 2005
{
  "game_slug": "trackmania-sunrise-extreme",
  "version": "Archive.org",
  "description": "CD-less Installer",
  "notes": "This installer is meant for those who own the game but can't use their original CD anymore.\r\nPlease note that this installer will NOT provide you with a serial key. Please use your original game key to play.\r\nCheck your local laws regarding downloading backup copies before using this installer.",
  "name": "TrackMania Sunrise eXtreme",
  "year": 2005,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "trackmania-sunrise-extreme-archiveorg",
  "installer_slug": "trackmania-sunrise-extreme-archiveorg",
  "script": {
    "files": [
      {
        "gamesetup": "https://archive.org/download/TMSunrise/TM-Sunrise.iso/TmSunriseSetup.exe"
      },
      {
        "tmspatch151": "https://archive.org/download/tm-sunrise-extreme-update/TmSunriseExtreme_150_to_151.exe"
      },
      {
        "tmsexpansion": "https://archive.org/download/tm-sunrise-extreme-update/TmSunriseExtreme_update.exe"
      },
      {
        "win10patch": "https://archive.org/download/tm-sunrise-extreme-update/TrackmaniaSunriseExtreme_Win10Patch.zip"
      },
      {
        "optionpreset": "https://archive.org/download/tm-sunrise-extreme-update/Default.SystemConfig.Gbx"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/TrackMania Sunrise/TMSUNRISE.EXE",
      "launch_configs": [
        {
          "exe": "$GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise/TmSunriseLauncher.exe",
          "name": "Launcher"
        }
      ],
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Base Game. Do not change directory or start game after setup!",
          "executable": "gamesetup",
          "name": "wineexec"
        }
      },
      {
        "task": {
          "description": "Installing Expansion. Do not start game after setup!",
          "executable": "tmsexpansion",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Expansion. Do not start game after setup!",
          "executable": "tmspatch151",
          "name": "wineexec"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR/drive_c/Program Files (x86)\"; chmod -R +w \"TrackMania Sunrise\";"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise",
          "file": "win10patch"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/TrackMania Sunrise",
          "src": "optionpreset"
        }
      }
    ]
  }
}
Back to game