files:
- engine: https://github.com/999sian/tmc/releases/download/v0.9.2/tmc-multi-linux-x86_64-v0.9.2.tar.gz
- rom_file: N/A:Select SM64 ROM (Must be in .gba format)
game:
exe: $GAMEDIR/tmc_pc
installer:
- extract:
dst: $GAMEDIR
file: engine
- merge:
dst: $GAMEDIR
src: rom_file
- chmodx: $GAMEDIR/tmc_pc
- execute:
command: cd "$GAMEDIR" ; cp "$rom_file" baserom.gba ;
description: Play "The Legend of Zelda - The Minish Cap" on Linux!
game_slug: the-legend-of-zelda-the-minish-cap
gogslug: ''
humblestoreid: ''
installer_slug: the-legend-of-zelda-the-minis-project-picori
name: 'The Legend of Zelda: The Minish Cap'
notes: "- Using Project Picori engine to play this game natively on PC\r\n- During\
\ install you will need to provide a rom in .gba format: \r\nVersion \tFilename\
\ \tSHA1\r\nUSA \tbaserom.gba \tb4bd50e4131b027c334547b4524e2dbbd4227130\r\nEU \t\
baserom_eu.gba \tcff199b36ff173fb6faf152653d1bccf87c26fb7\r\nJP \tbaserom_jp.gba\
\ \t6c5404a1effb17f481f352181d0f1c61a2765c5d"
runner: linux
script:
files:
- engine: https://github.com/999sian/tmc/releases/download/v0.9.2/tmc-multi-linux-x86_64-v0.9.2.tar.gz
- rom_file: N/A:Select SM64 ROM (Must be in .gba format)
game:
exe: $GAMEDIR/tmc_pc
installer:
- extract:
dst: $GAMEDIR
file: engine
- merge:
dst: $GAMEDIR
src: rom_file
- chmodx: $GAMEDIR/tmc_pc
- execute:
command: cd "$GAMEDIR" ; cp "$rom_file" baserom.gba ;
slug: the-legend-of-zelda-the-minis-project-picori
steamid: null
version: Project Picori
year: 2005
{
"game_slug": "the-legend-of-zelda-the-minish-cap",
"version": "Project Picori",
"description": "Play \"The Legend of Zelda - The Minish Cap\" on Linux!",
"notes": "- Using Project Picori engine to play this game natively on PC\r\n- During install you will need to provide a rom in .gba format: \r\nVersion \tFilename \tSHA1\r\nUSA \tbaserom.gba \tb4bd50e4131b027c334547b4524e2dbbd4227130\r\nEU \tbaserom_eu.gba \tcff199b36ff173fb6faf152653d1bccf87c26fb7\r\nJP \tbaserom_jp.gba \t6c5404a1effb17f481f352181d0f1c61a2765c5d",
"name": "The Legend of Zelda: The Minish Cap",
"year": 2005,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "the-legend-of-zelda-the-minis-project-picori",
"installer_slug": "the-legend-of-zelda-the-minis-project-picori",
"script": {
"files": [
{
"engine": "https://github.com/999sian/tmc/releases/download/v0.9.2/tmc-multi-linux-x86_64-v0.9.2.tar.gz"
},
{
"rom_file": "N/A:Select SM64 ROM (Must be in .gba format)"
}
],
"game": {
"exe": "$GAMEDIR/tmc_pc"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "engine"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "rom_file"
}
},
{
"chmodx": "$GAMEDIR/tmc_pc"
},
{
"execute": {
"command": "cd \"$GAMEDIR\" ; cp \"$rom_file\" baserom.gba ;"
}
}
]
}
}