Installer clop-flash

files:
- swf: https://archive.org/download/clop_20231202/CLOP.swf
game:
  main_file: $GAMEDIR/CLOP.swf
installer:
- move:
    dst: $GAMEDIR
    src: swf
ruffle:
  args: --width 640 --height 480
  fullscreen: false
description: ''
game_slug: clop
gogslug: ''
humblestoreid: ''
installer_slug: clop-flash
name: CLOP
notes: "The game launches, but Ruffle is not detecting the mouse click, and thus cannot\
  \ be played. The explicit window dimensions are not respected either.\r\nhttps://github.com/ruffle-rs/ruffle/issues/16435"
runner: ruffle
script:
  files:
  - swf: https://archive.org/download/clop_20231202/CLOP.swf
  game:
    main_file: $GAMEDIR/CLOP.swf
  installer:
  - move:
      dst: $GAMEDIR
      src: swf
  ruffle:
    args: --width 640 --height 480
    fullscreen: false
slug: clop-flash
steamid: null
version: Flash
year: null
{
  "game_slug": "clop",
  "version": "Flash",
  "description": "",
  "notes": "The game launches, but Ruffle is not detecting the mouse click, and thus cannot be played. The explicit window dimensions are not respected either.\r\nhttps://github.com/ruffle-rs/ruffle/issues/16435",
  "name": "CLOP",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "ruffle",
  "slug": "clop-flash",
  "installer_slug": "clop-flash",
  "script": {
    "files": [
      {
        "swf": "https://archive.org/download/clop_20231202/CLOP.swf"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/CLOP.swf"
    },
    "installer": [
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "swf"
        }
      }
    ],
    "ruffle": {
      "args": "--width 640 --height 480",
      "fullscreen": false
    }
  }
}
Back to game