Installer super-mario-64-sm64-pc-jp

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.

files:
- repo: https://github.com/sm64pc/sm64ex/archive/refs/heads/nightly.zip
- rom: N/A:Please select the JP .z64 rom file
game:
  exe: build/jp_pc/sm64.jp.f3dex2e
installer:
- extract:
    file: repo
- copy:
    dst: $GAMEDIR
    src: rom
- execute:
    command: mv *.z64 baserom.jp.z64
- execute:
    command: make VERSION=jp -j4
{
  "files": [
    {
      "repo": "https://github.com/sm64pc/sm64ex/archive/refs/heads/nightly.zip"
    },
    {
      "rom": "N/A:Please select the JP .z64 rom file"
    }
  ],
  "game": {
    "exe": "build/jp_pc/sm64.jp.f3dex2e"
  },
  "installer": [
    {
      "extract": {
        "file": "repo"
      }
    },
    {
      "copy": {
        "dst": "$GAMEDIR",
        "src": "rom"
      }
    },
    {
      "execute": {
        "command": "mv *.z64 baserom.jp.z64"
      }
    },
    {
      "execute": {
        "command": "make VERSION=jp -j4"
      }
    }
  ]
}
Back to game