Installer mechcommander-gold-mc-gold-cd-or-iso

files:
- file: N/A:Select the MCX.exe file from the CD/ISO, you can download the ISO from
    moddb.com
game:
  exe: $GAMEDIR/MCX.EXE
install_complete_text: 'To adjust the screen resolution open the file PREFS.CFG and
  edit Resolution to the value you want. 0=640x480; 1=800x600; 2=1024x768; 3=1280x1024.

  You may want to install mods from moddb.com to get better playability. E.g. there
  are high-res executeables available for download to play on higher resolutions than
  1280x1024.'
installer:
- insert_disc:
    message: Insert your MechCommander Gold CD-Rom or ISO, autoscan usually works
      if you already mounted the CD/ISO
    requires: MCX.EXE
- copy:
    dst: $GAMEDIR
    src: $DISC
- execute:
    command: chmod 664 $GAMEDIR/PREFS.CFG && sed -i '$ d' $GAMEDIR/PREFS.CFG && printf
      "l Resolution=3 \r\nFITend \r\n" >> $GAMEDIR/PREFS.CFG && sleep 2
require-binaries: chmod, printf, sed, sleep
system:
  disable_compositor: true
  reset_desktop: false
wine:
  Desktop: true
  MouseWarpOverride: force
  WineDesktop: 1280x1024
  dxvk: false
  system_winetricks: false
description: Installs Mechcommander Gold from CD or ISO, configures resolution to
  1280x1024 and does some tweaks to prevent crashes.
game_slug: mechcommander-gold
gogslug: ''
humblestoreid: ''
installer_slug: mechcommander-gold-mc-gold-cd-or-iso
name: MechCommander Gold
notes: "important notice: Spaces in the gamedir cause issues with the installer, because\
  \ the command won't work properly anymore. So make sure that the path you're installing\
  \ the game to doesn't contain any space characters.\r\n\r\nIf you have issues with\
  \ the command you can also comment this part of the script out:\r\n# -execute:\r\
  \n# command: ..."
runner: wine
script:
  files:
  - file: N/A:Select the MCX.exe file from the CD/ISO, you can download the ISO from
      moddb.com
  game:
    exe: $GAMEDIR/MCX.EXE
  install_complete_text: 'To adjust the screen resolution open the file PREFS.CFG
    and edit Resolution to the value you want. 0=640x480; 1=800x600; 2=1024x768; 3=1280x1024.

    You may want to install mods from moddb.com to get better playability. E.g. there
    are high-res executeables available for download to play on higher resolutions
    than 1280x1024.'
  installer:
  - insert_disc:
      message: Insert your MechCommander Gold CD-Rom or ISO, autoscan usually works
        if you already mounted the CD/ISO
      requires: MCX.EXE
  - copy:
      dst: $GAMEDIR
      src: $DISC
  - execute:
      command: chmod 664 $GAMEDIR/PREFS.CFG && sed -i '$ d' $GAMEDIR/PREFS.CFG &&
        printf "l Resolution=3 \r\nFITend \r\n" >> $GAMEDIR/PREFS.CFG && sleep 2
  require-binaries: chmod, printf, sed, sleep
  system:
    disable_compositor: true
    reset_desktop: false
  wine:
    Desktop: true
    MouseWarpOverride: force
    WineDesktop: 1280x1024
    dxvk: false
    system_winetricks: false
slug: mechcommander-gold-mc-gold-cd-or-iso
steamid: null
version: MC Gold CD or ISO
year: 1998
{
  "game_slug": "mechcommander-gold",
  "version": "MC Gold CD or ISO",
  "description": "Installs Mechcommander Gold from CD or ISO, configures resolution to 1280x1024 and does some tweaks to prevent crashes.",
  "notes": "important notice: Spaces in the gamedir cause issues with the installer, because the command won't work properly anymore. So make sure that the path you're installing the game to doesn't contain any space characters.\r\n\r\nIf you have issues with the command you can also comment this part of the script out:\r\n# -execute:\r\n# command: ...",
  "name": "MechCommander Gold",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "mechcommander-gold-mc-gold-cd-or-iso",
  "installer_slug": "mechcommander-gold-mc-gold-cd-or-iso",
  "script": {
    "files": [
      {
        "file": "N/A:Select the MCX.exe file from the CD/ISO, you can download the ISO from moddb.com"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/MCX.EXE"
    },
    "install_complete_text": "To adjust the screen resolution open the file PREFS.CFG and edit Resolution to the value you want. 0=640x480; 1=800x600; 2=1024x768; 3=1280x1024.\nYou may want to install mods from moddb.com to get better playability. E.g. there are high-res executeables available for download to play on higher resolutions than 1280x1024.",
    "installer": [
      {
        "insert_disc": {
          "message": "Insert your MechCommander Gold CD-Rom or ISO, autoscan usually works if you already mounted the CD/ISO",
          "requires": "MCX.EXE"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "command": "chmod 664 $GAMEDIR/PREFS.CFG && sed -i '$ d' $GAMEDIR/PREFS.CFG && printf \"l Resolution=3 \\r\\nFITend \\r\\n\" >> $GAMEDIR/PREFS.CFG && sleep 2"
        }
      }
    ],
    "require-binaries": "chmod, printf, sed, sleep",
    "system": {
      "disable_compositor": true,
      "reset_desktop": false
    },
    "wine": {
      "Desktop": true,
      "MouseWarpOverride": "force",
      "WineDesktop": "1280x1024",
      "dxvk": false,
      "system_winetricks": false
    }
  }
}
Back to game