files:
- engine: https://github.com/sonicdcer/MarioKart64Recomp/releases/download/0.0.9.MOD/MarioKart64Recompiled-v0.0.9-Linux-X64.zip
- rom_file: N/A:Please provide Mario Kart 64 USA rom file in .z64 format SHA-1 579C48E211AE952530FFC8738709F078D5DD215E
- mod_hd: https://github.com/GhostlyDark/MK64-Reloaded/releases/download/v2025.07.11/mk64-reloaded-v2025.07.11-rt64.rtz
game:
exe: $GAMEDIR/MarioKart64Recompiled
installer:
- extract:
dst: $CACHE
file: engine
- extract:
dst: $GAMEDIR
file: $CACHE/MarioKart64Recompiled.tar.gz
format: tgz
- merge:
dst: $GAMEDIR/mods
src: mod_hd
- execute:
command: cp "$rom_file" "$GAMEDIR/mk64.us.z64" ; touch portable.txt ;
description: Play "Mario Kart 64" natively on Linux!
game_slug: mario-kart-64
gogslug: ''
humblestoreid: ''
installer_slug: mario-kart-64-mariokart64recomp-hd
name: Mario Kart 64
notes: "- Using MarioKart64Recomp open source engine and MK64 Reloaded HD pack\r\n\
- During install, you will need to provide Mario Kart 64 USA rom file in .z64 format\
\ SHA-1 579C48E211AE952530FFC8738709F078D5DD215E"
runner: linux
script:
files:
- engine: https://github.com/sonicdcer/MarioKart64Recomp/releases/download/0.0.9.MOD/MarioKart64Recompiled-v0.0.9-Linux-X64.zip
- rom_file: N/A:Please provide Mario Kart 64 USA rom file in .z64 format SHA-1 579C48E211AE952530FFC8738709F078D5DD215E
- mod_hd: https://github.com/GhostlyDark/MK64-Reloaded/releases/download/v2025.07.11/mk64-reloaded-v2025.07.11-rt64.rtz
game:
exe: $GAMEDIR/MarioKart64Recompiled
installer:
- extract:
dst: $CACHE
file: engine
- extract:
dst: $GAMEDIR
file: $CACHE/MarioKart64Recompiled.tar.gz
format: tgz
- merge:
dst: $GAMEDIR/mods
src: mod_hd
- execute:
command: cp "$rom_file" "$GAMEDIR/mk64.us.z64" ; touch portable.txt ;
slug: mario-kart-64-mariokart64recomp-hd
steamid: null
version: MarioKart64Recomp + HD pack
year: 1996
{
"game_slug": "mario-kart-64",
"version": "MarioKart64Recomp + HD pack",
"description": "Play \"Mario Kart 64\" natively on Linux!",
"notes": "- Using MarioKart64Recomp open source engine and MK64 Reloaded HD pack\r\n- During install, you will need to provide Mario Kart 64 USA rom file in .z64 format SHA-1 579C48E211AE952530FFC8738709F078D5DD215E",
"name": "Mario Kart 64",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "mario-kart-64-mariokart64recomp-hd",
"installer_slug": "mario-kart-64-mariokart64recomp-hd",
"script": {
"files": [
{
"engine": "https://github.com/sonicdcer/MarioKart64Recomp/releases/download/0.0.9.MOD/MarioKart64Recompiled-v0.0.9-Linux-X64.zip"
},
{
"rom_file": "N/A:Please provide Mario Kart 64 USA rom file in .z64 format SHA-1 579C48E211AE952530FFC8738709F078D5DD215E"
},
{
"mod_hd": "https://github.com/GhostlyDark/MK64-Reloaded/releases/download/v2025.07.11/mk64-reloaded-v2025.07.11-rt64.rtz"
}
],
"game": {
"exe": "$GAMEDIR/MarioKart64Recompiled"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "engine"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "$CACHE/MarioKart64Recompiled.tar.gz",
"format": "tgz"
}
},
{
"merge": {
"dst": "$GAMEDIR/mods",
"src": "mod_hd"
}
},
{
"execute": {
"command": "cp \"$rom_file\" \"$GAMEDIR/mk64.us.z64\" ; touch portable.txt ;"
}
}
]
}
}