Installer omounix-41

files:
- omounix_zip: https://archive.org/download/omo-unix/OmoUNIX.zip
- easyrpg_player_gz: https://easyrpg.org/downloads/player/0.8.1.1/easyrpg-player-0.8.1.1-linux.tar.gz
game:
  args: --window
  exe: easyrpg-player
installer:
- extract:
    dst: $GAMEDIR
    file: omounix_zip
- extract:
    dst: $GAMEDIR
    file: easyrpg_player_gz
- chmodx: easyrpg-player
description: Downloads a copy of OmoUNIX 4.1 from Archive.org and extracts it to be
  installed in the default games folder
game_slug: omounix
gogslug: ''
humblestoreid: ''
installer_slug: omounix-41
name: OmoUNIX
notes: Sometimes you may need to find the "OmoUNIX" executable and enable it to be
  opened as a executable file. (or re-download an EasyRPG executable to make it work)
runner: linux
script:
  files:
  - omounix_zip: https://archive.org/download/omo-unix/OmoUNIX.zip
  - easyrpg_player_gz: https://easyrpg.org/downloads/player/0.8.1.1/easyrpg-player-0.8.1.1-linux.tar.gz
  game:
    args: --window
    exe: easyrpg-player
  installer:
  - extract:
      dst: $GAMEDIR
      file: omounix_zip
  - extract:
      dst: $GAMEDIR
      file: easyrpg_player_gz
  - chmodx: easyrpg-player
slug: omounix-41
steamid: null
version: '4.1'
year: 2023
{
  "game_slug": "omounix",
  "version": "4.1",
  "description": "Downloads a copy of OmoUNIX 4.1 from Archive.org and extracts it to be installed in the default games folder",
  "notes": "Sometimes you may need to find the \"OmoUNIX\" executable and enable it to be opened as a executable file. (or re-download an EasyRPG executable to make it work)",
  "name": "OmoUNIX",
  "year": 2023,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "omounix-41",
  "installer_slug": "omounix-41",
  "script": {
    "files": [
      {
        "omounix_zip": "https://archive.org/download/omo-unix/OmoUNIX.zip"
      },
      {
        "easyrpg_player_gz": "https://easyrpg.org/downloads/player/0.8.1.1/easyrpg-player-0.8.1.1-linux.tar.gz"
      }
    ],
    "game": {
      "args": "--window",
      "exe": "easyrpg-player"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "omounix_zip"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "easyrpg_player_gz"
        }
      },
      {
        "chmodx": "easyrpg-player"
      }
    ]
  }
}
Back to game