Installer croc-legend-of-the-gobbos-cd-windows-95

files:
- os_img: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/Windows_95/WIN95_OSR25_DBP_2Go.7z
- dbpu_file: https://github.com/legluondunet/mlls-tools/raw/refs/heads/master/DOSBox/dosbox-pure-unleashed.tar.xz
- dbpu_save:
    filename: Croc.pure.zip
    url: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Windows%2095/DOSBox-pure.pure.zip
- game_cd_cue: https://archive.org/download/croc_20191230/Croc.cue
- game_cd_bin: https://archive.org/download/croc_20191230/Croc.bin
game:
  args: '"$GAMEDIR/CD/Croc.cue"'
  exe: $GAMEDIR/DOSBoxPure_x86_64
  working_dir: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR
    file: dbpu_file
- extract:
    dst: $GAMEDIR/system
    src: os_img
- merge:
    dst: $GAMEDIR/saves
    src: dbpu_save
- merge:
    dst: $GAMEDIR/CD
    src: game_cd_cue
- merge:
    dst: $GAMEDIR/CD
    src: game_cd_bin
description: 'Play "Croc: Legend of the Gobbos" CD edition on Linux!'
game_slug: croc-legend-of-the-gobbos
gogslug: croc_legend_of_the_gobbos
humblestoreid: ''
installer_slug: croc-legend-of-the-gobbos-cd-windows-95
name: 'Croc: Legend of the Gobbos'
notes: "- Using Dosbox Pure Unleashed with a ready to use Windows 95 OSR 2.5 install\r\
  \n- Once Windows 95 started, go to \"My Computer\", CD Drive and install the game.\r\
  \nThen, set Windows 95 desktop resolution to 800x600, launch game. \r\nIn game menu\
  \ click on \"Change drivers settings\", select drivers \"3DFX Voodoo compatible\"\
  \ and set game resolution to 800x600, Lighting quality to \"Super\" and Texture\
  \ quality to \"Filtered\"\r\n- Press \"CTRL+F12\" to show Dosbox Pure Unleashed\
  \ menu"
runner: linux
script:
  files:
  - os_img: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/Windows_95/WIN95_OSR25_DBP_2Go.7z
  - dbpu_file: https://github.com/legluondunet/mlls-tools/raw/refs/heads/master/DOSBox/dosbox-pure-unleashed.tar.xz
  - dbpu_save:
      filename: Croc.pure.zip
      url: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Windows%2095/DOSBox-pure.pure.zip
  - game_cd_cue: https://archive.org/download/croc_20191230/Croc.cue
  - game_cd_bin: https://archive.org/download/croc_20191230/Croc.bin
  game:
    args: '"$GAMEDIR/CD/Croc.cue"'
    exe: $GAMEDIR/DOSBoxPure_x86_64
    working_dir: $GAMEDIR
  installer:
  - extract:
      dst: $GAMEDIR
      file: dbpu_file
  - extract:
      dst: $GAMEDIR/system
      src: os_img
  - merge:
      dst: $GAMEDIR/saves
      src: dbpu_save
  - merge:
      dst: $GAMEDIR/CD
      src: game_cd_cue
  - merge:
      dst: $GAMEDIR/CD
      src: game_cd_bin
slug: croc-legend-of-the-gobbos-cd-windows-95
steamid: 3043940
version: CD + Windows 95
year: 1997
{
  "game_slug": "croc-legend-of-the-gobbos",
  "version": "CD + Windows 95",
  "description": "Play \"Croc: Legend of the Gobbos\" CD edition on Linux!",
  "notes": "- Using Dosbox Pure Unleashed with a ready to use Windows 95 OSR 2.5 install\r\n- Once Windows 95 started, go to \"My Computer\", CD Drive and install the game.\r\nThen, set Windows 95 desktop resolution to 800x600, launch game. \r\nIn game menu click on \"Change drivers settings\", select drivers \"3DFX Voodoo compatible\" and set game resolution to 800x600, Lighting quality to \"Super\" and Texture quality to \"Filtered\"\r\n- Press \"CTRL+F12\" to show Dosbox Pure Unleashed menu",
  "name": "Croc: Legend of the Gobbos",
  "year": 1997,
  "steamid": 3043940,
  "gogslug": "croc_legend_of_the_gobbos",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "croc-legend-of-the-gobbos-cd-windows-95",
  "installer_slug": "croc-legend-of-the-gobbos-cd-windows-95",
  "script": {
    "files": [
      {
        "os_img": "https://lutris.nyc3.cdn.digitaloceanspaces.com/games/Windows_95/WIN95_OSR25_DBP_2Go.7z"
      },
      {
        "dbpu_file": "https://github.com/legluondunet/mlls-tools/raw/refs/heads/master/DOSBox/dosbox-pure-unleashed.tar.xz"
      },
      {
        "dbpu_save": {
          "filename": "Croc.pure.zip",
          "url": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Windows%2095/DOSBox-pure.pure.zip"
        }
      },
      {
        "game_cd_cue": "https://archive.org/download/croc_20191230/Croc.cue"
      },
      {
        "game_cd_bin": "https://archive.org/download/croc_20191230/Croc.bin"
      }
    ],
    "game": {
      "args": "\"$GAMEDIR/CD/Croc.cue\"",
      "exe": "$GAMEDIR/DOSBoxPure_x86_64",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "dbpu_file"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/system",
          "src": "os_img"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/saves",
          "src": "dbpu_save"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/CD",
          "src": "game_cd_cue"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/CD",
          "src": "game_cd_bin"
        }
      }
    ]
  }
}
Back to game