Installer galaxy-fight-universal-warrio-neo-geo

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:
- gamerom: N/A:Locate the game's ROM file (galaxyfg.zip)
- ngrom: N/A:Locate the Neo Geo BIOS file (neogeo.zip)
game:
  main_file: gamerom
  runner: mame
  version: arcade
installer:
- merge:
    dst: $GAMEDIR
    src: gamerom
- merge:
    dst: $GAMEDIR
    src: ngrom
{
  "files": [
    {
      "gamerom": "N/A:Locate the game's ROM file (galaxyfg.zip)"
    },
    {
      "ngrom": "N/A:Locate the Neo Geo BIOS file (neogeo.zip)"
    }
  ],
  "game": {
    "main_file": "gamerom",
    "runner": "mame",
    "version": "arcade"
  },
  "installer": [
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "gamerom"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "ngrom"
      }
    }
  ]
}
Back to game