Installer rayman-cd-rayman-tpls-tsr

files:
- mod: https://github.com/PluMGMK/rayman-tpls-tsr/releases/download/v3.1.1/rayman-tpls-tsr.zip
- cd_cue: N/A:Please select cue file from Rayman 1 CD image
- cd_bin: N/A:Please select bin file from Rayman 1 CD image
- dbx_cfg: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rayman/rayman1_dosbox.conf
game:
  main_file: $GAMEDIR/rayman1_dosbox.conf
installer:
- copy:
    dst: $GAMEDIR
    src: cd_cue
- copy:
    dst: $GAMEDIR
    src: cd_bin
- copy:
    dst: $GAMEDIR
    src: dbx_cfg
- execute:
    command: cuefile=$(basename "$cd_cue"); echo "la valeur de cuefile est "$cuefile;
      cd "$GAMEDIR" ; sed -i s/RAYMAN.cue/"$cuefile"/ rayman1_dosbox.conf;
- extract:
    dst: $GAMEDIR
    src: mod
description: Play "Rayman" CD edition on Linux!
game_slug: rayman
gogslug: ''
humblestoreid: ''
installer_slug: rayman-cd-rayman-tpls-tsr
name: Rayman
notes: "- Using rayman-tpls-tsr: Per-Level Soundtrack functionality for the PC version\
  \ of Rayman 1, multiple tracks per world, like on PS1 or Saturn, instead of repetitive\
  \ medleys\r\n- You will need to provide a copy of your Rayman 1 CD in cue/bin format\r\
  \n- When you will install Rayman, choose \"extended install\""
runner: dosbox
script:
  files:
  - mod: https://github.com/PluMGMK/rayman-tpls-tsr/releases/download/v3.1.1/rayman-tpls-tsr.zip
  - cd_cue: N/A:Please select cue file from Rayman 1 CD image
  - cd_bin: N/A:Please select bin file from Rayman 1 CD image
  - dbx_cfg: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rayman/rayman1_dosbox.conf
  game:
    main_file: $GAMEDIR/rayman1_dosbox.conf
  installer:
  - copy:
      dst: $GAMEDIR
      src: cd_cue
  - copy:
      dst: $GAMEDIR
      src: cd_bin
  - copy:
      dst: $GAMEDIR
      src: dbx_cfg
  - execute:
      command: cuefile=$(basename "$cd_cue"); echo "la valeur de cuefile est "$cuefile;
        cd "$GAMEDIR" ; sed -i s/RAYMAN.cue/"$cuefile"/ rayman1_dosbox.conf;
  - extract:
      dst: $GAMEDIR
      src: mod
slug: rayman-cd-rayman-tpls-tsr
steamid: null
version: CD + rayman-tpls-tsr
year: 1995
{
  "game_slug": "rayman",
  "version": "CD + rayman-tpls-tsr",
  "description": "Play \"Rayman\" CD edition on Linux!",
  "notes": "- Using rayman-tpls-tsr: Per-Level Soundtrack functionality for the PC version of Rayman 1, multiple tracks per world, like on PS1 or Saturn, instead of repetitive medleys\r\n- You will need to provide a copy of your Rayman 1 CD in cue/bin format\r\n- When you will install Rayman, choose \"extended install\"",
  "name": "Rayman",
  "year": 1995,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "rayman-cd-rayman-tpls-tsr",
  "installer_slug": "rayman-cd-rayman-tpls-tsr",
  "script": {
    "files": [
      {
        "mod": "https://github.com/PluMGMK/rayman-tpls-tsr/releases/download/v3.1.1/rayman-tpls-tsr.zip"
      },
      {
        "cd_cue": "N/A:Please select cue file from Rayman 1 CD image"
      },
      {
        "cd_bin": "N/A:Please select bin file from Rayman 1 CD image"
      },
      {
        "dbx_cfg": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Rayman/rayman1_dosbox.conf"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/rayman1_dosbox.conf"
    },
    "installer": [
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "cd_cue"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "cd_bin"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "dbx_cfg"
        }
      },
      {
        "execute": {
          "command": "cuefile=$(basename \"$cd_cue\"); echo \"la valeur de cuefile est \"$cuefile; cd \"$GAMEDIR\" ; sed -i s/RAYMAN.cue/\"$cuefile\"/ rayman1_dosbox.conf;"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "src": "mod"
        }
      }
    ]
  }
}
Back to game