Installer edna-harvey-the-breakout-gogcom

exe: drive_c/game/jre7/bin/java
files:
- game: N/A:Please select the GOG.com Windows installer.
- jre7: N/A:Please select your downloaded java7(tgz) runtime archive( http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
    ).
- libwjgl: http://downloads.sourceforge.net/project/java-game-lib/Official%20Releases/LWJGL%202.9.3/lwjgl-2.9.3.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fjava-game-lib%2Ffiles%2FOfficial%2520Releases%2FLWJGL%25202.9.3%2F&ts=1439400557&use_mirror=kent
game:
  args: -jar -Xms256M -Xmx512M -Djava.library.path="lib:native/linux:jar/" -XX:-UseSplitVerifier
    Edna.jar -w
  working_dir: $GAMEDIR/drive_c/game
installer:
- task:
    description: Creating Wine prefix
    name: wine.create_prefix
    prefix: $GAMEDIR
- task:
    key: winemenubuilder.exe
    name: wine.set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
    prefix: $GAMEDIR
    type: REG_SZ
    value: ''
- task:
    key: jre-7u40-windows-i586.exe
    name: wine.set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
    prefix: $GAMEDIR
    type: REG_SZ
    value: ''
- task:
    args: /verysilent /RESTARTEXITCODE=0 /SP- /NORESTART /NOICONS /CLOSEAPPLICATIONS
      /SUPPRESSMSGBOXES  '/DIR=C:/game'
    executable: game
    name: wine.wineexec
    prefix: $GAMEDIR
- execute:
    args: -c "rm -f $GAMEDIR/drive_c/game/lib/lwjgl.jar"
    file: /bin/sh
- extract:
    dst: $GAMEDIR/drive_c/game/jre7
    file: jre7
- extract:
    dst: $GAMEDIR/drive_c/game
    file: libwjgl
    format: zip
description: ''
game_slug: edna-harvey-the-breakout
gogslug: edna_harvey_the_breakout
humblestoreid: edna-harvey-the-breakout
installer_slug: edna-harvey-the-breakout-gogcom
name: 'Edna & Harvey: The Breakout'
notes: ''
runner: linux
script:
  exe: drive_c/game/jre7/bin/java
  files:
  - game: N/A:Please select the GOG.com Windows installer.
  - jre7: N/A:Please select your downloaded java7(tgz) runtime archive( http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
      ).
  - libwjgl: http://downloads.sourceforge.net/project/java-game-lib/Official%20Releases/LWJGL%202.9.3/lwjgl-2.9.3.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fjava-game-lib%2Ffiles%2FOfficial%2520Releases%2FLWJGL%25202.9.3%2F&ts=1439400557&use_mirror=kent
  game:
    args: -jar -Xms256M -Xmx512M -Djava.library.path="lib:native/linux:jar/" -XX:-UseSplitVerifier
      Edna.jar -w
    working_dir: $GAMEDIR/drive_c/game
  installer:
  - task:
      description: Creating Wine prefix
      name: wine.create_prefix
      prefix: $GAMEDIR
  - task:
      key: winemenubuilder.exe
      name: wine.set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
      prefix: $GAMEDIR
      type: REG_SZ
      value: ''
  - task:
      key: jre-7u40-windows-i586.exe
      name: wine.set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
      prefix: $GAMEDIR
      type: REG_SZ
      value: ''
  - task:
      args: /verysilent /RESTARTEXITCODE=0 /SP- /NORESTART /NOICONS /CLOSEAPPLICATIONS
        /SUPPRESSMSGBOXES  '/DIR=C:/game'
      executable: game
      name: wine.wineexec
      prefix: $GAMEDIR
  - execute:
      args: -c "rm -f $GAMEDIR/drive_c/game/lib/lwjgl.jar"
      file: /bin/sh
  - extract:
      dst: $GAMEDIR/drive_c/game/jre7
      file: jre7
  - extract:
      dst: $GAMEDIR/drive_c/game
      file: libwjgl
      format: zip
slug: edna-harvey-the-breakout-gogcom
steamid: 255320
version: GOG.com
year: 2008
{
  "game_slug": "edna-harvey-the-breakout",
  "version": "GOG.com",
  "description": "",
  "notes": "",
  "name": "Edna & Harvey: The Breakout",
  "year": 2008,
  "steamid": 255320,
  "gogslug": "edna_harvey_the_breakout",
  "humblestoreid": "edna-harvey-the-breakout",
  "runner": "linux",
  "slug": "edna-harvey-the-breakout-gogcom",
  "installer_slug": "edna-harvey-the-breakout-gogcom",
  "script": {
    "exe": "drive_c/game/jre7/bin/java",
    "files": [
      {
        "game": "N/A:Please select the GOG.com Windows installer."
      },
      {
        "jre7": "N/A:Please select your downloaded java7(tgz) runtime archive( http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html )."
      },
      {
        "libwjgl": "http://downloads.sourceforge.net/project/java-game-lib/Official%20Releases/LWJGL%202.9.3/lwjgl-2.9.3.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fjava-game-lib%2Ffiles%2FOfficial%2520Releases%2FLWJGL%25202.9.3%2F&ts=1439400557&use_mirror=kent"
      }
    ],
    "game": {
      "args": "-jar -Xms256M -Xmx512M -Djava.library.path=\"lib:native/linux:jar/\" -XX:-UseSplitVerifier Edna.jar -w",
      "working_dir": "$GAMEDIR/drive_c/game"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "wine.create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "key": "winemenubuilder.exe",
          "name": "wine.set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": ""
        }
      },
      {
        "task": {
          "key": "jre-7u40-windows-i586.exe",
          "name": "wine.set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides",
          "prefix": "$GAMEDIR",
          "type": "REG_SZ",
          "value": ""
        }
      },
      {
        "task": {
          "args": "/verysilent /RESTARTEXITCODE=0 /SP- /NORESTART /NOICONS /CLOSEAPPLICATIONS /SUPPRESSMSGBOXES  '/DIR=C:/game'",
          "executable": "game",
          "name": "wine.wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "args": "-c \"rm -f $GAMEDIR/drive_c/game/lib/lwjgl.jar\"",
          "file": "/bin/sh"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/game/jre7",
          "file": "jre7"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/game",
          "file": "libwjgl",
          "format": "zip"
        }
      }
    ]
  }
}
Back to game